diff --git a/.changeset/mighty-chefs-peel.md b/.changeset/mighty-chefs-peel.md new file mode 100644 index 000000000..0d187304c --- /dev/null +++ b/.changeset/mighty-chefs-peel.md @@ -0,0 +1,7 @@ +--- +'@faustjs/react': patch +'@faustjs/core': patch +'@faustjs/next': patch +--- + +Add deprecation notices diff --git a/internal/legacy.faustjs.org/docusaurus.config.js b/internal/legacy.faustjs.org/docusaurus.config.js index 06735f136..4aa9f7ae1 100644 --- a/internal/legacy.faustjs.org/docusaurus.config.js +++ b/internal/legacy.faustjs.org/docusaurus.config.js @@ -30,7 +30,7 @@ module.exports = { announcementBar: { id: 'depreciation_notice', content: - '⭐️ This version of Faust.js is being deprecated. Visit the new version at faustjs.org ⭐️', + '⭐️ This version of Faust.js (GQty) has been deprecated. Security updates will continue to be provided through 2024, but no new feature development will occur. Visit the new Faust.js with Apollo at faustjs.org ⭐️', backgroundColor: '#7e5cef', textColor: '#FFF', isCloseable: false, diff --git a/packages/core/README.md b/packages/core/README.md index 8121c344a..4e0727171 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -19,7 +19,9 @@

-⚠️ TRY THE NEW FAUST: We stopped supporting new feature development in favor of the recent version of Faust. We will provide ongoing support for critical bugs and vulnerabilities only. If you are using the old version of Faust, you will not see an interruption to your existing sites as the new Faust is in a separate “package”. Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js. +> **⚠️ This version of Faust (GQty) has been deprecated!** +> +> We have worked hard to update Faust.js to be a more standardized and performant framework using Apollo Client as its base. We believe that Faust.js with Apollo is more stable and easier to maintain than legacy Faust.js, and we recommend that all users currently on legacy Faust.js start planning their migration to Faust.js with Apollo. We have already updated our blueprints and other resources to reflect our current and forward-looking technology investments. **While security updates will continue to be provided through 2024, no new feature development will happen on legacy Faust.js.** `@faustjs/core` is the core library for the Faust.js framework. It contains the core classes and interfaces that are used by other libraries in the framework. diff --git a/packages/next/README.md b/packages/next/README.md index b3b4f4000..7985fdcb9 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -19,7 +19,9 @@

-⚠️ TRY THE NEW FAUST: We stopped supporting new feature development in favor of the recent version of Faust. We will provide ongoing support for critical bugs and vulnerabilities only. If you are using the old version of Faust, you will not see an interruption to your existing sites as the new Faust is in a separate “package”. Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js. +> **⚠️ This version of Faust (GQty) has been deprecated!** +> +> We have worked hard to update Faust.js to be a more standardized and performant framework using Apollo Client as its base. We believe that Faust.js with Apollo is more stable and easier to maintain than legacy Faust.js, and we recommend that all users currently on legacy Faust.js start planning their migration to Faust.js with Apollo. We have already updated our blueprints and other resources to reflect our current and forward-looking technology investments. **While security updates will continue to be provided through 2024, no new feature development will happen on legacy Faust.js.** `@faustjs/next` is part of the Faust.js framework. It aids in building Headless WordPress websites with Next.js. diff --git a/packages/react/README.md b/packages/react/README.md index f741c19a3..f80b0433f 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -19,7 +19,9 @@

-⚠️ TRY THE NEW FAUST: We stopped supporting new feature development in favor of the recent version of Faust. We will provide ongoing support for critical bugs and vulnerabilities only. If you are using the old version of Faust, you will not see an interruption to your existing sites as the new Faust is in a separate “package”. Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js. +> **⚠️ This version of Faust (GQty) has been deprecated!** +> +> We have worked hard to update Faust.js to be a more standardized and performant framework using Apollo Client as its base. We believe that Faust.js with Apollo is more stable and easier to maintain than legacy Faust.js, and we recommend that all users currently on legacy Faust.js start planning their migration to Faust.js with Apollo. We have already updated our blueprints and other resources to reflect our current and forward-looking technology investments. **While security updates will continue to be provided through 2024, no new feature development will happen on legacy Faust.js.** `@faustjs/react` is part of the Faust.js framework. It aids in building Headless WordPress websites with React.js.