Closed firleaf closed 2 years ago
Thanks a lot for this change and bringing all that context to review :)
Let's merge, have a great weekend!
Any ideas when this will be release?
@eveningkid We need a tag, but take your time!
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!
Thanks!
This fixes a dependency issue which prevented the installation of denodb.
Version
2.10.1
of the mysql driver usedgod_crypto
as a dependency which relied on the deprecated and now removeddeno 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.