Releases: dfinity/agent-rs
Releases · dfinity/agent-rs
897f309: fix: ic-asset::sync() accepts multiple source directories (#355)
* This is a breaking change fix: ic-asset::sync() accepts multiple source directories It also now skips filenames and directories that begin with "." (as dfx does), and reports an error if more than one asset resolves to the same key. This is to account for asset source directories that may in the future contain a configuration file .ic-asset.json. More than one source directory may contain such a file, but its configuration should only apply to the assets in the corresponding directory.
d4dc335: chore: update dependencies (#350)
Co-authored-by: Linwei Shang <[email protected]>
c60f91e: test: run e2e tests against newer versions of dfx (#354)
also run icx-asset-upload.bash icx.bash is broken though, so not added here.
466357e
chore: release rust agent 0.17.1 (#353)
41c71b0
fix: add repository links to cargo manifest (#351)
3802a19
feat: add with_max_response_body_size to ReqwestHttpReplicaV2Transpor…
f14bdfe
chore: add pattern to CODEOWNERS (#346)
811f5eb
chore: add CODEOWNERS (#345)
d170b0d
chore: release agent-rs 0.17.0 (#344)
3fbc611: chore: update dependencies (#343)
rustls 0.20.4 -> 0.20.6 https://dfinity.atlassian.net/browse/SDK-469