- Notifications
You must be signed in to change notification settings - Fork22
v1.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
· 15 commits to trunk since this release
What's Changed
Rebranding
We have officially rebranded EventStoreDB toKurrentDB. As part of this transition:
- The connection protocol now supports
kurrentdb
. - Package imports have changed:
- package com.eventstore.dbclient.streams;+ package io.kurrent.dbclient.streams;
Breaking Changes⚠️
v1.0.0 introduces breaking changes. Ensure you address these changes to prevent application failures.
1. Move ExpectedRevision to StreamState
AppendToStreamOptions options = AppendToStreamOptions.get()-.expectedRevision(ExpectedRevision.any());+.streamState(StreamState.any());DeleteStreamOptions options = DeleteStreamOptions.get()- .expectedRevision(ExpectedRevision.any());+ .streamState(StreamState.streamExists());
Assets2
Uh oh!
There was an error while loading.Please reload this page.