All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support canister setting
log_visibility
.
- Refactor!: move Rust code generation logic from candid_parser. (#480)
- Re-generate bindings if the canister ids changed (e.g. when switching networks) or when the path to the candid file of a dependency changed. (#479)
- Resolve CANISTER_CANDID_PATH and CANISTER_ID from standardized environment variables (uppercase canister names). (#467)
- The support for legacy (non-uppercase) env vars is kept.
- It will be removed in next major release (v0.2).
- Change
candid
dependency to the newcandid_parser
library. (#448) More details here: https://github.com/dfinity/candid/blob/master/Changelog.md#2023-11-16-rust-0100
- Update
candid
dependency to 0.9.6 which change the Rust bindings. (#424)
- First release. (#416)