Skip to content

Releases: t10d/kingdom-python-sdk

v1.0.0

27 Dec 17:17
Compare
Choose a tag to compare

[1.0.0] - 2021-12-27

Added

  • Database schemas support.

Removed

  • Root Aggregate model.

v0.3.0

16 Nov 21:51
Compare
Choose a tag to compare

[0.3.0] - 2021-11-16

Added

  • Added base implementation of CQRS Pattern.
  • Added base implementation of Unit of Work Pattern.
  • Added base implementation of Repository Pattern.
  • Added base implementation of Message Bus with dependency injection.
  • Added base implementation of Redis Message Broker.
  • Added higher-order functions to database mappers and factories.
  • Added abstract DDD Entity model.
  • Added generate now time utility.
  • Added root configuration handled by environment variables.
  • Added casting to bool from string utility.
  • Added json serializer utility.

Changed

  • Renamed project's name from kingdom-core to kingdom-sdk.
  • Increased MyPy rules to be more aggressive.