Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

30 lines (26 loc) · 1.53 KB

Changelog

2024.12.3 (Unreleased)

  • Skip event_bus attribute validation for objects when there is no schema provided (App)
  • Add support for converting nested object bodies when parent object body is converted to a dict
  • Fix event bus object mismatched type exception message
  • Simplify event bus object schema class
  • Fix event bus object body value reference bug
  • Add new() method to event bus ObjectBody that supports creating a schemaless copy with optional additions
  • Support Python native iteration as well as others that enable the ObjectBody to operate similar to a native Dict

2024.12.2 (Latest)

  • Add update support to DynamoDB Item CDK construct (Infra)

2024.12.1

  • Organize framework stacks into tables vs services (Infra)
  • Standardize application feature toggle names (Infra)
  • Support event bus access toggle for event bus function construct (App)
  • Support calculating defaults for function_name attributes in exception trap and event bus wrappers (App)
  • Support additional attributes to enable more control over paginated requests in ORM (App)
  • Add support for callback_event_type attribute with event bus wrapper (App)
  • Consolidate settings object names to always identify as global (App)
  • Make raise_on_failure flag for rest client base to allow author ability to handle < 200 > elsewhere (App)
  • Cleaned up unused imports (App, Infra)
  • Add ObjectBodySchema validation check method (App)
  • Event object now stores the event body object as an ObjectBody (App)

2.1.1

  • Da Vinci before the version change