Skip to content

Releases: smart-social-contracts/ic-python-db

Release v0.9.0

18 May 11:56

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

Release v0.8.2

17 May 09:43

Choose a tag to compare

Release v0.8.1

17 May 08:30

Choose a tag to compare

Release v0.8.0

16 May 20:36

Choose a tag to compare

v0.7.9

13 Apr 22:01

Choose a tag to compare

Fixes

  • Relax requires-python from ==3.10.7 to >=3.10
  • Update test infrastructure for basilisk 0.11.x (type:custom dfx.json format)
  • Add basilisk upgrade + CPython template download to test entrypoint

v0.7.7

06 Apr 16:30

Choose a tag to compare

What's New

  • Auto-register Entity subclasses at class definition time (#6, #7)
    • Added __init_subclass__ to Entity so subclasses are automatically registered in Database._entity_types when the class is defined
    • Types defined before Database.init() are deferred and flushed when the DB is created
    • Eliminates the need for manual register_entity_type() boilerplate in canister startup code
    • 8 new tests for auto-registration behavior

Release v0.7.6

21 Mar 12:12

Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

Release v0.7.5

18 Mar 07:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

Release v0.7.4

15 Mar 14:39

Choose a tag to compare

Release v0.7.3

14 Mar 14:43

Choose a tag to compare