Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

This PR contains the following updates:

Package Type Update Change
dev.zio:zio (source) minor 2.0.21 -> 2.1.22
dev.zio:zio-test (source) Test minor 2.0.21 -> 2.1.22
dev.zio:zio-test-magnolia (source) Test minor 2.0.21 -> 2.1.22
dev.zio:zio-test-sbt (source) Test minor 2.0.21 -> 2.1.22

Release Notes

zio/zio (dev.zio:zio)

v2.1.22: 2.1.22

Compare Source

This release contains 2 important bug fixes. For more info check #​10116 and #​10199.

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

Full Changelog: zio/zio@v2.1.21...v2.1.22

v2.1.21: 2.1.21

Compare Source

This release brings a few bug fixes and under-the-hood improvements.

The main user-facing change is the deprecation of user-configurable IsFatal. We decided to deprecate this feature as we believe it's not a feature used by many users (if any) and supporting it brings a lot of unnecessary complexity to ZIO's codebase. If your codebase / library is affected by this change, please open an issue with your use-case.

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

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

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 #​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)

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 changed the title chore(deps): update zio to v2.0.22 chore(deps): update zio to v2.1.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/zio branch 2 times, most recently from 9360d3a to ae2fe2d Compare May 11, 2024 10:36
@renovate renovate bot changed the title chore(deps): update zio to v2.1.0 chore(deps): update zio to v2.1.1 May 11, 2024
@renovate renovate bot force-pushed the renovate/zio branch from ae2fe2d to d5a47f9 Compare June 4, 2024 04:12
@renovate renovate bot changed the title chore(deps): update zio to v2.1.1 chore(deps): update zio to v2.1.2 Jun 4, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.2 chore(deps): update zio to v2.1.3 Jun 12, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.3 chore(deps): update zio to v2.1.4 Jun 20, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.4 chore(deps): update zio to v2.1.5 Jun 28, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.5 chore(deps): update zio to v2.1.6 Jul 10, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.6 chore(deps): update zio to v2.1.7 Aug 5, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.7 chore(deps): update zio to v2.1.8 Aug 24, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.8 chore(deps): update zio to v2.1.9 Aug 29, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.9 chore(deps): update zio to v2.1.10 Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.10 chore(deps): update zio to v2.1.11 Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.11 chore(deps): update zio to v2.1.12 Nov 7, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.12 chore(deps): update zio to v2.1.13 Nov 20, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.13 chore(deps): update zio to v2.1.14 Dec 19, 2024
@renovate renovate bot changed the title chore(deps): update zio to v2.1.14 chore(deps): update zio to v2.1.15 Feb 5, 2025
@renovate renovate bot changed the title chore(deps): update zio to v2.1.15 chore(deps): update zio to v2.1.16 Feb 26, 2025
@renovate renovate bot changed the title chore(deps): update zio to v2.1.16 chore(deps): update zio to v2.1.17 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/zio branch from a753b45 to 5be5d00 Compare May 16, 2025 06:18
@renovate renovate bot changed the title chore(deps): update zio to v2.1.17 chore(deps): update zio to v2.1.18 May 16, 2025
@renovate renovate bot force-pushed the renovate/zio branch from 5be5d00 to d4e2e78 Compare May 30, 2025 11:49
@renovate renovate bot changed the title chore(deps): update zio to v2.1.18 chore(deps): update zio to v2.1.19 May 30, 2025
@renovate renovate bot changed the title chore(deps): update zio to v2.1.19 chore(deps): update zio to v2.1.20 Jul 21, 2025
@renovate renovate bot changed the title chore(deps): update zio to v2.1.20 chore(deps): update zio to v2.1.21 Sep 6, 2025
@renovate renovate bot changed the title chore(deps): update zio to v2.1.21 chore(deps): update zio Oct 16, 2025
@renovate renovate bot changed the title chore(deps): update zio chore(deps): update zio to v2.1.22 Oct 18, 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