-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update zioVersion to v2.0.15 #173
Open
renovate
wants to merge
3
commits into
series/2.x
Choose a base branch
from
renovate/zioversion
base: series/2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
January 17, 2023 01:07
8a9a9bf
to
39c8135
Compare
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
February 7, 2023 10:42
39c8135
to
2686289
Compare
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
February 10, 2023 04:30
2686289
to
1bbfd51
Compare
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
February 15, 2023 00:05
1bbfd51
to
687f05b
Compare
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
March 7, 2023 05:04
687f05b
to
c1322b5
Compare
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
April 17, 2023 12:45
c1322b5
to
2b350c2
Compare
renovate
bot
changed the title
Update zioVersion to v2.0.10
Update zioVersion to v2.0.12
Apr 17, 2023
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
April 17, 2023 16:06
2b350c2
to
3adb419
Compare
renovate
bot
changed the title
Update zioVersion to v2.0.12
Update zioVersion to v2.0.13
Apr 17, 2023
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
June 6, 2023 02:21
3adb419
to
99f8ead
Compare
renovate
bot
changed the title
Update zioVersion to v2.0.13
Update zioVersion to v2.0.15
Jun 6, 2023
renovate
bot
force-pushed
the
renovate/zioversion
branch
from
July 1, 2023 02:57
99f8ead
to
86f78b6
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.4
->2.0.15
2.0.4
->2.0.15
2.0.4
->2.0.15
2.0.4
->2.0.15
2.0.4
->2.0.15
2.0.4
->2.0.15
2.0.4
->2.0.15
Release Notes
zio/zio (dev.zio:zio)
v2.0.15
: 2.0.15Compare Source
This release contains a fix for an issue in Scala 3.3.0.
What's Changed
decodeCharsWithDecoder
to ZPipeline by @guymers in https://github.com/zio/zio/pull/8163Full Changelog: zio/zio@v2.0.14...v2.0.15
v2.0.14
: 2.0.14Compare Source
This release contains a fix for a regression introduced in Scala 3.3.0 regarding tags. Upgrading is recommended for all users.
What's Changed
Prop
andProperties
by @tPl0ch in https://github.com/zio/zio/pull/8132New Contributors
Full Changelog: zio/zio@v2.0.13...v2.0.14
v2.0.13
: 2.0.13Compare Source
This release contains bug fixes.
What's Changed
>>>
operator by @gnp in https://github.com/zio/zio/pull/8043New Contributors
Full Changelog: zio/zio@v2.0.12...v2.0.13
v2.0.12
: 2.0.12Compare Source
This release fixes a binary compatibility issue with 2.0.11.
What's Changed
New Contributors
Full Changelog: zio/zio@v2.0.11...v2.0.12
v2.0.11
: 2.0.11Compare Source
This release contains bug fixes and performance improvements.
What's Changed
suiteAll
dotty impl by @kitlangton in https://github.com/zio/zio/pull/7894sizeHint
inChunk.fromJavaIterable
when possible by @guizmaii in https://github.com/zio/zio/pull/7954New Contributors
Full Changelog: zio/zio@v2.0.10...v2.0.11
v2.0.10
: 2.0.10Compare Source
This release contains bug fixes and performance improvements.
What's Changed
Duration::asScala
,Duration::asJava
andDuration.fromJava
by @guizmaii in https://github.com/zio/zio/pull/7859_IdentityFn
by @guizmaii in https://github.com/zio/zio/pull/7862New Contributors
Full Changelog: zio/zio@v2.0.9...v2.0.10
v2.0.9
: 2.0.9Compare Source
This release contains bug fixes.
What's Changed
Full Changelog: zio/zio@v2.0.8...v2.0.9
v2.0.8
: 2.0.8Compare Source
This release contains a couple of bug fixes.
What's Changed
Full Changelog: zio/zio@v2.0.7...v2.0.8
v2.0.7
: 2.0.7Compare Source
This release contains bug fixes and performance improvements.
This release also contains a change to the semantics of race operators. These operators now consistently await the termination of the losing fiber. If you don't want this you can use
disconnect
on one or both sides (e.g.left.disconnect race right.disconnect
) to create a version of a workflow where interruption returns immediately and proceeds in the background. We believe this is a more sensible default and the behavior of interruption returning immediately can be easily achieved withdisconnect
.As always, thank you for your support!
What's Changed
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.
This PR has been generated by Mend Renovate. View repository job log here.