You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
15
- 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)
16
16
- 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. (#271)
17
17
- Add `migrate-pockets` command to enable conversion of existing `tinydb` databases into Sqlite. (#273)
18
+
- Update dependencies `rich` and `marshmallow`. (#275)
0 commit comments