Releases: ollls/zio-tls-http
Releases · ollls/zio-tls-http
zio 2.0.15 with logback.xml (no logback-test)
-
Upgraded to ZIO 2.0.15
-
Regular logback.xml used for log configuration. Now it's free to use use logback.xml in the app space, it won't be overridden by logback-test.xml
-
Just making the release "official", it was posted already to Sonata as 2.0.1
2.0.0
- Native ZStream2 with ZIO2.
- Integration with http1.1 chunked.
- Special http multi-part ZStream.
- Support for ZIO2 logging with logback.
- Separate http access log with rotation.
- App template: "hello-http" with major use cases.
- Version of ZIO library can be configured in build.sbt on app template by the user.
1.1.0-m9
External ZIO environments as type parameters.
Local ZIO environments are type parameters passed to server and web filters.
Embedded TLS client.
Connection pooling support.
Logging support for HTTP Client.
Cleanup, default log level changes.