From 6d37640cb5f46316166238616303bcf22251b4f1 Mon Sep 17 00:00:00 2001 From: bobinstein Date: Wed, 4 Sep 2024 11:20:03 -0400 Subject: [PATCH] docs: Added ar.io SDK 2.2.0 release notes --- docs/src/guides/sdk-release-notes.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/src/guides/sdk-release-notes.md b/docs/src/guides/sdk-release-notes.md index de07734f..84029262 100644 --- a/docs/src/guides/sdk-release-notes.md +++ b/docs/src/guides/sdk-release-notes.md @@ -4,6 +4,28 @@ 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. +## [2.2.0](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0...v2.2.0) (2024-08-30) + + +### Bug Fixes + +* **logger:** permit logger as argument for typeguard util and default it ([45df626](https://github.com/ar-io/ar-io-sdk/commit/45df6267df3260744201aa86ced572e5da842aae)) +* **register:** update spawn ant to register at end of spawn ([4320c80](https://github.com/ar-io/ar-io-sdk/commit/4320c803bec96eedf4fe4bd5456a5eaa4ac9ae88)) +* **signer:** add typeguard util for aoSigner ([0d7f210](https://github.com/ar-io/ar-io-sdk/commit/0d7f210ac3ab44a1c7ea296936917e5297878e48)) +* **signing:** add aosigner to contract signer ([3b0495a](https://github.com/ar-io/ar-io-sdk/commit/3b0495a3ca4420c61cf4f72c7eb451777cbaf16d)) +* **tests:** dont send messages to ao in e2e tests ([e7108da](https://github.com/ar-io/ar-io-sdk/commit/e7108dafb7602e29833b0120c91cff73b022d31f)) +* **tests:** reconfigure test structure ([1872a26](https://github.com/ar-io/ar-io-sdk/commit/1872a262b654d72c779c2607ed454c5ae8271e87)) +* **tests:** use test-wallet fixture in tests instead of generating anew each time ([27a5dc2](https://github.com/ar-io/ar-io-sdk/commit/27a5dc25cd6bbe75736187280d3f511235dfa0b0)) +* **typeguard:** return true or false in typeguard and log the error ([4b851c5](https://github.com/ar-io/ar-io-sdk/commit/4b851c5bd904f66bd88efc67cdc239a1300c7ecf)) +* **types:** update types for epoch distributions ([5aedf50](https://github.com/ar-io/ar-io-sdk/commit/5aedf5077a68faec8d86281a401ab2f4d6daf142)) +* **util:** use ANTRegistry class for registering ant on spawn instead of aoconnect ([350112d](https://github.com/ar-io/ar-io-sdk/commit/350112d7fb29c180231b69ede5c4c2f94a60afa3)) + + +### Features + +* **ant id:** update lua ant id to latest ([968c30e](https://github.com/ar-io/ar-io-sdk/commit/968c30e9b3851c0eed1bb7e152e78835d558243b)) +* **util:** add AoAntState typeguard util ([c6f457f](https://github.com/ar-io/ar-io-sdk/commit/c6f457f88f7b17af615ffacc593cc01b77230257)) + ## [2.1.0](https://github.com/ar-io/ar-io-sdk/compare/v2.0.2...v2.1.0) (2024-08-07)