Skip to content

v0.7.3

Latest
Compare
Choose a tag to compare
@edwinkys edwinkys released this 07 Aug 06:32
· 125 commits to main since this release

What's Changed

This release includes a fix for an issue when opening OasysDB database from within another Tokio runtime. The source of this issue is the connection validation method inside of the open method which creates a new Tokio runtime to execute the method. This issue is solved by removing the connection validation method and trusting that the user will provide a valid SQL connection.

Contributors

Full Changelog

v0.7.2...v0.7.3