New
v3.2.1
Release Info
This release makes a couple significant changes that should be compatible for all users in order to fix some issues.
- Usage of certain operators when pairing completed fetches with deferred fetches could result in repeatedly executing fetch contents. Fixed by first-time contributor @Lost-Fly.
- This release now targets Scala 3.3 LTS in order to be more compatible with a wider variety of projects in the community.
In addition, several dependencies have been updated as listed below.
What's Changed
- Update sbt-ci-release to 1.11.0 by @47erbot in https://github.com/xebia-functional/fetch/pull/889
- Update sbt, scripted-plugin to 1.11.0 by @47erbot in https://github.com/xebia-functional/fetch/pull/890
- Update sbt-ci-release to 1.11.1 by @47erbot in https://github.com/xebia-functional/fetch/pull/891
- Update sbt, scripted-plugin to 1.11.1 by @47erbot in https://github.com/xebia-functional/fetch/pull/892
- Update scala3-library to 3.7.1 by @47erbot in https://github.com/xebia-functional/fetch/pull/893
- Update sbt, scripted-plugin to 1.11.2 by @47erbot in https://github.com/xebia-functional/fetch/pull/894
- Update circe-generic, circe-parser to 0.14.14 by @47erbot in https://github.com/xebia-functional/fetch/pull/895
- Update sbt-scalafmt to 2.5.5 by @47erbot in https://github.com/xebia-functional/fetch/pull/896
- Update sbt, scripted-plugin to 1.11.3 by @47erbot in https://github.com/xebia-functional/fetch/pull/897
- Update cats-effect to 3.6.2 by @47erbot in https://github.com/xebia-functional/fetch/pull/898
- Update mdoc, sbt-mdoc to 2.7.2 by @47erbot in https://github.com/xebia-functional/fetch/pull/899
- Update doobie-core, doobie-h2 to 1.0.0-RC10 by @47erbot in https://github.com/xebia-functional/fetch/pull/900
- Update cats-effect to 3.6.3 by @47erbot in https://github.com/xebia-functional/fetch/pull/901
- Update scala3-library to 3.7.2 by @47erbot in https://github.com/xebia-functional/fetch/pull/902
- Update sbt, scripted-plugin to 1.11.4 by @47erbot in https://github.com/xebia-functional/fetch/pull/903
- Update jedis to 6.1.0 by @47erbot in https://github.com/xebia-functional/fetch/pull/904
- Update sbt-ci-release to 1.11.2 by @47erbot in https://github.com/xebia-functional/fetch/pull/905
- Update sbt, scripted-plugin to 1.11.5 by @47erbot in https://github.com/xebia-functional/fetch/pull/906
- Update jedis to 6.2.0 by @47erbot in https://github.com/xebia-functional/fetch/pull/907
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 by @47erbot in https://github.com/xebia-functional/fetch/pull/908
- Update sbt, scripted-plugin to 1.11.6 by @47erbot in https://github.com/xebia-functional/fetch/pull/909
- Update scala3-library to 3.7.3 by @47erbot in https://github.com/xebia-functional/fetch/pull/910
- Ignore github test until it is fixed by @sloshy in https://github.com/xebia-functional/fetch/pull/915
- Fixes issue #912: Executes liftF effect twice in a product composition by @Lost-Fly in https://github.com/xebia-functional/fetch/pull/914
- Pin repo to Scala 3.3 LTS by @sloshy in https://github.com/xebia-functional/fetch/pull/917
New Contributors
- @Lost-Fly made their first contribution in https://github.com/xebia-functional/fetch/pull/914
Full Changelog: https://github.com/xebia-functional/fetch/compare/v3.2.0...v3.2.1