Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.2 KB

Changelog

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.

[unreleased]

  • Support canister setting log_visibility.

Changed

  • Refactor!: move Rust code generation logic from candid_parser. (#480)

Fixed

  • 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)

[0.1.3] - 2024-02-27

Added

  • 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).

[0.1.2] - 2023-11-23

Changed

[0.1.1] - 2023-09-18

Changed

  • Update candid dependency to 0.9.6 which change the Rust bindings. (#424)

[0.1.0] - 2023-07-13

Added

  • First release. (#416)