Skip to content

Releases: filipporomani/securedb

Version 2.0.3

03 Oct 17:46
Compare
Choose a tag to compare

Switched to hatchling bundling.

Version 2.0.2

22 Mar 15:58
Compare
Choose a tag to compare
  • 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

24 Nov 14:11
Compare
Choose a tag to compare
  • 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

22 Nov 17:29
Compare
Choose a tag to compare
  • 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

24 Jan 13:59
Compare
Choose a tag to compare
Bug fixes