mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-20 20:59:52 -05:00
chore: release v1.6.18 (#10026)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"better-auth": patch
|
||||
---
|
||||
|
||||
fix OpenAPI requestBody generation for intersected and default-wrapped body schemas
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@better-auth/core": patch
|
||||
"better-auth": patch
|
||||
---
|
||||
|
||||
Fix plugin-provided client methods and additional session fields not being inferred in composite monorepos.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@better-auth/oauth-provider": patch
|
||||
---
|
||||
|
||||
Fix OAuth provider signed query verification so CDN or proxy query parameter reordering does not break signature validation. Existing signed redirects created before this patch is deployed may fail until their short expiration window elapses.
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/api-key
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/api-key",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "API Key plugin for Better Auth.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# better-auth
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#9315](https://github.com/better-auth/better-auth/pull/9315) [`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732) Thanks [@GautamBytes](https://github.com/GautamBytes)! - fix OpenAPI requestBody generation for intersected and default-wrapped body schemas
|
||||
|
||||
- [#9583](https://github.com/better-auth/better-auth/pull/9583) [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c) Thanks [@GautamBytes](https://github.com/GautamBytes)! - Fix plugin-provided client methods and additional session fields not being inferred in composite monorepos.
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
- @better-auth/drizzle-adapter@1.6.18
|
||||
- @better-auth/kysely-adapter@1.6.18
|
||||
- @better-auth/memory-adapter@1.6.18
|
||||
- @better-auth/mongo-adapter@1.6.18
|
||||
- @better-auth/prisma-adapter@1.6.18
|
||||
- @better-auth/telemetry@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "better-auth",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "The most comprehensive authentication framework for TypeScript.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# auth
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
- @better-auth/telemetry@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "auth",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "The CLI for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @better-auth/core
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#9583](https://github.com/better-auth/better-auth/pull/9583) [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c) Thanks [@GautamBytes](https://github.com/GautamBytes)! - Fix plugin-provided client methods and additional session fields not being inferred in composite monorepos.
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/core",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "The most comprehensive authentication framework for TypeScript.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/drizzle-adapter
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/drizzle-adapter",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Drizzle adapter for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/electron
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/electron",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Better Auth integration for Electron applications.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/expo
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/expo",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Better Auth integration for Expo and React Native applications.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/i18n
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/i18n",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "i18n plugin for Better Auth - translate error messages",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/kysely-adapter
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/kysely-adapter",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Kysely adapter for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/memory-adapter
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/memory-adapter",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Memory adapter for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/mongo-adapter
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/mongo-adapter",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Mongo adapter for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @better-auth/oauth-provider
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#9941](https://github.com/better-auth/better-auth/pull/9941) [`729fd84`](https://github.com/better-auth/better-auth/commit/729fd84034d547f37bb8c1c5b8958280c5bdb487) Thanks [@GautamBytes](https://github.com/GautamBytes)! - Fix OAuth provider signed query verification so CDN or proxy query parameter reordering does not break signature validation. Existing signed redirects created before this patch is deployed may fail until their short expiration window elapses.
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/oauth-provider",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "An oauth provider plugin for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/passkey
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/passkey",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Passkey plugin for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/prisma-adapter
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/prisma-adapter",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Prisma adapter for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/redis-storage
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/redis-storage",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Redis storage for Better Auth secondary storage",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/scim
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/scim",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "SCIM plugin for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/sso
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/sso",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "SSO plugin for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/stripe
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/stripe",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Stripe plugin for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @better-auth/telemetry
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/telemetry",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Telemetry package for Better Auth",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @better-auth/test-utils
|
||||
|
||||
## 1.6.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`9ef7240`](https://github.com/better-auth/better-auth/commit/9ef7240fec4a9d8469dd5ed24249949d3400e732), [`b21a5f7`](https://github.com/better-auth/better-auth/commit/b21a5f7f6ca1f63c6b69666a498b4227b15e316c)]:
|
||||
- better-auth@1.6.18
|
||||
- @better-auth/core@1.6.18
|
||||
|
||||
## 1.6.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@better-auth/test-utils",
|
||||
"version": "1.6.17",
|
||||
"version": "1.6.18",
|
||||
"description": "Testing utilities for Better Auth adapter development",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user