diff --git a/README.md b/README.md index be2f4089576..38cf4fefa8e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +## Maintenance Countdown: +Commencing from January 1, 2024, a 90-day countdown has been initiated, signaling the transition of Web3.js version 1.x into an end-of-maintenance phase. + +### Timeline of Changes: + +- 90-Day Countdown (1/1/24 - 3/31/24): + During this period, we strongly encourage users to plan accordingly and initiate the [upgrade to Web3.js version 4.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/) + +- No New Bug Fixes (4/1/24 onwards): + Starting April 1, 2024, new bug fixes for Web3.js version 1.x will no longer be provided. To benefit from continued support and access to new features, we recommend [upgrading to Web3.js version 4.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/) + +- End of Security Fixes (7/1/24): + Security fixes for Web3.js version 1.x will be discontinued from July 1, 2024. [Upgrading to Web3.js version 4.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/) is crucial to ensure the security of your applications. + +

web3.js

diff --git a/docs/index.rst b/docs/index.rst index 8ebb4eabaf9..03e3c292f96 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,19 @@ +================================= +Maintenance Countdown: +================================= + +Commencing from January 1, 2024, a 90-day countdown has been initiated, signaling the transition of Web3.js version 1.x into an end-of-maintenance phase. + +--------------------- +Timeline of Changes: +--------------------- + +- 90-Day Countdown (1/1/24 - 3/31/24): During this period, we strongly encourage users to plan accordingly and initiate the `upgrade to Web3.js version 4.x `_ + +- No New Bug Fixes (4/1/24 onwards): Starting April 1, 2024, new bug fixes for Web3.js version 1.x will no longer be provided. To benefit from continued support and access to new features, we recommend `upgrading to Web3.js version 4.x `_ + +- End of Security Fixes (7/1/24): Security fixes for Web3.js version 1.x will be discontinued from July 1, 2024. `Upgrading to Web3.js version 4.x `_ is crucial to ensure the security of your applications + ================================= web3.js - Ethereum JavaScript API @@ -7,7 +23,7 @@ web3.js is a collection of libraries that allow you to interact with a local or The following documentation will guide you through :ref:`installing and running web3.js ` as well as providing an :ref:`API reference documentation <#id1>` with examples. -.. note:: `Web3.js 4.x `_ has been released. Checkout 4.x `API documentation and migration guide `_ . +.. note:: `Web3.js 4.x `_ has been released. Checkout 4.x `API documentation and migration guide `_ . Contents: @@ -42,4 +58,4 @@ Contents: web3-admin -Special thanks to `Netlify `_ for providing build and deploy services for our end-to-end integration tests. \ No newline at end of file +Special thanks to `Netlify `_ for providing build and deploy services for our end-to-end integration tests.