diff --git a/.changeset/cool-lies-give.md b/.changeset/cool-lies-give.md index d920fd78366..0ec7bd6c3cf 100644 --- a/.changeset/cool-lies-give.md +++ b/.changeset/cool-lies-give.md @@ -8,4 +8,9 @@ "thirdweb": minor --- -drop support for solana +**Dropped Support for Solana**: + +- We've decided to drop support for Solana across our SDKs. +- Starting with this version of our SDKs all previous solana related functionality will be removed. +- Previous versions of our SDKs will continue to work with Solana. However, we will not be providing any further updates or bug fixes for Solana. +- You can read a detailed explanation of our decision [on our blog](https://blog.thirdweb.com/discontinuing-solana-support/). diff --git a/.changeset/honest-jokes-yell.md b/.changeset/honest-jokes-yell.md index 8ca9a84d6dc..b7d40a0b78c 100644 --- a/.changeset/honest-jokes-yell.md +++ b/.changeset/honest-jokes-yell.md @@ -5,4 +5,9 @@ "thirdweb": minor --- -drop support for node 16 +**Dropped Support for Node 16**: + +- As part of our commitment to maintain up-to-date with the evolving ecosystem and provide the best support for our users, we have made the decision to cease support for Node 16. Starting with this version, our SDKs will no longer be tested against or guaranteed to work with Node.js version 16. +- We encourage users to upgrade to a more recent version of Node.js to continue to benefit from the latest features, improvements, and security updates. +- If you are unable to upgrade to a more recent version of Node.js, you can continue to use the previous version of our SDKs. However, we will not be providing any further updates or bug fixes for Node 16. +- For more information on EOL status of Node 16, see [Node.js Release Cycle](https://nodejs.dev/en/about/releases/).