1.11.0
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.0. Please refer to the table below for the corresponding version of the interpreters:
| Artifact | Version | Dependencies | |---|---|---| | json-schema | 1.11.0 | | | json-schema-generic | 1.11.0 | shapeless:2.3.x | | json-schema-circe | 2.5.0 | circe:0.14.1 | | json-schema-playjson | 1.11.0 | play-json:2.9.3 | | algebra | 1.11.0 | | | algebra-circe | 2.5.0 | circe:0.14.1 | | algebra-playjson | 1.11.0 | play-json:2.9.3 | | openapi | 4.5.0 | ujson:1.4.x | | pekko-http-client | 1.0.0 | pekko:1.0.1, pekko-http:1.0.0 | | pekko-http-server | 1.0.0 | pekko:1.0.1, pekko-http:1.0.0 | | fetch-client | 3.2.0 | scalajs-dom:2.4.0 | | fetch-client-circe | 3.2.0 | scalajs-dom:2.4.0, circe: 0.14.1 | | http4s-client | 6.5.0 | http4s:0.23.6 | | http4s-server | 10.3.0 | http4s:0.23.6 | | sttp-client | 5.5.0 | sttp:3.3.18 |
What's Changed
- Add Pekko HTTP client and server interpreters by @ptrdom in https://github.com/endpoints4s/endpoints4s/pull/1207
- Introduce a
preciseFieldJSON schema by @ant8e in https://github.com/endpoints4s/endpoints4s/pull/1194 - Make
OpenApi.jsonEncoderpublic by @danarmak in https://github.com/endpoints4s/endpoints4s/pull/1204 - Publish Algebra and Pekko interpreters for Scala 3 by @ptrdom in https://github.com/endpoints4s/endpoints4s/pull/1210
- Update our own examples to use the fetch interpreters by @julienrf in https://github.com/endpoints4s/endpoints4s/pull/1214
New Contributors
- @danarmak made their first contribution in https://github.com/endpoints4s/endpoints4s/pull/1204
- @ant8e made their first contribution in https://github.com/endpoints4s/endpoints4s/pull/1194
Full Changelog: https://github.com/endpoints4s/endpoints4s/compare/v1.10.0...v1.11.0