Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 13:50
· 551 commits to main since this release
v1.1.1
d46309d

Highlights 💫

We now support older Kafka Connect versions (tested against 2.7.0) which use an older version of Jackson. Before users had to manually add Jackson >=2.13 to older Kafka Connect versions. With this release, this is no longer required since we removed an API call which was not supported in Jackson <2.13. The connector still requires Jackson dependency to be provided by the Connect runtime though, i.e., it is not included in the released JAR of this connector to reduce size and avoid conflicts.

What's Changed

  • build(deps): Bump aws.java.sdk.version from 2.20.125 to 2.20.130 by @dependabot in #112
  • build(deps): Bump actions/setup-node from 3.8.0 to 3.8.1 by @dependabot in #111
  • build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #114
  • build(deps-dev): Bump org.mockito.version from 5.4.0 to 5.5.0 by @dependabot in #117
  • build(deps-dev): Bump org.testcontainers:testcontainers from 1.18.3 to 1.19.0 by @dependabot in #116
  • build(deps): Bump aws.java.sdk.version from 2.20.130 to 2.20.135 by @dependabot in #115
  • build(deps): Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #121
  • build(deps): Bump aws.java.sdk.version from 2.20.135 to 2.20.140 by @dependabot in #120
  • ci: add latest Confluent Kafka 7.5 to e2e test matrix by @agebhar1 in #119
  • fix: remove putIfAbsent calls by @embano1 in #123

Full Changelog: v1.1.0...v1.1.1