Releases: filipporomani/securedb
Releases · filipporomani/securedb
Version 2.0.3
Switched to hatchling bundling.
Version 2.0.2
- Bugfix in the get_many() function, where a variable was not declared before being used
- Pep8 compliant
- Fixes in the docs
Version 2.0.1
- Completely redesigned db schema, now using single files for each database key
- Maximum database storage size heavily increased
- Lower memory consumption
- Mapped every possible error
- Custom key file path
- Fixed docs missing initialization instructions
Version 1.1.0
force
kwarg added in the initialization; see initialization- You don't need to manually encode the key during the initialization
- If there is no error, all the functions now return True
- Useless print() functions were removed
- Smoother error handling
Version 1.0.6
Bug fixes