eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
https://eveningkid.com/denodb-docs
MIT License
1.93k stars 129 forks source link

fix: module not found "https://deno.land/std/hash/mod.ts". #364

Closed firleaf closed 2 years ago

firleaf commented 2 years ago

This fixes a dependency issue which prevented the installation of denodb.

Version 2.10.1 of the mysql driver used god_crypto as a dependency which relied on the deprecated and now removed deno std/hash. Version 2.10.3 of the mysql driver ditches this dependency in favour of SubtleCrypto.

This should not break anything, as it is only a patch level update. Tested with MariaDB using the MySQLConnector.

eveningkid commented 2 years ago

Thanks a lot for this change and bringing all that context to review :)

Let's merge, have a great weekend!

Tandashi commented 2 years ago

Any ideas when this will be release?

rojvv commented 2 years ago

@eveningkid We need a tag, but take your time!

eveningkid commented 2 years ago

Thanks for the reminder @roj1512!

I actually just added a github action so that it automatically creates a new release upon pushes to master

Hopefully we won't ever face this situation again :)

Thanks again for pinging me Roj, and @Tandashi you can now use this change with v1.1.0!

Enjoy the rest of your week!

rojvv commented 2 years ago

Thanks!