Switch to aws-lc-rs instead of ring#107
Closed
threema-donat wants to merge 46 commits intoreown-com:masterfrom
Closed
Switch to aws-lc-rs instead of ring#107threema-donat wants to merge 46 commits intoreown-com:masterfrom
threema-donat wants to merge 46 commits intoreown-com:masterfrom
Conversation
Since the library is not updated very often, it is more ergonomic to have no lockfile but only a msrv. This allows for updates of the dependencies without having to release.
hyper-rustls 0.26.0 requires rusctc 1.82.0 due to the dependency on indexmap
- Bumped versions of several dependencies including 'erased-serde' to 0.4, 'thiserror' to 2, 'base64' to 0.22, 'hyper-rustls' to 0.27, and 'rustls' to 0.23. - Ensured compatibility with the latest features and improvements in these libraries.
- Introduced `InterruptionLevel` enum to control notification presentation. - Updated `DefaultNotificationBuilder` and `WebNotificationBuilder` to include interruption level settings. - Added methods to set various interruption levels (active, critical, passive, time-sensitive). - Enhanced serialization tests for interruption levels in notification payloads.
- Introduced new fields in `APS` struct for Live Activity, including `timestamp`, `event`, `content_state`, `attributes_type`, `attributes`, `input_push_channel`, and `input_push_token`. - Updated `DefaultNotificationBuilder` to include methods for setting Live Activity parameters. - Added tests for Live Activity payload serialization to ensure correct functionality.
- Introduced a new `dismissal_date` field in `APS` struct to specify when notifications should be automatically removed. - Updated `DefaultNotificationBuilder` and `WebNotificationBuilder` to include methods for setting the dismissal date. - Added tests to verify serialization of the dismissal date in notification payloads.
This is not a fix (since both work) but an alignment it to the docs.
Mark all builder functions with the set_ prefix as deprecated
Remove feature ring as it is only experimental: https://github.com/briansmith/ring/blob/409bd9c/README.md
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.
No description provided.