Skip to content

Commit

Permalink
Merge pull request #192 from ably/release/4.1.1
Browse files Browse the repository at this point in the history
Release v4.1.1
  • Loading branch information
ttypic committed Jul 19, 2024
2 parents f90d77b + ebe36ef commit 120b94e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.1](https://github.com/ably/kafka-connect-ably/tree/v4.1.1)

[Full Changelog](https://github.com/ably/kafka-connect-ably/compare/v4.1.0...v4.1.1)

**Implemented enhancements:**

- Update `ably-java` dependency [\#181](https://github.com/ably/kafka-connect-ably/issues/181)
- Encryption support feature request \[parked\] [\#169](https://github.com/ably/kafka-connect-ably/issues/169)

**Fixed bugs:**

- Kafka connector's `client.id` configuration option is ignored during message publishing. [\#186](https://github.com/ably/kafka-connect-ably/issues/186)
- In a batch request each message should be in its own batchspec [\#171](https://github.com/ably/kafka-connect-ably/issues/171)

## [4.1.0](https://github.com/ably/kafka-connect-ably/compare/v4.0.0...v4.1.0)

**Implemented enhancements:**
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>com.ably.kafka.connect</groupId>
<artifactId>kafka-connect-ably</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 120b94e

Please sign in to comment.