Skip to content

Releases: dfinity/agent-rs

33ea6c7: feat: add url rewrite to `ReqwestHttpReplicaV2Transport` (#280)

10 Nov 00:54
33ea6c7
Compare
Choose a tag to compare
* feat: add url rewrite to `ReqwestHttpReplicaV2Transport`
Rewrites all `*.ic0.app` domains to `ic0.app` to avoid redirects.

cec7298: chore: fix cabal cache key in CI by including project hash (#143)

09 Nov 23:06
cec7298
Compare
Choose a tag to compare
* chore: fix cabal cache key in CI by including project hash

the Github Actions configuration for the Cabal cache was not good
(despite it being the recommended configuration on the cache action
documentation; it’s just broken). The cache key is too fixed, so if
`ic-ref` changes, you still get a cache hit with the old store, and
still rebuild lots of dependendencies, but don’t push a new cache.

This tries to improve this, by including some of cabals configuration
files in the cache key.

(This is the same as https://github.com/dfinity/agent-js/pull/326)

* Update to path in ic-hs

Co-authored-by: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com>

c5c2b1f: chore: remove chrono dependency from ic-agent, ic-identity-hsm (#281)

08 Nov 23:29
c5c2b1f
Compare
Choose a tag to compare
This is because of a cargo audit failure with no safe upgrade available:
    https://rustsec.org/advisories/RUSTSEC-2020-0159

icx-asset, icx-cert, and zzz-release still depend on chrono

68fcd7d: chore: remove icx-proxy (#279)

02 Nov 00:47
68fcd7d
Compare
Choose a tag to compare
Moved to https://github.com/dfinity/icx-proxy

c712fdf

21 Oct 18:02
c712fdf
Compare
Choose a tag to compare
feat: icx-cert: add --accept-encoding parameter, display content-type…

20162d2

15 Oct 22:27
20162d2
Compare
Choose a tag to compare
feat: automatically build binary releases (#275)

release-20210603: chore: update ic-types and dependencies (#198)

10 Jun 18:29
01aa26c
Compare
Choose a tag to compare

This is the last time we released. New release process requires a release tag, so we are using this.