-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(adapter): transistion to surrealdb@^1.0.0 #11911
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@dvanmali is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
…exponential backoff for disconnection events to example
Any updates on this PR? Would love to see it merged so we can use SurrealDB with Auth.js! |
Bump. I'm waiting for this PR to use Auth.js since I'm using Surrealdb. |
This is breaking, right? Well have to make sure we bump the surreal adapter appropriately |
Yes, this is a breaking update because the underlying storage layer and transmission layer are now both typed. Thus this package jumps to version 2.0.0 with surrealdb@^1.0.0 |
☕️ Reasoning
Moves package dependency to version 1 of the surrealdb javascript library. Package includes websocket connectivity, type safety, updates to the setup documentation, and package peer dependency change.
🧢 Checklist
🎫 Affected issues
#11732 - solves this by transistioning to [email protected] package. Docs state to use new connection string.
#11866 - javascript package supports surrealdb v2
#11471 - uses current surrealdb software
📌 Resources