Releases: etspaceman/kinesis4cats
Releases · etspaceman/kinesis4cats
v0.0.24
What's Changed
- Update scalafmt-core to 3.7.10 by @scala-steward in #182
- Correct docs package by @etspaceman in #184
- Update feral-lambda to 0.2.3 by @scala-steward in #183
- Update sbt to 1.9.3 by @scala-steward in #186
- Update http4s-circe, http4s-ember-client, ... to 0.23.23 by @scala-steward in #185
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.12 by @scala-steward in #187
- Update scalafmt-core to 3.7.11 by @scala-steward in #189
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.13 by @scala-steward in #188
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.14 by @etspaceman in #190
- Update fs2-core, fs2-reactive-streams to 3.8.0 by @scala-steward in #191
- Update amazon-kinesis-client to 2.5.2 by @scala-steward in #196
- Update logback-classic to 1.4.11 by @scala-steward in #194
- Update scalafmt-core to 3.7.12 by @scala-steward in #193
- Upgrade to sbt-typelevel 0.5.0 series by @etspaceman in #197
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.15 by @scala-steward in #195
- Use legacy host when publishing by @etspaceman in #198
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What’s Changed
This release adds support for deaggregating records in a scala-native way, and adds some support for using this in feral.
- Provide record deaggregation + feral support (#181) @etspaceman
- Update smithy4s-aws-http4s, smithy4s-core, ... to 0.17.11 (#180) @scala-steward
- Update scalafmt-core to 3.7.9 (#179) @scala-steward
- Update scalafmt-core to 3.7.8 (#178) @scala-steward
- Update sbt to 1.9.2 (#177) @scala-steward
- Update sbt-crossproject to 1.3.2 (#176) @scala-steward
- Update scalafmt-core to 3.7.7 (#175) @scala-steward
- Update scalafmt-core to 3.7.6 (#174) @scala-steward
- Update scalafmt-core to 3.7.5 (#173) @scala-steward
- Update http4s-circe, http4s-ember-client, ... to 0.23.22 (#169) @scala-steward
- Update amazon-kinesis-client to 2.5.1 (#172) @scala-steward
- Update cats-effect to 3.5.1 (#171) @scala-steward
- Update sbt to 1.9.1 (#170) @scala-steward
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