Releases: dfinity/agent-rs
Releases · dfinity/agent-rs
8273d32: chore: release v0.35.0 (#558)
* chore: release v0.35.0 * add publish script
70c3daf: test: re-enable chunked_wasm test (#550)
* re-enable the test with dfx 0.20.0-beta.0 * disable e2e on macos * macos-12 * latest dfx is 0.20.0 now --------- Co-authored-by: Eric Swanson <[email protected]>
6ebdacc
chore: bump reqwest version (#556)
e20210b
Update h2 and rustls (#555)
4ab1172: chore(conventional-commits-workflow): get PR title from env var (#553)
Follows advice at https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
ed2d34f
ci: macos-12 (#551)
dac18df
feat: client-side ratelimiting and auto-retrying 429s (#549)
b9e4937: feat: Add `wasm_memory_limit` to canister settings (#548)
* feat: Add `wasm_memory_limit` to canister settings Part of https://dfinity.atlassian.net/browse/SDK-1588 * use grouping --------- Co-authored-by: Linwei Shang <[email protected]>
f500dac
feat: ReqwestTransport and HyperTransport allow for shared RouteProvi…
7840c34
fix!: change Chunk Store API to conform to the interface specificatio…