Skip to content

Releases: laserdisc-io/tamer

v0.19.0 Update to OCI Java SDK 3

10 Nov 09:57
7f6bd06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.19.0

v0.18.2 Make registry client use global properties

07 Oct 13:27
7c34f35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1 Downgrade OCI

28 Apr 11:24
537ac61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0 Keeping the dependencies current

22 Apr 10:27
182f5ec
Compare
Choose a tag to compare

Given this release contains several third party library updates, some fairly significant (e.g., minor version bump of kafka-clients), please take time to review the release notes of the most relevant libraries for your specific use case.

More generally, zio-kafka (the library underpinning Tamer's core) has been updated twice (see https://github.com/zio/zio-kafka/releases/tag/v0.17.4 and https://github.com/zio/zio-kafka/releases/tag/v0.17.5) and there are at least two issues that have been addressed in zio/zio-kafka#414 and zio/zio-kafka#427 that would be relevant to Tamer users.

What's Changed

Read more

v0.17.0 - range object storage

23 Dec 17:52
fb5e8f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.3...v0.17.0

v0.16.3

19 Oct 17:26
3eb30d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.2...v0.16.3

v0.16.2

18 Oct 11:28
d37dcc9
Compare
Choose a tag to compare

🧹 Maintenance / Cleanup

  • Update zio-oci-objectstorage to 0.3.1 (#569)
  • Update ciris to 2.2.0 (#568)
  • Update s3 to 2.17.61 (#566)
  • Update sbt-native-packager to 1.9.6 (#562)
  • Update sbt-ci-release to 1.5.10 (#563)
  • Update oci-java-sdk-objectstorage to 2.7.1 (#560)
  • Update org.everit.json.schema to 1.14.0 (#557)
  • Update jsoniter-scala-core to 2.10.3 (#554)

v0.16.1 - Surface exceptions

04 Oct 14:20
2c3b845
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Avoid swallowing exceptions (#544)

🧹 Maintenance / Cleanup

  • Update httpclient-backend-zio to 3.3.15 (#546)
  • Update scalafmt-core to 3.0.6 (#545)
  • Update s3 to 2.17.51 (#543)

v0.16.0 - Transactional Tamer

01 Oct 22:26
c34add5
Compare
Choose a tag to compare

This is a major milestone. Kafka transactions are now supported in Tamer. 👏 @gurghet

🚀 New features

  • Transactional core (#520)
  • remove lag checks (#540)

🧹 Maintenance / Cleanup

  • Update zio-oci-objectstorage to 0.3.0 (#542)
  • Update s3 to 2.17.50 (#539)
  • Update embedded-kafka-schema-registry to 6.2.1 (#538)
  • Update oci-java-sdk-objectstorage to 2.6.0 (#535)
  • Update scalafmt-core to 3.0.5 (#531)
  • bump kafka and embeddedkafka (#530)
  • Update postgresql to 42.2.24 (#526)
  • Update sbt-ci-release to 1.5.9 (#523)

v0.15.0 - Transactional Tamer

30 Sep 14:59
11cadcc
Compare
Choose a tag to compare

Unfortunately this release never made it to Central