Skip to content

Commit 120b94e

Browse files
authored
Merge pull request #192 from ably/release/4.1.1
Release v4.1.1
2 parents f90d77b + ebe36ef commit 120b94e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.1.1](https://github.com/ably/kafka-connect-ably/tree/v4.1.1)
4+
5+
[Full Changelog](https://github.com/ably/kafka-connect-ably/compare/v4.1.0...v4.1.1)
6+
7+
**Implemented enhancements:**
8+
9+
- Update `ably-java` dependency [\#181](https://github.com/ably/kafka-connect-ably/issues/181)
10+
- Encryption support feature request \[parked\] [\#169](https://github.com/ably/kafka-connect-ably/issues/169)
11+
12+
**Fixed bugs:**
13+
14+
- Kafka connector's `client.id` configuration option is ignored during message publishing. [\#186](https://github.com/ably/kafka-connect-ably/issues/186)
15+
- In a batch request each message should be in its own batchspec [\#171](https://github.com/ably/kafka-connect-ably/issues/171)
16+
317
## [4.1.0](https://github.com/ably/kafka-connect-ably/compare/v4.0.0...v4.1.0)
418

519
**Implemented enhancements:**

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ably.kafka.connect</groupId>
77
<artifactId>kafka-connect-ably</artifactId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<packaging>jar</packaging>
1010

1111
<properties>

0 commit comments

Comments
 (0)