Skip to content

Commit 0e2d1c5

Browse files
author
chenby
committed
v0.9.5
1 parent 7b8bf26 commit 0e2d1c5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
### 0.9.5
2+
3+
Fix full sync offset bug. this bug could cause losing data in reconnection
4+
Support for java 21.
5+
Docker support Apple silicon.
6+
17
### 0.9.4
8+
29
Add command option `--ignore-ttl`.
310
Add support for redis 7.2.
411

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.moilioncircle</groupId>
7272
<artifactId>redis-replicator</artifactId>
73-
<version>3.8.0</version>
73+
<version>3.8.1</version>
7474
<exclusions>
7575
<exclusion>
7676
<groupId>org.slf4j</groupId>

src/main/resources/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.4
1+
v0.9.5

0 commit comments

Comments
 (0)