Skip to content

v0.10.1

Compare
Choose a tag to compare
@yuema137 yuema137 released this 11 Oct 02:03
· 3 commits to master since this release
2c85800

The main change in this release is that we unify the database-related operations (download and upload) with MongoDB and RunDB API in the mongo_storage module.

This module was previously double-defined in utilix and straxen, which was not a good practice. Considering that this module is independent of other strax or straxen modules, we unify the definition in utilix to simply the structure of the dependency tree.

This change could also speed up other packages that use the downloader and uploaders, as importing straxen takes more time than importing utilix.

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.1