Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 19:53
· 15 commits to master since this release

Added

  • Enable support for different database types. If you initialize Server or a subclass in your code, you should pass the database_type parameter of the configuration. (#267)
  • Introduce Sqlite-based database back-end. Set database_type = sqlite in the SERVICE section of your configuration file to use it. The Sqlite back-end will become the default in v2.0 (to be released in Q3 2026). A warning is displayed to encourage users to migrate their databases and adjust the configuration file. (#271, #276)
  • Add migrate-pockets command to enable conversion of existing tinydb databases into Sqlite. (#273)

Changed

  • Update dependencies rich and marshmallow. (#275)