Skip to content

Releases: ollls/zio-tls-http

zio 2.0.15 with logback.xml (no logback-test)

21 Dec 20:50
Compare
Choose a tag to compare
  • 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

10 Feb 04:03
Compare
Choose a tag to compare
  • 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

07 Apr 19:13
Compare
Choose a tag to compare

server stop(), header iterrator, log iterrator, pattern match on Channel -> Tls/Tcp Channel subclasses, DDOS patch to block and log bad TLS handshakes, nio socket groups for HttpClient.

External ZIO environments as type parameters.

19 Jan 18:40
f9c0e11
Compare
Choose a tag to compare

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.