From 467d492cc04c58f0fdc1e8f51daecdb7e8babcae Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:39:24 +0200 Subject: [PATCH] chore: adding v2.0.0-rc10 Changelog updates --- CHANGELOG.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce473d52..ab12e3321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,14 +66,32 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: subscription by credits api [`f97aa61`](https://github.com/nevermined-io/sdk-js/commit/f97aa61c4328a7bc8ea1f14f584b3664876970db) - chore: adapting nft 1155 to duration and transfer params [`a133315`](https://github.com/nevermined-io/sdk-js/commit/a133315c8b217cec7d41e6f863277dfe94fce98a) -#### [v2.0.0-rc2](https://github.com/nevermined-io/sdk-js/compare/v2.0.0-rc1...v2.0.0-rc2) +#### [v2.0.0-rc2](https://github.com/nevermined-io/sdk-js/compare/v2.0.0-rc10...v2.0.0-rc2) > 26 July 2023 +#### [v2.0.0-rc10](https://github.com/nevermined-io/sdk-js/compare/v2.0.0-rc1...v2.0.0-rc10) + +> 2 October 2023 + +- updating for contracts 3.5.0 [`#584`](https://github.com/nevermined-io/sdk-js/pull/584) +- Feat/node 18 [`#580`](https://github.com/nevermined-io/sdk-js/pull/580) +- Getting url from DDO when claiming NFT [`#582`](https://github.com/nevermined-io/sdk-js/pull/582) +- Fix/arbitrum fees [`#577`](https://github.com/nevermined-io/sdk-js/pull/577) +- Making Curve & Aave contracts optional [`#576`](https://github.com/nevermined-io/sdk-js/pull/576) +- Allowing to update files and services private stuff (SDKv1) [`#575`](https://github.com/nevermined-io/sdk-js/pull/575) +- fix: allowing to update files and services private metadata [`#574`](https://github.com/nevermined-io/sdk-js/pull/574) +- Allow off-chain register and resolve methods [`#573`](https://github.com/nevermined-io/sdk-js/pull/573) +- chore(deps): bump whatwg-url from 7.1.0 to 13.0.0 [`#527`](https://github.com/nevermined-io/sdk-js/pull/527) +- test: validating downloads by owner without access service [`#570`](https://github.com/nevermined-io/sdk-js/pull/570) +- Adapting to contracts v3.3.x [`#566`](https://github.com/nevermined-io/sdk-js/pull/566) +- E2E integration with Credit Subscriptions [`#563`](https://github.com/nevermined-io/sdk-js/pull/563) +- Feat/update mocha [`#564`](https://github.com/nevermined-io/sdk-js/pull/564) +- feat: reduce number of calls to chainId [`#560`](https://github.com/nevermined-io/sdk-js/pull/560) - Support of assets with multiple services of the same type [`#555`](https://github.com/nevermined-io/sdk-js/pull/555) -- feat: make keeper network info static [`89511f1`](https://github.com/nevermined-io/sdk-js/commit/89511f11140398c146246a19438e958938b83376) -- fix: bring back network info getters [`1ef0547`](https://github.com/nevermined-io/sdk-js/commit/1ef05470e53cbe91fcba5aa6e951bbd10b60decc) -- chore: coming back to original attribute name [`941f96f`](https://github.com/nevermined-io/sdk-js/commit/941f96f485fee18398fe7e1517e8a43e85361754) +- test: e2e tests for credit subscriptions [`5070f31`](https://github.com/nevermined-io/sdk-js/commit/5070f319baaa7fa361e103c6e1a4ffac2548012f) +- fix: resolving integration problems [`87d7beb`](https://github.com/nevermined-io/sdk-js/commit/87d7beb3eb3897bcf7b5babb510d118f05d36c73) +- test: e2e testing of NVM App flows [`886f0ae`](https://github.com/nevermined-io/sdk-js/commit/886f0ae27dab2dc6b1205f6b35c5861a5efaf9e2) #### [v2.0.0-rc1](https://github.com/nevermined-io/sdk-js/compare/v2.0.0-rc0...v2.0.0-rc1)