Skip to content

1.11.1

Latest
Compare
Choose a tag to compare
@julienrf julienrf released this 07 Dec 18:06
· 21 commits to master since this release

Published for Scala 2.12, 2.13, 3.3 (for some artifacts only), Scala.js 1.12, and Scala Native 0.4.16.

See the binary compatibility guarantees for every module.

The version of the algebra modules is 1.11.1. Please refer to the table below for the corresponding version of the interpreters:

Artifact Version Dependencies
json-schema 1.11.1
json-schema-generic 1.11.1 shapeless:2.3.x
json-schema-circe 2.5.1 circe:0.14.1
json-schema-playjson 1.11.1 play-json:2.9.3
algebra 1.11.1
algebra-circe 2.5.1 circe:0.14.1
algebra-playjson 1.11.1 play-json:2.9.3
openapi 4.5.1 ujson:1.4.x
pekko-http-client 1.0.1 pekko:1.0.x, pekko-http:1.0.0
pekko-http-server 1.0.1 pekko:1.0.x, pekko-http:1.0.0
fetch-client 3.2.1 scalajs-dom:2.4.0
fetch-client-circe 3.2.1 scalajs-dom:2.4.0, circe: 0.14.1
http4s-client 6.5.1 http4s:0.23.6
http4s-server 10.3.1 http4s:0.23.6
sttp-client 5.5.1 sttp:3.3.18

What's Changed

  • Test that authenticated endpoint’s URI match before validating the authentication credentials and fix the Pekko HTTP server interpreter implementation by @OlegYch in #1222

New Contributors

Full Changelog: v1.11.0...v1.11.1