Skip to content

chore: release v0.19.1#417

Open
wld-walletkit-bot wants to merge 1 commit into
mainfrom
release-plz-2026-06-01T16-06-11Z
Open

chore: release v0.19.1#417
wld-walletkit-bot wants to merge 1 commit into
mainfrom
release-plz-2026-06-01T16-06-11Z

Conversation

@wld-walletkit-bot
Copy link
Copy Markdown
Collaborator

@wld-walletkit-bot wld-walletkit-bot commented Jun 1, 2026

🤖 New release

  • walletkit-db: 0.19.0 -> 0.19.1
  • walletkit-core: 0.19.0 -> 0.19.1 (✓ API compatible changes)
  • walletkit: 0.19.0 -> 0.19.1 (✓ API compatible changes)
Changelog

walletkit

0.19.1 - 2026-06-01

Other

  • [POP-3811] support World ID walletkit user agents (#416)


This PR was generated with release-plz.


Note

Low Risk
Patch release with version and changelog updates plus test-only synchronization changes; no production logic changes in this diff.

Overview
Release v0.19.1 bumps workspace and crate versions from 0.19.0 to 0.19.1 (Cargo.toml, Cargo.lock) and documents 0.19.1 in walletkit/CHANGELOG.md, citing support for World ID walletkit user agents (#416).

Separately, vault-changed listener tests in credential_storage.rs replace fixed thread::sleep delays with a wait_for_listener_count helper that polls the notification counter (up to 1s) so assertions wait for the background notify thread instead of racing it.

Reviewed by Cursor Bugbot for commit 884359f. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 884359f. Configure here.

actual, expected,
"listener should be notified {expected} times"
);
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Timeout uses stale listener count

Medium Severity

In wait_for_listener_count, the timeout branch compares expected to actual from the start of the loop iteration, not a fresh load. If the background notify thread increments the counter after that load but before the deadline check, the assertion can fail even though the listener already reached the expected count, causing intermittent test failures.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 884359f. Configure here.

@Guardiola31337 Guardiola31337 force-pushed the release-plz-2026-06-01T16-06-11Z branch from 884359f to 6ef5b25 Compare June 1, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant