We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c431d5 commit aa2300aCopy full SHA for aa2300a
2 files changed
CHANGELOG.md
@@ -3,8 +3,10 @@ All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
6
+## [5.4.5] - 2025-03-24
7
+
8
### Fixed
-- https://github.com/EventStore/EventStoreDB-Client-Java/issues/310 [EventStoreDB-Client-Java#311](https://github.com/EventStore/EventStoreDB-Client-Java/pull/311)
9
+- Fix subscription error handling during server shutdown [EventStoreDB-Client-Java#311](https://github.com/EventStore/EventStoreDB-Client-Java/pull/311)
10
11
## [5.4.4] - 2025-03-05
12
### Changed
db-client-java/build.gradle
@@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
19
}
20
21
group = 'com.eventstore'
22
-version = '5.4.4'
+version = '5.4.5'
23
24
java {
25
withJavadocJar()
0 commit comments