Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 11:26
· 114 commits to main since this release
v1.3.2
0ad6c51

Highlights 💫

Features

Custom TimeMapper Support: Added support for a custom TimeMapper class (#367) by @jensur77, who made their first contribution in #367 👏

CI

Apache Kafka Update: Replaced the existing Kafka image with the official Apache Kafka image (#250).

Dependencies

Dependency Updates: Upgraded various dependencies including AWS SDK, JUnit, Maven Failsafe and Surefire Plugins, Logback Classic, and GitHub Actions components (#369, #370, #371, #372, #373, #374, #375).

What's Changed

  • Use official Apache Kafka image by @agebhar1 in #250
  • build(deps): Bump aws.java.sdk.version from 2.27.2 to 2.27.7 by @dependabot in #369
  • build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #370
  • build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in #371
  • build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #372
  • build(deps): Bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot in #374
  • build(deps): Bump actions/setup-java from 4.0.0 to 4.2.2 by @dependabot in #375
  • build(deps-dev): Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 by @dependabot in #373
  • Support custom TimeMapper class by @jensur77 in #367

New Contributors

Full Changelog: v1.3.1...v1.3.2