Skip to content

v0.2.0

Compare
Choose a tag to compare
@subhashb subhashb released this 17 Sep 19:01
  • New Request Object elements introduced to package information from API/views
  • A base Container class introduced for all Protean data objects for uniformity in behavior
  • Support for specifying Data Type of auto-generated Identities (String, Integer or UUID)
  • Enhancements and fixes for Unit of Work functionality to work well with SQLAlchemy type database plugins
  • Unit of Work transactions now control event publishing and release events to the stream only on a successful commit
  • A Simplified element registration process to the domain
  • Validation bugfixes in Aggregates, Entities and Value Objects
  • Fully functional and configurable logs throughout Protean codebase
  • Test case restructuring for clarity and isolation of configurations