Skip to content

Commit

Permalink
1.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kwadhwa18 committed Aug 30, 2019
1 parent 48c1d44 commit 4840c62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Rockset Kafka Connect Changelog

## v1.0.1 2019-08-30
- Handle failures and report it to Kafka for retries

## v1.0.0 2019-07-23
- Initial Kafka Connect for Rockset release
- Support for Avro format
- Better logging and error messages
- Documentation of options
- Graceful retries, exactly once delivery
- Unit tests and performance testing
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.0-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

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

0 comments on commit 4840c62

Please sign in to comment.