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 b2a5009 commit 1a4ccf1Copy full SHA for 1a4ccf1
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Rockset Kafka Connect Changelog
2
+## v1.4.1 2022-09-21
3
+
4
+- Fix Avro parser handling nulls
5
+- Fix timestamp handling
6
7
## v1.4.0 2022-04-14
8
- Add batch size parameter
9
pom.xml
@@ -5,7 +5,7 @@
<groupId>rockset</groupId>
<artifactId>kafka-connect-rockset</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<packaging>jar</packaging>
10
11
<name>kafka-connect-rockset</name>
0 commit comments