Skip to content

Commit

Permalink
release (#530)
Browse files Browse the repository at this point in the history
* release

* fix

* fix

* fix
  • Loading branch information
chenyan-dfinity committed Feb 27, 2024
1 parent 53cda2e commit d642e13
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Expand Up @@ -34,11 +34,11 @@ jobs:
path: |
~/.cargo
target
rust/bench/target
key: ${{ runner.os }}-bench-0.1.1-${{ hashFiles('**/Cargo.lock') }}
- name: Install canbench
run: cargo install canbench
- name: Run perf for base branch
if: false
run: |
pushd main/rust/bench
canbench --persist
Expand Down
92 changes: 46 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -6,7 +6,6 @@ members = [
"rust/ic_principal",
"tools/didc",
]
exclude = ["rust/bench"]
resolver = "2"

[workspace.package]
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
@@ -1,6 +1,18 @@

# Changelog

## 2024-02-27

### Candid 0.10.4

* Support `#[serde(rename = "")]` with arbitrary string.
* Fix a performance bug in the type table parsing.
* Allow setting decoding quota for deserialization with the following new functions: `candid::decode_args_with_config`, `candid::utils::decode_args_with_config_debug`, `candid::decode_one_with_config`, `candid::Decode!([config]; &bytes, T)`, `candid::Decode!(@Debug [config]; &bytes, T)`, `IDLArgs::from_bytes_with_types_with_config` and `IDLArgs::from_bytes_with_config`. The original decoding method remains to be non-metered.

### candid_parser 0.1.4

* Fix Typescript binding for init args.

## 2024-01-30

### Candid 0.10.3
Expand Down
6 changes: 3 additions & 3 deletions rust/bench/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust/bench/Cargo.toml
@@ -1,3 +1,5 @@
[workspace]

[package]
name = "bench"
edition = "2021"
Expand Down

0 comments on commit d642e13

Please sign in to comment.