Skip to content

chore(deps): update zioversion to v2.1.20 #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2023

This PR contains the following updates:

Package Type Update Change
dev.zio:zio (source) minor 2.0.6 -> 2.1.20
dev.zio:zio-test (source) Test minor 2.0.6 -> 2.1.20
dev.zio:zio-test-sbt (source) Test minor 2.0.6 -> 2.1.20

Release Notes

zio/zio (dev.zio:zio)

v2.1.20: 2.1.20

Compare Source

Highlights

This release contains multiple under-the-hood optimizations particularly for async operations such as race and asyncInterrupt.

[!WARNING]
This release fixes a bug in the behaviour of ConfigProvider.kebabCase and ConfigProvider.snakeCase which did not parse config keys correctly. However, users that might have implemented workarounds to the bug might be affected by this fix, so we advice anyone that uses these ConfigProviders in their codebase to review their usage.

Note that for cases where a workaround was implemented and changing config keys is not straightforward, users can opt-in to use ConfigProvider.kebabCaseLegacy / ConfigProvider.snakeCaseLegacy instead.

For more info see https://github.com/zio/zio/pull/9921.

What's Changed
Other changes (CI, dependencies and documentation)
New Contributors

Full Changelog: zio/zio@v2.1.19...v2.1.20

v2.1.19: 2.1.19

Compare Source

This release fixes a regressions introduced in v2.1.18 where in some cases the finalizers of an application might not run to completion upon receiving an external interruption signal. We highly recommend users on v2.1.18 to update their zio version to v2.1.19 as soon as possible.

In addition, after some lengthy discussions we made the decision to make 2 RuntimeFlags package-private: Interrupt and WindDown. These 2 flags are not meant to be configurable by users and have the potential to break application code when used. This change is binary compatible but not source-compatible, so any users that get a compilation error after upgrading to v2.1.19 due to usage of these flags should simply remove their usages.

What's Changed
Other changes (CI, dependencies and documentation)
New Contributors

Full Changelog: zio/zio@v2.1.18...v2.1.19

v2.1.18: 2.1.18

Compare Source

This release of ZIO brings several new features, performance optimizations and bug fixes!

Highlights
  1. New ZIO.fromFunction and ZIO.fromFunctionZIO methods that allow extracting multiple values from the environment in a single effect (#​9819 & #​9782)
  2. (Scala 3 only) New provideSomeAuto method for ZIO and Spec, which works similarly to provideSome but without having to provide the environment remainder explicitly.
  3. New mapChunksEither and mapEitherChunked methods on ZPipeline give users more options in short-cutting errors when processing streams

For a full list of all things that have been added / fixed / improved make sure to check the PRs below.

What's Changed
Other changes (CI, dependencies and documentation)
New Contributors

Full Changelog: zio/zio@v2.1.17...v2.1.18

v2.1.17: 2.1.17

Compare Source

Highlights

This release brings a few bug fixes and improvements. One notable fix is that the initial value of Ref can now be garbage-collected once the value of the Ref changes (it was not the case previously).

What's Changed
Other changes (CI, dependencies and documentation)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/zioversion branch from 18552f1 to 031a8e6 Compare February 10, 2023 04:25
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.7 chore(deps): update zioversion to v2.0.8 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from 031a8e6 to 2c5cd8b Compare February 15, 2023 01:24
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.8 chore(deps): update zioversion to v2.0.9 Feb 15, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from 2c5cd8b to d1fa738 Compare March 6, 2023 20:30
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.9 chore(deps): update zioversion to v2.0.10 Mar 6, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from d1fa738 to e73db0a Compare April 17, 2023 09:38
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.10 chore(deps): update zioversion to v2.0.12 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from e73db0a to 7729fe7 Compare April 17, 2023 14:24
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.12 chore(deps): update zioversion to v2.0.13 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from 7729fe7 to 269ee55 Compare June 6, 2023 01:59
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.13 chore(deps): update zioversion to v2.0.15 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from 269ee55 to 617a4db Compare August 21, 2023 16:31
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.15 chore(deps): update zioversion to v2.0.16 Aug 21, 2023
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.16 chore(deps): update zioversion to v2.0.17 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from 617a4db to 13fac7a Compare September 15, 2023 23:09
@renovate renovate bot force-pushed the renovate/zioversion branch from 13fac7a to abf4826 Compare September 26, 2023 06:49
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.17 chore(deps): update zioversion to v2.0.18 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from abf4826 to 4d0501a Compare November 6, 2023 16:40
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.18 chore(deps): update zioversion to v2.0.19 Nov 6, 2023
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.19 chore(deps): update zioversion Dec 14, 2023
@renovate renovate bot force-pushed the renovate/zioversion branch from 4d0501a to 4ea8951 Compare January 3, 2024 06:09
@renovate renovate bot changed the title chore(deps): update zioversion chore(deps): update zioversion to v2.0.21 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from 4ea8951 to 13cb1e4 Compare April 12, 2024 03:15
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.21 chore(deps): update zioversion to v2.0.22 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from 13cb1e4 to 6c61d7f Compare May 9, 2024 10:39
@renovate renovate bot changed the title chore(deps): update zioversion to v2.0.22 chore(deps): update zioversion to v2.1.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from 6c61d7f to f5f6b12 Compare May 11, 2024 11:03
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.0 chore(deps): update zioversion to v2.1.1 May 11, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from f5f6b12 to f433b43 Compare June 4, 2024 02:04
@renovate renovate bot force-pushed the renovate/zioversion branch from 129d5f8 to e7a800f Compare August 5, 2024 14:48
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.6 chore(deps): update zioversion to v2.1.7 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from e7a800f to 4b4bd27 Compare August 24, 2024 12:52
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.7 chore(deps): update zioversion to v2.1.8 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from 4b4bd27 to df00021 Compare August 29, 2024 08:07
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.8 chore(deps): update zioversion to v2.1.9 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from df00021 to 64696b5 Compare October 10, 2024 11:09
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.9 chore(deps): update zioversion to v2.1.10 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from 64696b5 to 5b7ac58 Compare October 10, 2024 13:55
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.10 chore(deps): update zioversion Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update zioversion chore(deps): update zioversion to v2.1.11 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from 5b7ac58 to d8b7305 Compare November 7, 2024 16:34
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.11 chore(deps): update zioversion to v2.1.12 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from d8b7305 to bd4af7d Compare November 20, 2024 06:57
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.12 chore(deps): update zioversion to v2.1.13 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from bd4af7d to cce3b38 Compare December 19, 2024 16:26
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.13 chore(deps): update zioversion to v2.1.14 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/zioversion branch from cce3b38 to 86fc4a9 Compare February 5, 2025 12:38
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.14 chore(deps): update zioversion to v2.1.15 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/zioversion branch from 86fc4a9 to 6d0ca27 Compare February 26, 2025 10:05
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.15 chore(deps): update zioversion to v2.1.16 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/zioversion branch from 6d0ca27 to 815e6a2 Compare April 5, 2025 06:44
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.16 chore(deps): update zioversion to v2.1.17 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/zioversion branch from 815e6a2 to 184fb3e Compare May 16, 2025 07:00
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.17 chore(deps): update zioversion to v2.1.18 May 16, 2025
@renovate renovate bot force-pushed the renovate/zioversion branch from 184fb3e to 890e45f Compare May 30, 2025 07:35
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.18 chore(deps): update zioversion to v2.1.19 May 30, 2025
@renovate renovate bot force-pushed the renovate/zioversion branch from 890e45f to f9854a5 Compare July 21, 2025 06:25
@renovate renovate bot changed the title chore(deps): update zioversion to v2.1.19 chore(deps): update zioversion to v2.1.20 Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants