Releases: dfinity/agent-rs
Releases · dfinity/agent-rs
33ea6c7: feat: add url rewrite to `ReqwestHttpReplicaV2Transport` (#280)
* 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)
* 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)
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)
Moved to https://github.com/dfinity/icx-proxy
c712fdf
feat: icx-cert: add --accept-encoding parameter, display content-type…
20162d2
feat: automatically build binary releases (#275)
release-20210603: chore: update ic-types and dependencies (#198)
This is the last time we released. New release process requires a release tag, so we are using this.