Skip to content

Releases: dfinity/agent-rs

9cefbbd: chore(deps): bump rustls-webpki from 0.103.12 to 0.103.13 (#730)

27 Apr 13:32
9cefbbd

Choose a tag to compare

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

22 Apr 18:07
ef469dc

Choose a tag to compare

chore: Release 0.47.2 (#729)

aa201ca

22 Apr 15:34
aa201ca

Choose a tag to compare

feat: Support identity sender info (#728)

215bb1f

20 Apr 17:59
215bb1f

Choose a tag to compare

feat: Validate canister signatures in delegations (#725)

8036fe0: chore: pin GitHub Actions to commit SHAs (#722)

17 Apr 17:23
8036fe0

Choose a tag to compare

* 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)

17 Apr 00:02
ac0a59d

Choose a tag to compare

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)

14 Apr 15:59
d4a451f

Choose a tag to compare

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)

14 Apr 13:15
9829e87

Choose a tag to compare

* 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)

10 Apr 15:46
363b347

Choose a tag to compare

* Add pkcs8 import

* extract impl

* feedback

---------

Co-authored-by: Linwei Shang <linwei.shang@dfinity.org>

88d14e1

08 Apr 19:55
88d14e1

Choose a tag to compare

chore: Disable default-features for dependencies in workspace manifes…