1.10.0
Published for Scala 2.12, 2.13, 3.1 (for some artifacts only), Scala.js 1.11, and Scala Native 0.4.
See the binary compatibility guarantees for every module.
The version of the algebra modules is 1.10.0. Please refer to the table below for the corresponding version of the interpreters:
| Artifact | Version | Dependencies | |---|---|---| | json-schema | 1.10.0 | | | json-schema-generic | 1.10.0 | shapeless:2.3.10 | | json-schema-circe | 2.4.0 | circe:0.14.1 | | json-schema-playjson | 1.10.0 | play-json:2.9.3 | | algebra | 1.10.0 | | | algebra-circe | 2.4.0 | circe:0.14.1 | | algebra-playjson | 1.10.0 | play-json:2.9.3 | | openapi | 4.4.0 | ujson:1.4.0 | | akka-http-client | 5.4.0 | akka:2.6.17, akka-http:10.2.6 | | akka-http-server | 7.2.0 | akka:2.6.17, akka-http:10.2.6 | | fetch-client | 3.1.0 | scalajs-dom:2.4.0 | | fetch-client-circe | 3.1.0 | scalajs-dom:2.4.0, circe: 0.14.1 | | http4s-client | 6.4.0 | http4s:0.23.6 | | http4s-server | 10.2.0 | http4s:0.23.6 | | xhr-client | 5.3.0 | | | xhr-client-circe | 5.3.0 | circe:0.14.1 | | sttp-client | 5.4.0 | sttp:3.3.15 |
New Features
- #1136 Add 307 and 308 status codes (by @laurin-no)
- #1161 Support “tupling” values of types
Aand(B, C, D)into a flat tuple(A, B, C, D) - #1162 Add support for the
serversfield in OpenAPI documentation (by @emanb29)
Full Changelog: https://github.com/endpoints4s/endpoints4s/compare/v1.9.0...v1.10.0