We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A regression was introduced in Deno 1.45.5, which breaks handshake with MongoDB Server.
1.45.5
See here. Pinning to 1.45.4 circumvents the issue, for now.
Seeing as nano uses the MongoDB hyper Data adapter, we need to hardpin the Deno version compiled with the nano binaries.
nano
Data
Once this regression is fixed in Deno, we can depin the version used in the compiled binaries for nano
The text was updated successfully, but these errors were encountered:
chore(nano): pin deno version in compiled binaries #623
fa4a3dc
c09dd41
22b2d8f
No branches or pull requests
A regression was introduced in Deno
1.45.5
, which breaks handshake with MongoDB Server.See here. Pinning to 1.45.4 circumvents the issue, for now.
Seeing as
nano
uses the MongoDB hyperData
adapter, we need to hardpin the Deno version compiled with the nano binaries.Once this regression is fixed in Deno, we can depin the version used in the compiled binaries for nano
The text was updated successfully, but these errors were encountered: