We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bfe16 commit e05310aCopy full SHA for e05310a
1 file changed
README.md
@@ -55,18 +55,22 @@ The library is hosted on the Central Maven Repository
55
<dependency>
56
<groupId>ch.rasc</groupId>
57
<artifactId>xodus-queue</artifactId>
58
- <version>1.0.1</version>
+ <version>2.0.0</version>
59
</dependency>
60
```
61
62
63
## Changelog
64
65
+### 2.0.0 - Sep 6, 2025
66
+ * Minimum Java 17
67
+ * Fix concurrency issues
68
+ * Upgrade Kryo library
69
+
70
### 1.0.1 - May 19, 2018
71
* Fix key management in XodusQueue
72
* Add `java.util.concurrent.BlockingQueue` implementation: XodusBlockingQueue
73
-
74
### 1.0.0 - May 15, 2018
75
* Initial release
76
0 commit comments