We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84d30d commit d4aa460Copy full SHA for d4aa460
CHANGELOG.md
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [9.0.2]
11
+
12
+- Fixes BatchUpdateException checks and error handling to prevent bulk import users stuck in `PROCESSING` state
13
14
## [9.0.1]
15
16
- Upgrades the embedded tomcat 11.0.6 and logback classic to 1.5.13 because of security vulnerabilities
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-library'
3
}
4
5
-version = "9.0.1"
+version = "9.0.2"
6
repositories {
mavenCentral()
0 commit comments