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

Releases: kurrent-io/KurrentDB-Client-Java

v1.0.3

07 Jul 09:00
ed1422c
This commit was signed with the committer’sverified signature.
w1am William Chong
GPG key ID:CDB2F07B5BEDFF26
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Changed

  • fix: [DEVEX-438] Skip tracing metadata injection when span context is invalid or unsampled by@w1am in#331

Full Changelog:v1.0.2...v1.0.3

Contributors

  • @w1am
w1am
Assets2
Loading

v1.0.2

13 Jun 13:03
987b6ab
This commit was signed with the committer’sverified signature.
w1am William Chong
GPG key ID:CDB2F07B5BEDFF26
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Changed

Full Changelog:v1.0.1...v1.0.2

Contributors

  • @YoEight
YoEight
Loading

v1.0.1

05 Jun 07:44
26c72a2
This commit was signed with the committer’sverified signature.
w1am William Chong
GPG key ID:CDB2F07B5BEDFF26
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Changed

  • fix: client telemetry attribute names by@w1am in#321

Full Changelog:v1.0.0...v1.0.1

Contributors

  • @w1am
w1am
Loading

v1.0.0

31 Mar 17:02
a6cfe08
This commit was signed with the committer’sverified signature.
w1am William Chong
GPG key ID:CDB2F07B5BEDFF26
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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());
Loading

[8]ページ先頭

©2009-2025 Movatter.jp