We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa8157 commit 1c312c7Copy full SHA for 1c312c7
CHANGELOG.md
@@ -11,6 +11,10 @@
11
- fix: return application userId for reference fields
12
- fix: use correct package exports for client plugins
13
14
+## 0.7.17
15
+
16
+- fix: disable telemetry by default
17
18
## 0.7.16
19
20
- chore: upgrade to Better Auth 1.3.7
package.json
@@ -6,7 +6,7 @@
6
"bugs": {
7
"url": "https://github.com/get-convex/better-auth/issues"
8
},
9
- "version": "0.8.0-alpha.7",
+ "version": "0.8.0-alpha.8",
10
"versionMetadata": {
"branch": "main",
"label": "alpha"
0 commit comments