Breaking changes
- See the release notes for 0.19.0-M14
oneOfMapping
is renamed tooneOfVariant
(mostly with deprecations)
What’s Changed
- Add .errorOutVariant, rename oneOfMapping to oneOfVariant (#1600) @adamw
- ({files,resources}Endpoint => {files,resources}GetEndpoint) (#1597) @rssh
- fixed names of recently changed methods in comments. (#1596) @rssh
- Omit boundary when decoding fixed content-type header (#1591) @micossow
- Fix OpenApi path encoding (#1588) @micossow
- Add WebSocket support for Play (#1585) @ghostdogpr
- Support ZIO in sttp websocket client (#1586) @ghostdogpr
- Upgrade http4s to 0.23.6 (#1579) @micossow
- Apply scalafmt (#1587) @micossow
- Adjust behavior on decode failure to native zio HttpApps (#1568) @soujiro32167
- Fixed typo (#1589) @jetjager
- Set content type header in Part when using PlayServerInterpreter (#1584) @ghostdogpr
Dependency updates
- Update zio-json to 0.2.0-M2 (#1599) @scala-steward
- Update scalafmt-core to 3.1.0 (#1592) @scala-steward
- Update swagger-ui to 4.1.0 (#1594) @scala-steward
- Update jsoniter-scala-core, ... to 2.11.1 (#1557) @scala-steward
- Update opentelemetry-api, ... to 1.7.1 (#1575) @scala-steward
- Update scalafmt-core to 3.0.8 (#1563) @scala-steward