Bump payjoin to version 1.0.0-rc.5#1741
Merged
Merged
Conversation
Prepare the payjoin-cli-1.0.0-rc.5 release. Bump the crate version and any internal dependency references, update both lock files to match, and record the library changes since rc.4 in the changelog.
Collaborator
Coverage Report for CI Build 29424335977Coverage remained the same at 86.187%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
This file contains hidden or 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
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.
Prepare the
payjoin-cli-1.0.0-rc.5release. Part of #1740Changelog
1.0.0-rc.5
This release renames
PersistedError::error_statetofatal_state, makesMonitor::check_for_transactionconsumeself, and addsReplayError::expiry_fallback_txfor recovering the fallback transaction froman expired session. These are hopefully the final breaking changes before 1.0 stable. 🤞
Selected Improvements:
API Changes
PersistedError::error_state()tofatal_state()(Rename PersistedError::error_state to fatal_state #1728)Monitor::check_for_transaction()now consumesself(Consume self in Monitor check_for_transaction #1729)ReplayError::expiry_fallback_tx()returns the fallback transaction from anexpired session's event log, if available (Cli cancel UX #1700)
Dependencies
Co-authored by deepseek v4 flash
Pull Request Checklist
Please confirm the following before requesting review:
AI
in the body of this PR.