Skip to content

Releases: http4s/http4s-session

v0.2.0

16 Jul 10:47
9aad0ef
Compare
Choose a tag to compare

This release brings support of Cats-Effect 3.x, Scala 3 and cross-publishing for JS/Scala Native platforms!

What's Changed

Behind the scenes

  • Update scalafmt-core to 3.7.3 by @http4s-steward in #157
  • Update sbt-scala-native-crossproject to 1.3.0 by @http4s-steward in #159
  • Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 by @http4s-steward in #160
  • Update cats-effect to 3.4.9 by @http4s-steward in #161
  • Update sbt-scala-native-crossproject to 1.3.1 by @http4s-steward in #162
  • Update sbt-http4s-org to 0.14.12 by @http4s-steward in #163
  • Update cats-effect to 3.4.10 by @http4s-steward in #164
  • Update cats-effect to 3.4.11 by @http4s-steward in #165
  • Update sbt to 1.8.3 by @http4s-steward in #166
  • Update cats-effect to 3.5.0 by @http4s-steward in #167
  • Update http4s-core, ... to 0.23.19 by @http4s-steward in #168
  • Update scalafmt-core to 3.7.4 by @http4s-steward in #169
  • Update scala3-library, ... to 3.3.0 by @http4s-steward in #170
  • Update nscplugin, sbt-scala-native, ... to 0.4.14 by @http4s-steward in #174
  • Update sbt to 1.9.0 by @http4s-steward in #171
  • Update sbt-http4s-org to 0.14.13 by @http4s-steward in #173
  • Update http4s-core, ... to 0.23.20 by @http4s-steward in #176
  • Update http4s-core to 0.23.21 by @http4s-steward in #177
  • Update scala-library to 2.13.11 by @http4s-steward in #175
  • Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @http4s-steward in #178
  • Update cats-effect to 3.5.1 by @http4s-steward in #179
  • Update sbt to 1.9.1 by @http4s-steward in #180
  • Update scalafmt-core to 3.7.5 by @http4s-steward in #182
  • Update http4s-core to 0.23.22 by @http4s-steward in #181
  • Update scalafmt-core to 3.7.6 by @http4s-steward in #183
  • Update scalafmt-core to 3.7.7 by @http4s-steward in #184
  • Update sbt to 1.9.2 by @http4s-steward in #186
  • Update scalafmt-core to 3.7.8 by @http4s-steward in #187
  • Update scalafmt-core to 3.7.9 by @http4s-steward in #188

Full Changelog: v0.1.0...v0.2.0

v0.1.0

10 Mar 06:06
cce1b8d
Compare
Choose a tag to compare

This is a binary-compatible release with the previous one. Since the last release, almost all upstream libraries have stopped maintenance for Cats-Effect 2.x and migrated to Cats-Effect 3.x. It means that http4s-session also stops maintenance for Cats-Effect 2.x. Here below are the most notable changes of versions for upstream libraries.

What's Changed

  • Update fs2-core, fs2-io to 2.5.11 by @scala-steward in #105
  • Update cats-effect to 2.5.5 by @scala-steward in #107
  • Update scala-library to 2.13.10 by @http4s-steward in #128
  • Update cats-core to 2.9.0 by @http4s-steward in #134
  • Update http4s-circe, http4s-core, ... to 0.22.15 by @http4s-steward in #141
  • Update sbt-scalajs to 1.13.0 by @http4s-steward in #149
  • Migrate to http4s plugin by @danicheg in #153
  • Remove disable MiMa plugin by @armanbilge in #154

New Contributors

  • @danicheg made their first contribution in #25
  • @scala-steward made their first contribution in #23
  • @typelevel-steward made their first contribution in #114
  • @http4s-steward made their first contribution in #116
  • @armanbilge made their first contribution in #154

Full Changelog: v0.0.1...v0.1

v0.0.1

19 Mar 16:07
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Initial Release
  • SessionStore: Where and how one stores a session
  • SessionRoutes: How to define routes that leverage session information
  • SessionMiddleware: How one closes SessionRoutes into HttpRoutes