File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6- ## [ 5.4.4] - 2025-03-05
7- ### Changed
8- - Upgrade dependencies to latest [ EventStoreDB-Client-Java #304 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/304 )
9-
106### Fixed
11- - Support back-pressure on reads and subscriptions. [ EventStoreDB-Client-Java #292 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/295 )
12- - Unwrap CompletionException in GrpcClient. [ EventStoreDB-Client-Java #298 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/298 )
7+ - Disable trace context extraction for deleted events [ EventStoreDB-Client-Java #292 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/292 )
8+
9+ ### Fixes
10+ - #291 [ EventStoreDB-Client-Java #292 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/292 )
1311
1412## [ 5.4.3] - 2024-11-07
1513### Fixed
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
1919}
2020
2121group = ' com.eventstore'
22- version = ' 5.4.4 '
22+ version = ' 5.4.3 '
2323
2424java {
2525 withJavadocJar()
You can’t perform that action at this time.
0 commit comments