v2.0.0-RC10 - ZIO 2 Support
amitksingh1490
released this
15 Jul 13:29
·
897 commits
to main
since this release
Changes
Supports ZIO v2.0.0
🚀 Features
- Feature: Add proxy handler for client API by @pizzaeueu in #1226
- Feature: Middleware for TrailingSlash by @gciuloaica in #1291
- Feature: add
contraCollect
inHttp
by @tusharmath in #1323 - Feature: Add
seeOther
toResponse
by @rleibman in #1318 - Feature: add support to pass
Headers
inSocketApp.connect
by @tusharmath in #1329
Improvements
- Refactor: Remove
zhttp-test
module by @gciuloaica in #1311 - Refactor: add more colors to
LogFormat
by @tusharmath in #1328 - Refactor: Redesign WebSocket API (Breaking Change) by @tusharmath in #1325
- publish: zio-logging by @amitksingh1490 in #1287
🐛 Bug Fixes
- Fix: Native EPoll and KQueue Dependencies by @davidlar in #1302
- Fix: Logging Checks by @tusharmath in #1298
- Update netty-codec-http, ... to 4.1.78.Final by @amitksingh1490 in #1305
- Fix: Return empty URL in case of a parse failure by @gciuloaica in #1306
- Fix: Cookie expires format by @gciuloaica in #1288
- Fix: Support trailing and leading slashes in
Path
(Breaking Change) by @tusharmath in #1304 - Fix:
fireExceptionCaught
fromHttpRuntime
by @tusharmath in #1326
🧰 Maintenance
- Build(deps): Bump eventsource from 1.1.0 to 1.1.1 in /docs/website by @dependabot in #1283
- Update scalafmt-core to 3.5.8 by @amitksingh1490 in #1284
- Update sbt-updates to 0.6.3 by @amitksingh1490 in #1277
- Update zio, zio-streams, zio-test, ... to 1.0.15 by @amitksingh1490 in #1289
- Doc: Remove PING/PONG example by @gciuloaica in #1313
- Update sbt-scalafix to 0.10.1 by @amitksingh1490 in #1297
- Update scala3-library to 3.1.3 by @amitksingh1490 in #1312
- Update sbt-bloop to 1.5.2 by @amitksingh1490 in #1324
- Update README.md by @tusharmath in #1319
- chore: add
Debug.scala
by @tusharmath in #1327 - Update zio, zio-streams, zio-test, ... to 2.0.0 by @amitksingh1490 in #1315
- Update sbt to 1.7.1 by @amitksingh1490 in #1346
- Update netty-codec-http, ... to 4.1.79.Final by @amitksingh1490 in #1345
- Update scala-collection-compat to 2.8.0 by @scala-steward in #1342
- Update scala-collection-compat to 2.8.0 by @amitksingh1490 in #1341
- Doc: Update
StaticServer
example by @gciuloaica in #1347
New Contributors
- @davidlar made their first contribution in #1302
- @pizzaeueu made their first contribution in #1226
Full Changelog: v1.0.0.0-RC28...v2.0.0-RC10