-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix(adapter): transistion to surrealdb@^1.0.0 #11911
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
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! |
Package is ready to go. Still waiting for PR to merge. @ubbe-xyz @ndom91 |
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 |
Surreal Cloud just launched! I am planning to use it everywhere I can. Do you know what is blocking this PR? |
Is this PR still up-to-date ? Looking forward to use SurrealDB and AuthJS together but with surrealdb v2 it doesnt work anymore. |
Yes this PR should still work with v2, if you have issues let me know |
@dvanmali sorry for my bad english, i ment whether this PR will ever get merged :D I just copied your index.ts file and imported from local package, works perfectly fine. Thanks🫱🏼🫲🏽 |
Hi @ThangHuuVu ! 👋 Hope you are doing well! Could you please help give a review and ship this PR? This has been blocking for SurrealDB and Auth.js users for a while. Thank you in advance! |
☕️ 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