v2.0.0-RC11 - ZIO 2 Support
amitksingh1490
released this
29 Aug 16:13
·
870 commits
to main
since this release
Changes
Supports ZIO v2.0.1
💥 Breaking Change
- Refactor: Use builder pattern for SocketDecoder and SocketProtocol by @gciuloaica in #1367
🚀 Features
- Feature: Add
toJavaURI
andtoJavaURL
toURL
by @jgoday in #1353 - Feature: add Middleware based on an HTTP response by @ex0ns in #1377
- Add convenient request method to Client class by @palanga in #1402
- Feature: Add the ability to get resources from JAR archives by @nartamonov in #1393
📈 Improvements
- Refactor: Drop test composition syntax by @gciuloaica in #1366
- Refactor: Re-write
HttpData
toBody
by @tusharmath in #1351 - Refactor: Use builder pattern for SocketDecoder and SocketProtocol by @gciuloaica in #1367
🐛 Bug Fixes
- Fix: Allow multiple
set-cookie
headers in response by @gciuloaica in #1355 - Fix: Propagate
FiberRef
ToHttpRuntime
by @adamgfraser in #1379 - Fix: Client fails when connection is interrupted by @Dennis4b in #1364
- Fix: Host header must include port by @paul-lysak in #1373
🧰 Maintenance
- Doc: Fix links in Readme and add more examples by @gciuloaica in #1358
- Update scala-collection-compat to 2.8.1 by @scala-steward in #1376
- chore: drop sbt bloop by @tusharmath in #1380
- Update jwt-core to 9.0.6 by @amitksingh1490 in #1362
- Doc: Fixed Typo by @rohitbishnoi in #1386
- Update scalafmt-core to 3.5.9 by @amitksingh1490 in #1392
- Chore: add dev container by @tusharmath in #1388
- Update scala-library, scala-reflect to 2.12.16 by @amitksingh1490 in #1299
- [docs] corrects example with /: by @artur-jablonski in #1403
- Update jwt-core to 9.1.0 by @amitksingh1490 in #1395
- Doc: Change to code snippet compatible with ZIO 2 by @SHSongs in #1398
- Update ZIO Version by @adamgfraser in #1406
- Update netty-codec-http, ... to 4.1.80.Final by @amitksingh1490 in #1405
🙌 New Contributors
- @rohitbishnoi made their first contribution in #1386
- @palanga made their first contribution in #1402
- @artur-jablonski made their first contribution in #1403
- @SHSongs made their first contribution in #1398
- @paul-lysak made their first contribution in #1373
Full Changelog: v2.0.0-RC10...v2.0.0-RC11