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 7773a28 commit 6fc750fCopy full SHA for 6fc750f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.25.1](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.25.0...0.25.1) - 2021-04-20
4
+
5
+- performance improves in ByteArrayInputStream#read
6
7
## [0.25.0](https://github.com/osheroff/mysql-binlog-connector-java/compare/0.24.1...0.25.0) - 2021-03-04
8
9
- bring back jdk 8 support, this caused... ahem. Issues.
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.25.0</version>
+ <version>0.25.1</version>
<name>mysql-binlog-connector-java</name>
10
<description>MySQL Binary Log connector</description>
0 commit comments