Skip to content
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

chore(deps): bump @wireapp/core-crypto from 1.1.2 to 2.0.0 #6720

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps @wireapp/core-crypto from 1.1.2 to 2.0.0.

Release notes

Sourced from @​wireapp/core-crypto's releases.

v2.0.0

Highlights

  • The number of public errors has been reduced and simplified. It's no longer necessary to use the proteus_last_error_code function, since thrown error should contain all the information.
  • The logger callback now includes an additional context parameter which contains additional context for a log event in the form of a JSON Object string.
  • It's now possible to change the logger and log level at runtime (see setLogLevel and setLogger).

Breaking changes

  • Dropped support for i686-linux-android target.
  • CoreCryptoLogger takes an additional context parameter.
  • CoreCryptoError and its child errors have been refactored to reduce the amount of error we expose and provide explicit errors for Proteus errors. The errors we have removed will appear under the Other case.
    enum ProteusError {
        SessionNotFound,
        DuplicateMessage,
        RemoteIdentityChanged,
        Other(Int),
    }
    

    pub enum MlsError { ConversationAlreadyExists, DuplicateMessage, BufferedFutureMessage, WrongEpoch, MessageEpochTooOld, SelfCommitIgnored, UnmergedPendingGroup, StaleProposal, StaleCommit, Other(String) }

Features

  • include the message of the source error when bundling errors together [WPB-14614] (16bc6e6)
  • refactor non-WASM error types (9d41c11)
  • proteus error codes are Option<u16> not u32 outside wasm also (52547a0)
  • refactor WASM error types (31c860a)
  • proteus error codes are Option<u16> not u32 (838c1ce)
  • add logging for following the changes in mls groups WPB-11544 (8cc0e7f)
  • support logs with a context of key/value pairs (b6ef534)
  • disambiguate WrongEpoch [WPB-14351] (e6a5e01)
  • support changing the logger and log level at runtime WPB-11541 (cd071f0)
  • add helper to extract data from within a transaction (c852363)
  • relax Debug trait bound on CoreCryptoCommand and add Rust helper [WPB-12132] (e952a0f)

... (truncated)

Changelog

Sourced from @​wireapp/core-crypto's changelog.

v2.0.0 - 2024-12-02

Highlights

  • The number of public errors has been reduced and simplified. It's no longer necessary to use the proteus_last_error_code function, since thrown error should contain all the information.
  • The logger callback now includes an additional context parameter which contains additional context for a log event in the form of a JSON Object string.
  • It's now possible to change the logger and log level at runtime (see setLogLevel and setLogger).

Breaking changes

  • Dropped support for i686-linux-android target.
  • CoreCryptoLogger takes an additional context parameter.
  • CoreCryptoError and its child errors have been refactored to reduce the amount of error we expose and provide explicit errors for Proteus errors. The errors we have removed will appear under the Other case.
    enum ProteusError {
        SessionNotFound,
        DuplicateMessage,
        RemoteIdentityChanged,
        Other(Int),
    }
    

    pub enum MlsError { ConversationAlreadyExists, DuplicateMessage, BufferedFutureMessage, WrongEpoch, MessageEpochTooOld, SelfCommitIgnored, UnmergedPendingGroup, StaleProposal, StaleCommit, Other(String) }

Features

  • include the message of the source error when bundling errors together [WPB-14614] (16bc6e6)
  • refactor non-WASM error types (9d41c11)
  • proteus error codes are Option<u16> not u32 outside wasm also (52547a0)
  • refactor WASM error types (31c860a)
  • proteus error codes are Option<u16> not u32 (838c1ce)
  • add logging for following the changes in mls groups WPB-11544 (8cc0e7f)
  • support logs with a context of key/value pairs (b6ef534)
  • disambiguate WrongEpoch [WPB-14351] (e6a5e01)
  • support changing the logger and log level at runtime WPB-11541 (cd071f0)
  • add helper to extract data from within a transaction (c852363)

... (truncated)

Commits
  • cc0c802 build: release 2.0.0
  • 7528340 build(deps): bump codecov/codecov-action from 4 to 5
  • a0c3209 build(deps): bump url from 2.5.2 to 2.5.4
  • 16bc6e6 feat: include the message of the source error when bundling errors together [...
  • 7979072 chore: log proposal & commit message using info
  • 5ab8fa5 build: crypto-ffi: set IPHONEOS_DEPLOYMENT_TARGET to 16.0
  • 3b3e116 chore: update CHANGELOG.md with 1.1.1 and 1.1.2 changes
  • d01eb3c ci(benchmarks): run rust transaction bench and web bench
  • 681a73c chore(crypto): add bench that compares transactional and non-transactional de...
  • 2216770 chore(crypto): make symbols used across benches public
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@wireapp/core-crypto](https://github.com/wireapp/core-crypto) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/wireapp/core-crypto/releases)
- [Changelog](https://github.com/wireapp/core-crypto/blob/main/CHANGELOG.md)
- [Commits](wireapp/core-crypto@v1.1.2...v2.0.0)

---
updated-dependencies:
- dependency-name: "@wireapp/core-crypto"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 3, 2024
@echoes-hq echoes-hq bot added echoes: product-roadmap/feature Work contributing to adding a new feature as part of the product roadmap. echoes: product-roadmap/bug Work contributing to resolve a bug not critical enough to have raised an incident. labels Dec 3, 2024
Copy link

sonarqubecloud bot commented Dec 3, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2024

Looks like @wireapp/core-crypto is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wireapp/core-crypto-2.0.0 branch December 5, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies echoes: product-roadmap/bug Work contributing to resolve a bug not critical enough to have raised an incident. echoes: product-roadmap/feature Work contributing to adding a new feature as part of the product roadmap. javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants