server-core
: Breaking Changes
- Use 406 instead of 415 when the Accept header doesn't match any of the supported content (#2404) @adamw
The UnsupportedMediaTypeInterceptor
is renamed to NotAcceptableInterceptor
as part of this change. If you customised your interceptors, you might need to update code which uses CustomInterceptors
.
Other Changes
- Coproduct using a wrapped representation of child schemas (#2403) @adamw
- Publish tapir-client for Scala Native (#2411) @lolgab
- chore: fix typo in doc endpoint/integrations (#2410) @GreyPlane
- Properly specify the content-type of the docs yaml, as SwaggerUI expects it (#2399) @adamw
- #2361 add monix newtypes integration (#2382) @massimosiani
- Split CI tests by scala version & platform (#2389) @adamw
Dependency updates
- Update mockserver-netty to 5.14.0 (#2378) @softwaremill-ci
- Update logback-classic, logback-core to 1.4.0 (#2388) @softwaremill-ci
- Update shared:akka, shared:armeria, ... to 1.3.8 (#2405) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.17.1 (#2409) @softwaremill-ci
- Update akka-slf4j, akka-stream to 2.6.20 (#2417) @softwaremill-ci
- Update fs2-reactive-streams to 3.2.13 (#2415) @softwaremill-ci
- Update akka-http to 10.2.10 (#2416) @softwaremill-ci
- Update scala3-library, ... to 3.2.0 (#2414) @softwaremill-ci
- Update quicklens to 1.8.10 (#2408) @softwaremill-ci
- Update sbt-scala-native to 0.4.7 (#2406) @softwaremill-ci
- Update finatra-http-server, inject-app, ... to 22.7.0 (#2339) @softwaremill-ci
- Update quicklens to 1.8.9 (#2400) @softwaremill-ci
- Update play-json to 2.9.3 (#2395) @softwaremill-ci
- Update zio, zio-streams, zio-test, ... to 2.0.2 (#2393) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.17.0 (#2391) @softwaremill-ci
- Update model:core to 1.5.1 (#2392) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.16.0 (#2387) @softwaremill-ci
- Update netty-all to 4.1.80.Final (#2386) @softwaremill-ci
- Update client3:akka-http-backend, ... to 3.7.6 (#2385) @softwaremill-ci
- Update client3:akka-http-backend, ... to 3.7.5 (#2384) @softwaremill-ci