Skip to content

Releases: r-near/near-sdk-py

v0.4.1

06 Mar 19:03
Compare
Choose a tag to compare

v0.4.1 (2025-03-06)

Bug Fixes

  • ci: Improve release process (f7fd392)

Detailed Changes: v0.4.0...v0.4.1

v0.4.0

06 Mar 16:37
Compare
Choose a tag to compare

v0.4.0 (2025-03-06)

Documentation

  • Add more info about Collections (cecd424)

Features

  • Support more versions of Python (#9, 169a3cd)

Detailed Changes: v0.3.0...v0.4.0

v0.3.0

05 Mar 22:15
Compare
Choose a tag to compare

v0.3.0 (2025-03-05)

Features

  • feat: Collections API

  • Strip out generics for micropython

  • Switch to msgpack serialization

  • Linting

  • Move this to inside the SDK

  • Fix imports

  • Add docs

  • Rename this job

  • Switch to pickle (it's native)

  • Use generic Exception class


Detailed Changes: v0.2.0...v0.3.0

v0.2.0

04 Mar 22:27
Compare
Choose a tag to compare

v0.2.0 (2025-03-04)

Documentation

Features

  • Add Simplified Promise API with Callback Support (#3, fd79fbd)
  • feat: Add a high-level promises API

  • docs: Add info on Promises usage


Detailed Changes: v0.1.2...v0.2.0

v0.1.2

04 Mar 01:26
Compare
Choose a tag to compare

v0.1.2 (2025-03-04)

Bug Fixes

  • Add GitHub token to release workflow (863f8dc)

  • Add release workflow (#2, d57b0ee)

  • fix: Add release workflow

  • Fix lockfile

  • Fetch tags for release (c48def0)

  • Set env variable in the correct location (0c14d1c)

  • Update fetch-depth (409f217)

Chores


Detailed Changes: v0.1.1...v0.1.2

v0.1.1

04 Mar 00:43
3cdf8bf
Compare
Choose a tag to compare
Re-implement low-level API (#1)

* Strip out type checking here

* NEAR module API

* Add py.typed and bump the version

* Update gitignore

* Add GitHub Action

* Add semantic release config