#APx v0.16.0
https://crates.io/crates/apx_sdk/0.16.0
- Added method for creating RFC-9421 signatures (previously only verification was implemented).
- Support for wasm32-unknown-unknown compilation target in apx_core.
#APx v0.16.0
https://crates.io/crates/apx_sdk/0.16.0
- Added method for creating RFC-9421 signatures (previously only verification was implemented).
- Support for wasm32-unknown-unknown compilation target in apx_core.
#APx v0.20.0
https://docs.rs/apx_sdk/0.20.0/apx_sdk/index.html
This release comes after the recent updates to FEP-fe34 and FEP-ef61:
- Implemented the algorithm for determining owner of an object (ownership::get_owner).
- Updated the URI canonicalizer implementation (CanonicalUri type).
- Updated the implementation of the algorithm for computing URI origins.
Full changelog: https://codeberg.org/silverpill/mitra/src/tag/apx-v0.20.0/apx_sdk/CHANGELOG.md
#APx v0.15.0
This release includes several RFC-9421 implementation improvements and a security fix for HTTP signatures.
Changelog: https://codeberg.org/silverpill/mitra/src/tag/apx-v0.15.0/apx_sdk/CHANGELOG.md
#APx ActivityPub toolkit consists of two packages: apx_sdk (the main package) and apx_core.
The second one contains the most basic building blocks: keys, signatures, URIs, DIDs and encodings. It can be useful even if you already have a mature ActivityPub application and don't want to import the whole SDK. For example, there are implementations of FEP-8b32 and FEP-ef61 'ap' URIs.
#APx v0.27.0
https://docs.rs/apx_sdk/0.27.0/apx_sdk/index.html
Starting with this version, all DID methods are allowed in the authority component of an 'ap' URI. This change was made to enable experiments with DID methods other than did:key.
Full changelog: https://codeberg.org/silverpill/mitra/src/tag/apx-v0.27.0/apx_sdk/CHANGELOG.md