Skip to content

Update dependency io.vavr:vavr to v0.11.0#12

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.vavr-vavr-0.x
Open

Update dependency io.vavr:vavr to v0.11.0#12
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.vavr-vavr-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
io.vavr:vavr (source) 0.10.50.11.0 age confidence

Release Notes

vavr-io/vavr (io.vavr:vavr)

v0.11.0

The day has come - Vavr 0.11.0 is out, marking the first minor release in several years.

giphy

From here on, the focus shifts toward Vavr 1.0.0, starting with a significant Java version bump.

The 0.11.x line will continue to receive bugfixes and maintenance updates, but no new features are planned. Roadmap details can be found here.

Huge thanks to everyone who contributed in any form.

Significant Additions

Lazy For() Comprehension (#​3085)

The for-comprehension API has been expanded with lazy, evaluation-friendly signatures that accept functions instead of eagerly-evaluated objects:

Option<Integer> result = API.For(
  calculate1(),
  (r1) -> calculate2(r1),
  (r1, r2) -> calculate3(r1, r2))
  .yield((r1, r2, r3) -> r1 + r2 + r3);
JSpecify Integration (#​3113)

Vavr now integrates JSpecify annotations, enhancing null-safety support in IDEs and modern static analysis tools.

Better Future Cancellation (#​3107)

As a result of internal refactoring, cancellation is now possible for Futures that have not yet started execution.

Various API Additions
  • Either/Validation.cond()
  • Value.mapTo(U) and Value.mapToVoid()
  • Try.toEither(Throwable -> L)

What's Changed

New Contributors

Full Changelog: vavr-io/vavr@v0.10.7...v0.11.0

v0.10.7

Compare Source

Maintenance release - fixed broken JavaDoc stylesheets.

btw, we're getting really close to shipping v0.11.0...

v0.10.6: Patch Release 0.10.6

Compare Source

This release brings Virtual-Thread-friendliness and documentation updates.

This is the last planned patch release for the 0.10.x train. 0.11.x incoming!

Changes

Full Changelog: vavr-io/vavr@v0.10.5...v0.10.6

Committers

🎉 MANY THANKS TO ALL COMMITTERS! 🎉


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update 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/io.vavr-vavr-0.x branch from 65157f1 to c966fd6 Compare December 14, 2025 15:47
@renovate renovate bot changed the title Update dependency io.vavr:vavr to v0.10.7 Update dependency io.vavr:vavr to v0.11.0 Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants