Important Change!!
zio-http does no longer enable IO uring by default. This might reduces that performance of your application. Please check the docs for details on how to activate it, if you want to.
Highlights
Auth is now generated into OpenAPI, when set on an Endpoint
Curl logging Middleware was added
Changes
- Do not replace - with _ in open api code gen @987Nabil (#3423)
Routes
specific not found handler, that middleware applies on (#3286) @987Nabil (#3419)- remove unnecessary Server type tag in testkit @myazinn (#3430)
- Make uring provided and document so that the experimental incubator library is not on the classpath by default @russwyte (#3426)
- Simplify
Routes
/RoutePattern
trees @987Nabil (#3409) - Improve
Form#toQueryParams
performance (#3289) @987Nabil (#3412) - docs: Config reference @igneus (#3367)
- feat: Encode Auth requirements in Endpoint API @mobley-trent (#3266)
- Add proxy methods for schema based headers and query params (#3372) @987Nabil (#3411)
- Add
bodyAs
toResponse
(#1374) @987Nabil (#3424) - Update tapir-http4s-server, ... to 1.11.20 @zio-scala-steward[bot] (#3427)
- Update zio-json-yaml to 0.7.39 @zio-scala-steward[bot] (#3389)
- Update protobuf-java to 4.30.1 @zio-scala-steward[bot] (#3404)
- Handle
Schema.Transform
inStringSchemaCodec.emptyStringIsValue
@987Nabil (#3418) - Fix
QueryModifier.addQueryParam
to not duplicate old values (#3420) @987Nabil (#3422) - Add
addCookie
andaddCookies
toRequest
/Response
(#3365) @987Nabil (#3410) - Enhancement #3283 : added server side jks keystore truststore support @constantinos-p (#3396)
- Try to fix the logger name used to log the "Duplicate routes detected" @guizmaii (#3416)
- Update zio-schema, zio-schema-json, ... to 1.6.6 @zio-scala-steward[bot] (#3413)
- Update sbt, scripted-plugin to 1.10.11 @zio-scala-steward[bot] (#3414)
- Update zio-config, zio-config-magnolia, ... to 4.0.4 @zio-scala-steward[bot] (#3407)
- Update scalafmt-dynamic to 3.9.4 @zio-scala-steward[bot] (#3406)
- Update tapir-http4s-server, ... to 1.11.19 @zio-scala-steward[bot] (#3405)
- Update README.md @zio-assistant[bot] (#3393)
- Update sbt-ci-release to 1.9.3 @zio-scala-steward[bot] (#3397)
- Update parsers to 4.13.4 @zio-scala-steward[bot] (#3400)
- Curl logger @landlockedsurfer (#3394)