Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #1170

Closed
wants to merge 0 commits into from
Closed

chore: release #1170

wants to merge 0 commits into from

Conversation

frol
Copy link
Collaborator

@frol frol commented Apr 25, 2024

🤖 New release

  • near-sdk: 5.1.0 -> 5.2.0
  • near-sdk-macros: 5.1.0 -> 5.2.0
  • near-sys: 0.2.1 -> 0.2.2
  • near-contract-standards: 5.1.0 -> 5.2.0
Changelog

near-sdk

5.2.0 - 2024-06-04

Added

  • New near_sdk::store::IterableSet - a better alternative to UnorderedSet, which has performance limitations on iteration over elements (#1175)
  • New near_sdk::store::IterableMap that addresses the iteration performance issue of store::UnorderedMap (#1164)

Fixed

  • use FQDNs when calling contract methods to avoid method names collision (#1186)

Other

  • add yield execution host functions (#1183)
  • fix new lints, introduced in 1.78 (#1181)
  • (store, collections) replace manual borsh trait impl-s with derives and correct bounds within (#1176)
  • Cover store::Vector fully + coverage for all the collections relevant to IterableMap implementation. (#1173)
  • Cover store collections with tests. (#1172)

near-sys

0.2.2 - 2024-06-04

Other

  • add yield execution host functions (#1183)

near-contract-standards

5.1.0 - 2024-03-28

Added

  • Finalize #[near] attribute-macro implementation with the support for custom parameters passing to serializer attributes #[near(serializers = [borsh(...)])] (#1158)
  • Introduce #[near] macro to further streamline contracts development reducing the boilerplate! (#1142)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-04-25T09-33-47Z branch 4 times, most recently from 851afb7 to 162b78f Compare May 1, 2024 14:20
@frol frol force-pushed the release-plz-2024-04-25T09-33-47Z branch 2 times, most recently from 033ea2a to 5a9acae Compare May 21, 2024 16:58
@frol frol force-pushed the release-plz-2024-04-25T09-33-47Z branch from 814df26 to 8a908c3 Compare June 1, 2024 07:22
@frol frol closed this Jun 4, 2024
@frol frol force-pushed the release-plz-2024-04-25T09-33-47Z branch from c82fd37 to deab0d9 Compare June 4, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant