- Fixed bug with ActiveAlarmSerde missing return statement - Fixed issue with EventSourceTable handling topic with initial tombstones
1.1.1
- Made public _to_dict_ and _from_dict_ methods for entity SERDE - Added UnionEncoding options (tuple vs dict vs typeless) - Initial support for RegisteredClass - Unwraping enums internally now more forgiving if users accidentally supply String
1.0.1
- Fixed bug where on_state_update() callback returned entire state, not just the change
1.0.0
- Initial non-pre-release - Basic support for Event Sourcing - Basic support for Python classes from AVRO entities - Basic Serde (unions, references)