Skip to content

Releases: tarsil/saffier

Version 1.4.2

07 Aug 12:44
f1a46bf
Compare
Choose a tag to compare

Changed

  • Add integration with the newly databasez 0.8.5+.
  • Internal refactor of the registry.

Fixed

  • CI integration.

Version 1.4.1

30 Apr 12:12
9d1ac2f
Compare
Choose a tag to compare
  • Support for list and tuples as a type for model_apps.

Version 1.4.0

29 Apr 17:10
624bf42
Compare
Choose a tag to compare

Added

  • Support for model_apps inside the Migrate object allowing
    global discovery by application. This will make sure all apps will be properly
    inspected.
  • Add documentation about the new model_apps.

Changed

  • Upgrade internal requirements.

Version 1.3.7

08 Mar 11:38
1274519
Compare
Choose a tag to compare

Added

  • New lazy loading settings system making it more unique and dynamic working side by side with dymmond-settings.

Version 1.3.6

08 Mar 10:10
aaec008
Compare
Choose a tag to compare

Changed

  • Update internal dymmond-settings minimum requirement.

Version 1.3.5

08 Mar 09:40
7128365
Compare
Choose a tag to compare

Changed

BREAKING CHANGE

Due to some internal compatibilities, Saffier is rolling back to SAFFIER_SETTINGS_MODULE
from SETTINGS_MODULE

  • SETTINGS_MODULE was renamed to SAFFIER_SETTINGS_MODULE.

Version 1.3.4

03 Feb 21:37
efca40a
Compare
Choose a tag to compare

Changed

  • Update internal anyio dependency.

Version 1.3.3

24 Jan 21:02
652a6a6
Compare
Choose a tag to compare

Changed

  • Upgrade internal requirements.

Fixed

  • auto_now and auto_now_add on save() and update() wasn't only updating the
    field with auto_now.
  • Extraction of the default field for date and datetime.

Version 1.3.2

16 Jan 06:42
a67bca2
Compare
Choose a tag to compare

Fixed

Version 1.3.1

15 Jan 10:03
5ad2085
Compare
Choose a tag to compare

Fixed

  • Fix default for SETTINGS_MODULE if nothing is provided.