rust-status-message
rust-status-message copied to clipboard
Bump near-sdk from 4.0.0 to 4.1.1
trafficstars
Bumps near-sdk from 4.0.0 to 4.1.1.
Release notes
Sourced from near-sdk's releases.
4.1.1
This release fixes compilation for using the SDK without the "legacy" feature flag
Fixed
- Fixed invalid import from "legacy" feature flag from stabilized collection. PR 960
4.1.0
The primary changes in this release from 4.0.0 are adding support for near ABI through
cargo-nearas well as movingnear_sdk::storecollections from being under theunstablefeature flag.To see all changes since 4.1.0, the releases or changelog should be used.
Changes since
4.1.0-pre.3:Added
- Added
near_sdk::NearSchemaderive macro for convenience in implementing schema types forabi. PR 891.- Added support for custom events with
#[near_bindgen(event_json(standard = "___"))]syntax. PR 934Changed
- Added new
legacyfeature flag and putnear_sdk::collectionsunder it.near_sdk::storewill be replacing them. PR 923.- Stabilize
store::LookupMapandstore::UnorderedMapcollections. PR 922.- Stabilize
store::LookupSetandstore::UnorderedSetcollections. PR 924.abifeature flag is now enabled by default. PR 956.- Updated
near-abiversion to0.3.0. PR 954.Removed
- Deleted
metadatamacro. Use https://github.com/near/abi instead. PR 920- Deprecated
ReceiptIndexandIteratorIndexvm types. PR 949.Fixes
- Updated the associated error type for
Base58CryptoHashparsing throughTryFromto concrete type. PR 9194.1.0-pre.3
Added
- Enabled ABI embedding in contract through
__abi-embedfeature and cargo-near. PR 893- Added
schemars::JsonSchemaimplementations forNFTcontract standard types to enable ABI generation. PR 904Changed
- Stabilized
store::Lazyandstore::LazyOptiontypes and updated their debug implementations. PR 897 PR 8884.1.0-pre.2
Added
- Support newly stabilized
alt_bn128host functions that were recently stabilized. PR 885- Added
Eqimplementations for various types. PR 887alt_bn128host functions supported in testing utils. PR 885Fixes
- Standards: NFT storage estimation bug fix and fix retrieval requiring enum and enumeration standard implementation. PR 843
Changed
near_sdk::store::Vectorstabilized. PR 815
... (truncated)
Changelog
Sourced from near-sdk's changelog.
[4.1.1] - 2022-11-10
Fixed
- Fixed invalid import from "legacy" feature flag from stabilized collection. PR 960
[4.1.0] - 2022-11-09
Added
- Added
near_sdk::NearSchemaderive macro for convenience in implementing schema types forabi. PR 891.- Added support for custom events with
#[near_bindgen(event_json(standard = "___"))]syntax. PR 934Changed
- Added new
legacyfeature flag and putnear_sdk::collectionsunder it.near_sdk::storewill be replacing them. PR 923.- Stabilize
store::LookupMapandstore::UnorderedMapcollections. PR 922.- Stabilize
store::LookupSetandstore::UnorderedSetcollections. PR 924.abifeature flag is now enabled by default. PR 956.- Updated
near-abiversion to0.3.0. PR 954.Removed
- Deleted
metadatamacro. Use https://github.com/near/abi instead. PR 920- Deprecated
ReceiptIndexandIteratorIndexvm types. PR 949.Fixes
- Updated the associated error type for
Base58CryptoHashparsing throughTryFromto concrete type. PR 919[4.1.0-pre.3] - 2022-08-30
Added
- Enabled ABI embedding in contract through
__abi-embedfeature and cargo-near. PR 893- Added
schemars::JsonSchemaimplementations forNFTcontract standard types to enable ABI generation. PR 904Changed
- Stabilized
store::Lazyandstore::LazyOptiontypes and updated their debug implementations. PR 897 PR 888[4.1.0-pre.2] - 2022-08-26
Added
- Support newly stabilized
alt_bn128host functions that were recently stabilized. PR 885- Added
Eqimplementations for various types. PR 887alt_bn128host functions supported in testing utils. PR 885Fixes
- Standards: NFT storage estimation bug fix and fix retrieval requiring enum and enumeration standard implementation. PR 843
Changed
near_sdk::store::Vectorstabilized. PR 815- ABI primitives moved into near-abi-rs. PR 889
[4.1.0-pre.1] - 2022-08-05
... (truncated)
Commits
55020dffix: Error const reference without default features (#960)10b0deachore: prep 4.1.0 releasef74d5eechore: update readme to include versioning and fixes (#925)bf783ddStop forwarding all non-bindgen attributes to _Ext methods (#959)e37005bimpl NearSchema derive macro (#891)557c22cEnforce Standard Logging Compliance by Abstraction (#934)f31ece5feat: makeabia default feature (#956)83b58f2chore: use near-abi 0.3.0 (#954)efa18abfix: update test vector for optimized skip (#955)9cc1f57Remove unused tokens in compilation test (#951)- 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 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)