canister-profiling
canister-profiling copied to clipboard
Bump ic-stable-structures from 0.6.2 to 0.6.4
Bumps ic-stable-structures from 0.6.2 to 0.6.4.
Release notes
Sourced from ic-stable-structures's releases.
v0.6.4
Overview
This new release addresses a minor memory issue in
BTreeMapand expands its support for tuples.What's Changed
- feat: Implement Storable for three elements tuples by
@dragoljub-duricin dfinity/stable-structures#202- feat: Implement into_memory for memory manager by
@bitdivinein dfinity/stable-structures#188- fix: BTreeMap memory issue when deallocating nodes with overflows by
@ielashiin dfinity/stable-structures#212Full Changelog: https://github.com/dfinity/stable-structures/compare/v0.6.3...v0.6.4
v0.6.3
What's Changed
- docs: remove outdated precondition by
@ielashiin dfinity/stable-structures#184- feat: implement
storableforboolby@linnefromicein dfinity/stable-structures#186- chore: Upgrade Rust version by
@dragoljub-duricin dfinity/stable-structures#193- perf: Add benchmarks for BtreeMap::Iterator::count() by
@dragoljub-duricin dfinity/stable-structures#191- feat: use canbench for benchmarks by
@ielashiin dfinity/stable-structures#194- perf: BTreeMap: make
range().count()more efficient by@dragoljub-duricin dfinity/stable-structures#190- chore: Reimplement BTreeMap::clear() to not consume self by
@dragoljub-duricin dfinity/stable-structures#198New Contributors
@linnefromicemade their first contribution in dfinity/stable-structures#186Full Changelog: https://github.com/dfinity/stable-structures/compare/v0.6.2...v0.6.3
Commits
206fc04chore: increment version number (#214)8478862test: BTreeMap: add case for deallocating root node with overflows (#213)4f6b8aefix: BTreeMap memory leak when deallocating nodes with overflows (#212)7507d0ffeat: Implement into_memory for memory manager (#188)5561193chore(deps): bump actions/cache from 2 to 4 (#211)3861a3cchore(deps): bump actions/checkout from 2 to 4 (#210)a979226chore: Add a bot to update github actions (#197)5aa5ffbfix: posting canbench results from forked repos (#209)fba63adfix: canbench post comment in CI from forked repos (part 1) (#207)f1dd660refactor: Move code for implementing Storable for tuples to separate file (#203)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.