Releases: etspaceman/kinesis4cats
Releases · etspaceman/kinesis4cats
v0.0.13
What’s Changed
- Fix Publish (#111) @etspaceman
v0.0.12
This release contains a major refactor to the constructors, by leveraging the Builder pattern.
What’s Changed
- Builder Refactor (#109) @etspaceman
- Update logback-classic to 1.4.7 (#110) @scala-steward
v0.0.11
This release comes with some major API usability updates around logging and producer retries. Special thanks to @kubukoz for identifying them.
What’s Changed
- Explicit LogEncoders (#104) @etspaceman
- Update amazon-kinesis-producer to 0.15.6 (#106) @scala-steward
- Update sbt-crossproject to 1.3.1 (#107) @scala-steward
- Uses standard retry library for Producer put method, consolidate to single put (#103) @etspaceman
- Update cats-effect to 3.4.9 (#102) @scala-steward
v0.0.10
What’s Changed
- Drop smithy files from smithy4s-client (#101) @kubukoz
- Add apply method for KinesisProducer (#99) @etspaceman
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 (#93) @scala-steward
v0.0.9
What’s Changed
- Update sbt-crossproject to 1.3.0 (#91) @scala-steward
- Limit test dependencies to test scope (#92) @etspaceman
v0.0.8
What’s Changed
- Separate methods for create/delete stream in localstack utilities (#90) @etspaceman
- Update scalafmt-core to 3.7.3 (#89) @scala-steward
v0.0.7
This release includes some dependency updates, including some breaking changes related to the KCL upgrades.
What’s Changed
- Update amazon-kinesis-client to 2.4.8 (#88) @scala-steward
- Update nscplugin, sbt-scala-native, ... to 0.4.12 (#87) @scala-steward
- Update slf4j-nop to 2.0.7 (#85) @scala-steward
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.5 (#83) @scala-steward
- Update logback-classic to 1.4.6 (#82) @scala-steward
v0.0.6
What’s Changed
- Use FS2 Streams for responses to SubscribeToShard + Paginated Requests (#81) @etspaceman
- Upgrade circe to 0.14.5 (#80) @etspaceman
- Update sbt-scala-native-config-brew, ... to 0.1.3 (#76) @scala-steward
- Update sbt-typelevel, ... to 0.4.19 (#77) @scala-steward
- Update http4s-blaze-client to 0.23.14 (#79) @scala-steward
- Dynamo and Cloudwatch Clients for Java SDK (#75) @etspaceman
v0.0.5
What’s Changed
- Graceful Producer Shutdown (#72) @etspaceman
v0.0.4
This release hardens the offerings for Scala Native and Scala.js. This includes:
- Tests for Scala.js and Scala Native
- Updates to dependencies where needed to support Scala.js and Scala Native
- Consolidating several modules
- CI and build overhaul for more efficient builds
What’s Changed
- Logback fixes for tests (#71) @etspaceman
- Scala Native and JS support for Producers (#69) @etspaceman
- Scala Native and JS tests for smithy4s client (#52) @etspaceman
- UUIDGen instead of java.util.UUID + Build Updates (#66) @etspaceman
- Move everything to Test scope, remove IT/Fun scopes (#65) @etspaceman