Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@w1am w1am released this 31 Mar 17:01
· 276 commits to main since this release
654f0cf

What's Changed

Rebranding

We have officially rebranded EventStoreDB to KurrentDB. As part of this transition:

  • Functions and imports now use kurrentdb instead of esdb.
  • The connection protocol now supports kurrentdb.

Breaking Changes ⚠️

v1.0.0 introduces breaking changes. Ensure you address these changes to prevent application failures.

1. Move ExpectedRevision to StreamState

opts := kurrentdb.AppendToStreamOptions{
-  ExpectedRevision: esdb.Any{},
+  StreamState: kurrentdb.Any{},
}