zio / zio-quickstarts

A minimal quickstart ZIO application for writing a RESTful Web Service
https://zio.dev/guides/#quickstart-guides
60 stars 39 forks source link

Update dependency io.d11:zhttp to v2.0.0-RC11 #5

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Update Change
io.d11:zhttp patch 2.0.0-RC10 -> 2.0.0-RC11

Release Notes

dream11/zio-http ### [`v2.0.0-RC11`](https://togithub.com/zio/zio-http/releases/tag/v2.0.0-RC11): - ZIO 2 Support [Compare Source](https://togithub.com/dream11/zio-http/compare/v2.0.0-RC10...v2.0.0-RC11) #### Changes #### Supports ZIO v2.0.1 #### :boom: Breaking Change - Refactor: Use builder pattern for SocketDecoder and SocketProtocol by [@​gciuloaica](https://togithub.com/gciuloaica) in [https://github.com/dream11/zio-http/pull/1367](https://togithub.com/dream11/zio-http/pull/1367) #### 🚀 Features - Feature: Add `toJavaURI` and `toJavaURL` to `URL` by [@​jgoday](https://togithub.com/jgoday) in [https://github.com/dream11/zio-http/pull/1353](https://togithub.com/dream11/zio-http/pull/1353) - Feature: add Middleware based on an HTTP response by [@​ex0ns](https://togithub.com/ex0ns) in [https://github.com/dream11/zio-http/pull/1377](https://togithub.com/dream11/zio-http/pull/1377) - Add convenient request method to Client class by [@​palanga](https://togithub.com/palanga) in [https://github.com/dream11/zio-http/pull/1402](https://togithub.com/dream11/zio-http/pull/1402) - Feature: Add the ability to get resources from JAR archives by [@​nartamonov](https://togithub.com/nartamonov) in [https://github.com/dream11/zio-http/pull/1393](https://togithub.com/dream11/zio-http/pull/1393) #### :chart_with_upwards_trend: Improvements - Refactor: Drop test composition syntax by [@​gciuloaica](https://togithub.com/gciuloaica) in [https://github.com/dream11/zio-http/pull/1366](https://togithub.com/dream11/zio-http/pull/1366) - Refactor: Re-write `HttpData` to `Body` by [@​tusharmath](https://togithub.com/tusharmath) in [https://github.com/dream11/zio-http/pull/1351](https://togithub.com/dream11/zio-http/pull/1351) - Refactor: Use builder pattern for SocketDecoder and SocketProtocol by [@​gciuloaica](https://togithub.com/gciuloaica) in [https://github.com/dream11/zio-http/pull/1367](https://togithub.com/dream11/zio-http/pull/1367) #### 🐛 Bug Fixes - Fix: Allow multiple `set-cookie` headers in response by [@​gciuloaica](https://togithub.com/gciuloaica) in [https://github.com/dream11/zio-http/pull/1355](https://togithub.com/dream11/zio-http/pull/1355) - Fix: Propagate `FiberRef` To `HttpRuntime` by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/dream11/zio-http/pull/1379](https://togithub.com/dream11/zio-http/pull/1379) - Fix: Client fails when connection is interrupted by [@​Dennis4b](https://togithub.com/Dennis4b) in [https://github.com/dream11/zio-http/pull/1364](https://togithub.com/dream11/zio-http/pull/1364) - Fix: Host header must include port by [@​paul-lysak](https://togithub.com/paul-lysak) in [https://github.com/dream11/zio-http/pull/1373](https://togithub.com/dream11/zio-http/pull/1373) #### 🧰 Maintenance - Doc: Fix links in Readme and add more examples by [@​gciuloaica](https://togithub.com/gciuloaica) in [https://github.com/dream11/zio-http/pull/1358](https://togithub.com/dream11/zio-http/pull/1358) - Update scala-collection-compat to 2.8.1 by [@​scala-steward](https://togithub.com/scala-steward) in [https://github.com/dream11/zio-http/pull/1376](https://togithub.com/dream11/zio-http/pull/1376) - chore: drop sbt bloop by [@​tusharmath](https://togithub.com/tusharmath) in [https://github.com/dream11/zio-http/pull/1380](https://togithub.com/dream11/zio-http/pull/1380) - Update jwt-core to 9.0.6 by [@​amitksingh1490](https://togithub.com/amitksingh1490) in [https://github.com/dream11/zio-http/pull/1362](https://togithub.com/dream11/zio-http/pull/1362) - Doc: Fixed Typo by [@​rohitbishnoi](https://togithub.com/rohitbishnoi) in [https://github.com/dream11/zio-http/pull/1386](https://togithub.com/dream11/zio-http/pull/1386) - Update scalafmt-core to 3.5.9 by [@​amitksingh1490](https://togithub.com/amitksingh1490) in [https://github.com/dream11/zio-http/pull/1392](https://togithub.com/dream11/zio-http/pull/1392) - Chore: add dev container by [@​tusharmath](https://togithub.com/tusharmath) in [https://github.com/dream11/zio-http/pull/1388](https://togithub.com/dream11/zio-http/pull/1388) - Update scala-library, scala-reflect to 2.12.16 by [@​amitksingh1490](https://togithub.com/amitksingh1490) in [https://github.com/dream11/zio-http/pull/1299](https://togithub.com/dream11/zio-http/pull/1299) - \[docs] corrects example with /: by [@​artur-jablonski](https://togithub.com/artur-jablonski) in [https://github.com/dream11/zio-http/pull/1403](https://togithub.com/dream11/zio-http/pull/1403) - Update jwt-core to 9.1.0 by [@​amitksingh1490](https://togithub.com/amitksingh1490) in [https://github.com/dream11/zio-http/pull/1395](https://togithub.com/dream11/zio-http/pull/1395) - Doc: Change to code snippet compatible with ZIO 2 by [@​SHSongs](https://togithub.com/SHSongs) in [https://github.com/dream11/zio-http/pull/1398](https://togithub.com/dream11/zio-http/pull/1398) - Update ZIO Version by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/dream11/zio-http/pull/1406](https://togithub.com/dream11/zio-http/pull/1406) - Update netty-codec-http, ... to 4.1.80.Final by [@​amitksingh1490](https://togithub.com/amitksingh1490) in [https://github.com/dream11/zio-http/pull/1405](https://togithub.com/dream11/zio-http/pull/1405) #### :raised_hands: New Contributors - [@​rohitbishnoi](https://togithub.com/rohitbishnoi) made their first contribution in [https://github.com/dream11/zio-http/pull/1386](https://togithub.com/dream11/zio-http/pull/1386) - [@​palanga](https://togithub.com/palanga) made their first contribution in [https://github.com/dream11/zio-http/pull/1402](https://togithub.com/dream11/zio-http/pull/1402) - [@​artur-jablonski](https://togithub.com/artur-jablonski) made their first contribution in [https://github.com/dream11/zio-http/pull/1403](https://togithub.com/dream11/zio-http/pull/1403) - [@​SHSongs](https://togithub.com/SHSongs) made their first contribution in [https://github.com/dream11/zio-http/pull/1398](https://togithub.com/dream11/zio-http/pull/1398) - [@​paul-lysak](https://togithub.com/paul-lysak) made their first contribution in [https://github.com/dream11/zio-http/pull/1373](https://togithub.com/dream11/zio-http/pull/1373) **Full Changelog**: https://github.com/dream11/zio-http/compare/v2.0.0-RC10...v2.0.0-RC11

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.0.0-RC11). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.