This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Releases: dfinity/icx-proxy
Releases · dfinity/icx-proxy
39bc74c
feat: Stop proxying `/_/raw` (#26)
0230bff: fix: macOS build (#25)
`tar` is [broken](https://github.com/actions/virtual-environments/issues/2619) on macOS. Use `gtar` instead.
b2f19cd: chore: release workflow: check contents of macos binary tarball (#22)
`tar` is broken on macos... yeah I don't really know how that's possible either.
f478258: feat: add feature to skip body verifiction (#21)
For now we want to skip body verification.
5967469: fix: mute candid warnings (#20)
This eliminates log spam from asset canister mismatches.
e3022fc: feat: add linux-gnu release for use in sdk (#19)
upload release tarball for x86_64-unknown-linux-gnu (suitable for dfx)
eb28e7c
chore: version bump `0.8.0` (#18)
93cf29f: feat: restore release of non-`.deb` linux binaries (#17)
also add `.vscode` to `.gitignore`
6574ca4
fix: Trim space around certificate fields (#16)
5e94d44: feat: Reproducible build and deb packaging (#11)
Completely rework release builds 🤞 Move rust toolchain install for clarity Add `remap-path-prefix` build flag Add `cargo-deb` steps