Skip to content

Commit

Permalink
version update and changelog for kafka-connect-rockset 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwadhwa18 committed Nov 22, 2019
1 parent 4eb655f commit ab1dcf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Rockset Kafka Connect Changelog

## v1.2.1 2019-11-22
- Don't throw errors from put. Only flush call handles failures.
- Do not block all threads during retries.

## v1.2.0 2019-10-04
- Connector now supports keys in messages for all types
- `_id` for documents are now assigned on the server side. This could cause collections to have duplicate docs for a message
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>rockset</groupId>
<artifactId>kafka-connect-rockset</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>kafka-connect-rockset</name>
Expand Down

0 comments on commit ab1dcf4

Please sign in to comment.