Skip to content

Commit

Permalink
docs: sdk 3.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jan 6, 2025
1 parent 0c55ddc commit 2908439
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/build/ar-io-sdk/ario/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import {HeroPattern} from "@/components/HeroPattern"

<HeroPattern />

# ar.io
# AR.IO
38 changes: 38 additions & 0 deletions src/app/build/ar-io-sdk/release-notes/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,44 @@ import {HeroPattern} from "@/components/HeroPattern"

Welcome to the documentation page for the AR.IO SDK release notes. Here, you will find detailed information about each version of the AR.IO SDK, including the enhancements, bug fixes, and any other changes introduced in every release. This page serves as a comprehensive resource to keep you informed about the latest developments and updates in the AR.IO SDK. For those interested in exploring the source code, each release's code is readily accessible at our GitHub repository: AR.IO SDK [change logs](https://github.com/ar-io/ar-io-sdk/blob/main/CHANGELOG.md). Stay updated with the continuous improvements and advancements in the AR.IO SDK by referring to this page for all release-related information.


# [3.1.0] (2025-01-02)
[View changes on GitHub](https://github.com/ar-io/ar-io-sdk/compare/v3.0.0...v3.1.0)


### Bug Fixes

* don't get old arweave block timestamps on read actions ([1792ee8](https://github.com/ar-io/ar-io-sdk/commit/1792ee81c2edd33514271415aa84b4453ff1a804))
* don't return null when stringified null is found in message data on ao.read ([c5873e6](https://github.com/ar-io/ar-io-sdk/commit/c5873e6b686efa547b006e248337fcca0793446d))
* **eth signer:** use a unique anchor in ans-104 headers ([8cd5587](https://github.com/ar-io/ar-io-sdk/commit/8cd5587630141b8eb048505ffa424e9a37add80f))
* format process errors to be more user friendly PE-7327 ([3449e32](https://github.com/ar-io/ar-io-sdk/commit/3449e324572355817469ec7bb3c99c4909437a21))
* **io:** fix `AoEpochData` type, add prescribedNames ([1ba3588](https://github.com/ar-io/ar-io-sdk/commit/1ba358814d7019475ce049e0d5d8af1f76c429fc))
* **tags:** prune out empty tags ([de0ec83](https://github.com/ar-io/ar-io-sdk/commit/de0ec83803ad536121cb8e1a2c269e50dec9341f))
* **types:** fix funding plan vaults type ([1cea7db](https://github.com/ar-io/ar-io-sdk/commit/1cea7dbd75a8da6a3a7352cb40edbc49aa20f8a0))
* **types:** revert prescribedObserver type ([ca60f6f](https://github.com/ar-io/ar-io-sdk/commit/ca60f6f493f34976753a33a8917e68ac1951a3f9))


### Features

* **cost-details:** init cli command get-cost-details PE-7114 ([674626e](https://github.com/ar-io/ar-io-sdk/commit/674626eaef7863b1601452e15b84c82f1f2a621c))
* **cost-details:** init new cost method for exposing fundingPlan and discounts PE-7114 ([c6910c8](https://github.com/ar-io/ar-io-sdk/commit/c6910c85b9cb801c86b2f5f754e567f0fe0c35d3))
* **fund-from:** add Fund-From tag to eligible methods/commands PE-7291 ([4d47270](https://github.com/ar-io/ar-io-sdk/commit/4d4727082f408c523be5c2f01d21907c93e2e098))
* **primary names:** add processID to read APIs PE-7307 ([e01e6ce](https://github.com/ar-io/ar-io-sdk/commit/e01e6cee4e39c2e17eb38a04818e28770f7cbf97))
* remove usage of Tags.Timestamp in favor of computing epoch indexes PE-7338 ([ee1bea0](https://github.com/ar-io/ar-io-sdk/commit/ee1bea0ea1b196f43a82558e79a30c4658f97a7e))

# [3.0.0] (2024-12-10)
[View changes on GitHub](https://github.com/ar-io/ar-io-sdk/compare/v2.6.0...v3.0.0)


### Bug Fixes

* **ar.io cli:** use global program from cli.ts scope for ar.io command PE-5854 ([3e83298](https://github.com/ar-io/ar-io-sdk/commit/3e83298bf07bd2ca0eb800ac74ab675bdbb766d0))
* expose instant param for decreaseOperatorStake function arg type ([2fd1f5d](https://github.com/ar-io/ar-io-sdk/commit/2fd1f5df34b9c8f3a7d62d9fea56d5399c53f3b8))
* **lua id:** change lua id ([d4907db](https://github.com/ar-io/ar-io-sdk/commit/d4907db2b74be1ddc8d61ecd2b24944654a2e1b5))
* remove un-used import ([5db9ac0](https://github.com/ar-io/ar-io-sdk/commit/5db9ac07f690231c326ca68ac91d14cae2329c1a))
* **spawn-ant:** use a valid default ttlSeconds ([aea4aa7](https://github.com/ar-io/ar-io-sdk/commit/aea4aa7bc61a1af644f8215b75f5eef82e5c9480))
* use `Keywords` for setKeywords ([19ab3ad](https://github.com/ar-io/ar-io-sdk/commit/19ab3adaa58f0b322261ca5ed4b4cc6174cc66ad))

# [3.0.0] (2024-12-10)
[View changes on GitHub](https://github.com/ar-io/ar-io-sdk/compare/v2.6.0...v3.0.0)

Expand Down

0 comments on commit 2908439

Please sign in to comment.