Skip to content

Releases: jjrdk/aett

Update to pydantic 2.9

15 Sep 20:10
Compare
Choose a tag to compare

Update dependencies for pydantic and boto3

Full Changelog: 2.0.2...2.0.3

Remove typing dependency

04 Aug 03:30
b430cee
Compare
Choose a tag to compare

Remove typing dependency

Connection reconnect fix

13 Jul 09:59
Compare
Choose a tag to compare

Change postgres behavior to connect on demand.

Pydantic type handling

07 Jul 11:56
Compare
Choose a tag to compare

Switch to use pydantic for better type safety when deserializing events. This is a breaking change.

Timezone Fix

01 Jul 15:43
Compare
Choose a tag to compare

Change to use 3.10 time zone spec

Bugfixing Snapshots

28 Apr 12:39
Compare
Choose a tag to compare

Fix snapshot loading. Bug fix for commit loading.

Stable release

26 Apr 16:18
Compare
Choose a tag to compare

This is the 1.0.0. The API should be stable by now.

Concurency and performance improvements

22 Apr 13:58
Compare
Choose a tag to compare

Improvements to concurrency handling and performance.

BREAKING CHANGE: bucket_id attributes have been renamed to tenant_id

In-Memory Storage

11 Apr 04:04
Compare
Choose a tag to compare

Add in-memory storage for testing purposes

Release 0.7.0

07 Apr 15:46
Compare
Choose a tag to compare

This release provides support for point in time retrieval of streams as well as support for storage in S3.

The release also contains a number of bug fixes.