-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
# Motivation In today's release [2025.01.20-1030Z](https://github.com/dfinity/ic-js/releases/tag/2025.01.20-1030Z) I did not bumped utils. As a result the new utility `fromNullishNullable` is not released. So I think it's cleaner to make a new release which bumps utils and all libs that use it. # Changes - Bump version and update CHANGELOG --------- Signed-off-by: David Dal Busco <david.dalbusco@dfinity.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
# YYYY.MM.DD-HHMMZ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
peterpeterparker
Author
Member
|
||
# 2025.01.20-1730Z | ||
|
||
## Overview | ||
|
||
The current status of the libraries at the time of the release is as follows: | ||
|
||
| Library | Version | Status | | ||
| ------------------------ | ------- | ------------- | | ||
| `@dfinity/ckbtc` | v3.1.6 | Maintained ⚙️ | | ||
| `@dfinity/cketh` | v3.4.3 | Maintained ⚙️ | | ||
| `@dfinity/cmc` | v4.1.1 | Maintained ⚙️ | | ||
| `@dfinity/ic-management` | v6.0.3 | Maintained ⚙️ | | ||
| `@dfinity/ledger-icp` | v2.6.7 | Maintained ⚙️ | | ||
| `@dfinity/ledger-icrc` | v2.7.2 | Maintained ⚙️ | | ||
| `@dfinity/nns` | v8.2.1 | Maintained ⚙️ | | ||
| `@dfinity/nns-proto` | v2.0.1 | Unchanged️ | | ||
| `@dfinity/sns` | v3.2.8 | Maintained ⚙️ | | ||
| `@dfinity/utils` | v2.9.0 | Enhanced 🔧️ | | ||
| `@dfinity/zod-schemas` | v0.0.1 | Unchanged️ | | ||
|
||
# Features | ||
|
||
- Support `CanisterSettings.wasm_memory_threshold` in `@dfinity/nns`. | ||
- Support `UpgradeSnsControlledCanister.chunked_canister_wasm` in `@dfinity/sns`. | ||
- Add utility `fromNullishNullable` extracts the value from a nullish Candid-style variant representation. | ||
|
||
# 2025.01.20-1030Z | ||
|
||
|
@@ -29,7 +48,6 @@ The current status of the libraries at the time of the release is as follows: | |
|
||
- Expose types `IcrcApproveError` and `IcrcTransferFromError` in `@dfinity/ledger-icrc`. | ||
- Expose few additional did types in `@dfinity/ledger-icp`. | ||
- Add utility `fromNullishNullable` extracts the value from a nullish Candid-style variant representation. | ||
- Introduce a new zod-schemas library to provide a collection of reusable Zod schemas and validators for common data patterns in ICP applications. | ||
- Api get network economics parameters. | ||
- Update `old_list_neurons_service.certified.idl.js`. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Every time I want to create a new changelog entry after a release, I need to look at an old version to copy this line. Can we just keep the
# YYYY.MM.DD-HHMMZ
line when a new release is made to have a section to add new entries to?