Releases: etspaceman/kinesis4cats
Releases · etspaceman/kinesis4cats
v0.0.22
What’s Changed
- Make sure producer loop never fails (#168) @msosnicki
v0.0.21
This release has some breaking changes for Producer
and FS2Producer
implementations. Namely, FS2Producer
now allows for a better user experience when defining callbacks and handling errors with its put
method. See the docs for the producer implementations for more information.
What’s Changed
- Add tryPut to FS2Producer (#167) @etspaceman
- Nested effects for FS2Producer return type (#164) @etspaceman
- Update sbt-projectmatrix to 0.9.1 (#165) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 (#166) @scala-steward
- Remove unused config (#162) @etspaceman
- Allow setting underlying producer config (#161) @msosnicki
- Add missing method (#159) @msosnicki
- Update epollcat to 0.1.5 (#150) @scala-steward
- Update scala-library to 2.13.11 (#152) @scala-steward
- Update munit, munit-scalacheck to 1.0.0-M8 (#153) @scala-steward
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.10 (#157) @scala-steward
- Update http4s-circe, http4s-ember-client, ... to 0.23.21 (#158) @scala-steward
- Update logback-classic to 1.4.8 (#154) @scala-steward
- Update scala-library to 2.12.18 (#151) @scala-steward
- Add retries to dockerComposeUp, Link Native steps (#149) @etspaceman
- Update sbt-typelevel, ... to 0.4.22 (#148) @scala-steward
- Update nscplugin, sbt-scala-native, ... to 0.4.14 (#147) @scala-steward
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.8 (#146) @scala-steward
v0.0.20
What’s Changed
- Refactor Producer Results + Better FS2 Error Handling + Public Retry (#145) @etspaceman
v0.0.19
What’s Changed
- Dependency updates (#144) @etspaceman
- Update scalafmt-core to 3.7.4 (#142) @scala-steward
- Update cats-effect to 3.4.11 (#136) @scala-steward
v0.0.18
v0.0.17
What’s Changed
- Shade Smithy4s Generated Classes (#127) @etspaceman
v0.0.16
v0.0.15
What’s Changed
- Release as JDK 8+ for most modules, JDK 11+ for smithy4s modules (#120) @etspaceman
- Update sbt-mdoc to 2.3.7 (#118) @scala-steward
v0.0.14
What’s Changed
- Default Clients for the KCL (#117) @kubukoz
- Update amazon-kinesis-producer to 0.15.7 (#115) @scala-steward
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.6 (#116) @scala-steward
- Update cats-effect to 3.4.10 (#114) @scala-steward
- Update log4cats-core, log4cats-noop, ... to 2.6.0 (#113) @scala-steward
- Update sbt-typelevel, ... to 0.4.20 (#112) @scala-steward
v0.0.13
What’s Changed
- Fix Publish (#111) @etspaceman