Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v1.0.0

Compare
Choose a tag to compare
Loading
@w1amw1am released this 31 Mar 17:02
· 15 commits to trunk since this release
a6cfe08
This commit was signed with the committer’sverified signature.
w1am William Chong
GPG key ID:CDB2F07B5BEDFF26
Verified
Learn about vigilant mode.

What's Changed

Rebranding

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

  • The connection protocol now supportskurrentdb.
  • 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
Loading

[8]ページ先頭

©2009-2025 Movatter.jp