What’s Changed
- Improve readability of server log output (#1928) @adamw
- Create a single ServerResponse case class (#1931) @adamw
- Rename renderPathTemplate to showPathTemplate (#1930) @adamw
- setup akkaHttpOnly vs akkaHttpTapir perf tests (#1886) @felix-lipski
- Fix handling of resource directories (#1927) @adamw
- Initial OpenAPI code generation CLI (#1810) @alonsodomin
- Fix success status code range (#1924) @markarasev
- Fix typo of
PublicEndpoint
alias (#1923) @yoohaemin - cross-compile openapi projects to scalajs (#1903) @cornerman
- Read the request body from the ServerRequest, which can potentially be modified by an interceptor (#1909) @adamw
- Allow full customization of interceptors in tests (#1912) @rucek
Dependency updates
- Update logback-classic, logback-core to 1.2.11 (#1921) @scala-steward
- Update akka-http to 10.2.9 (#1913) @scala-steward