hyper63 / hyper

A service framework leveraging ports and adapters architecture to scale on your terms
https://docs.hyper.io
Apache License 2.0
76 stars 10 forks source link

chore(nano): depin deno version from 1.45.4 #623

Open TillaTheHun0 opened 3 months ago

TillaTheHun0 commented 3 months ago

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 hyper Data 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