Merged
Conversation
- @wireapp/core@46.46.5-beta.0
- @wireapp/core@46.46.5-beta.1
Contributor
There was a problem hiding this comment.
Pull request overview
This PR synchronizes the dev branch with master, incorporating minor logging improvements, a new test case for MLS error handling, and a simplified beta release workflow.
- Standardizes punctuation in log messages across multiple packages for consistency
- Adds test coverage for MLS decryption failure scenarios
- Consolidates beta release npm scripts into a single command
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/store-engine-dexie/src/index.ts | Added period to storage persistence log message for consistency |
| packages/core/src/messagingProtocols/mls/MLSService/MLSService.test.ts | Added test case verifying error propagation when MLS message decryption fails |
| packages/core/src/Account.ts | Modified error message format (removed colon separator) |
| packages/api-client/src/APIClient.ts | Added colon to log message before structured data for consistency |
| package.json | Simplified beta release scripts from three commands to one |
….test.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
zskhan
approved these changes
Nov 24, 2025
Contributor
zskhan
left a comment
There was a problem hiding this comment.
Please take care of Copilots comment related to
--sync-workspace-lock
Otherwise LGTM.
Contributor
Author
|
@zskhan |
thisisamir98
added a commit
that referenced
this pull request
Nov 26, 2025
* chore: Sync with main (#7596) * test(MLS): Add a unit test to make sure decrypt message rethrows errors [WPB-21536] (#7595) * chore: Publish [skip ci] - @wireapp/core@46.46.5-beta.0 * chore: change log message * chore: Publish [skip ci] - @wireapp/core@46.46.5-beta.1 * chore: Update beta publish script * refactor: Update error message * chore: Update log message * chore(api-client): Update log message * refactor(store-engine-dexie): Update log message * Update packages/core/src/messagingProtocols/mls/MLSService/MLSService.test.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/core/src/Account.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Otto the Bot <webapp+otto@wire.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Change target of dependabot to dev branch [WPB-21306] (#7622) * chore: Change target of dependabot to dev branch [WPB-21306] * remove open-pull-requests-limit * original open-pull-requests-limit * chore: Add manual release trigger [WPB-21306] (#7621) * chore: Add manual release trigger [WPB-21306] * fix conflict * remove otto the bot * Validate branch and dist-tag match * remove publish all * Update .github/workflows/test_build_release.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * validation --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Otto the Bot <webapp+otto@wire.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.



Pull Request
Summary
Syncing dev with master
none
Security Checklist (required)
Standards Acknowledgement (required)