Skip to content

Releases: dfinity/agent-rs

897f309: fix: ic-asset::sync() accepts multiple source directories (#355)

23 Jun 20:10
897f309
Compare
Choose a tag to compare
* 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)

22 Jun 19:06
d4dc335
Compare
Choose a tag to compare

c60f91e: test: run e2e tests against newer versions of dfx (#354)

22 Jun 22:47
c60f91e
Compare
Choose a tag to compare
also run icx-asset-upload.bash

icx.bash is broken though, so not added here.

466357e

22 Jun 20:29
466357e
Compare
Choose a tag to compare
chore: release rust agent 0.17.1 (#353)

41c71b0

22 Jun 18:10
41c71b0
Compare
Choose a tag to compare
fix: add repository links to cargo manifest (#351)

3802a19

22 Jun 15:51
3802a19
Compare
Choose a tag to compare
feat: add with_max_response_body_size to ReqwestHttpReplicaV2Transpor…

f14bdfe

24 May 20:10
f14bdfe
Compare
Choose a tag to compare
chore: add pattern to CODEOWNERS (#346)

811f5eb

20 May 19:42
811f5eb
Compare
Choose a tag to compare
chore: add CODEOWNERS (#345)

d170b0d

19 May 19:32
d170b0d
Compare
Choose a tag to compare
chore: release agent-rs 0.17.0 (#344)

3fbc611: chore: update dependencies (#343)

19 May 06:55
3fbc611
Compare
Choose a tag to compare
rustls 0.20.4 -> 0.20.6
https://dfinity.atlassian.net/browse/SDK-469