Releases: dfinity/agent-rs
Releases · dfinity/agent-rs
9cefbbd: chore(deps): bump rustls-webpki from 0.103.12 to 0.103.13 (#730)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.12 to 0.103.13. - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.12...v/0.103.13) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ef469dc
chore: Release 0.47.2 (#729)
aa201ca
feat: Support identity sender info (#728)
215bb1f
feat: Validate canister signatures in delegations (#725)
8036fe0: chore: pin GitHub Actions to commit SHAs (#722)
* chore: pin actions to SHA in .github/workflows/fmt.yml * chore: pin actions to SHA in .github/workflows/lint.yml * chore: pin actions to SHA in .github/workflows/netlify.yml * chore: pin actions to SHA in .github/workflows/publish.yml * chore: pin actions to SHA in .github/workflows/release.yml * chore: pin actions to SHA in .github/workflows/shellcheck.yml * chore: pin actions to SHA in .github/workflows/test.yml
ac0a59d: chore(deps): bump rustls-webpki from 0.103.10 to 0.103.12 (#727)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.10 to 0.103.12. - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.12) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
d4a451f: chore(deps): bump rand from 0.10.0 to 0.10.1 (#726)
Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
9829e87: fix: Fall back to v3 certificate parsing if certificate is not v4 (#723)
* Fall back to v3 certificate parsing if certificate is not v4 * add test --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
363b347: feat: import pkcs8 keys (#721)
* Add pkcs8 import * extract impl * feedback --------- Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>
88d14e1
chore: Disable default-features for dependencies in workspace manifes…