Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faust deprecation notices #1733

Merged
merged 4 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/mighty-chefs-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@faustjs/react': patch
'@faustjs/core': patch
'@faustjs/next': patch
---

Add deprecation notices
2 changes: 1 addition & 1 deletion internal/legacy.faustjs.org/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
announcementBar: {
id: 'depreciation_notice',
content:
'⭐️ This version of Faust.js is being deprecated. Visit the new version at <a target="_blank" rel="noopener noreferrer" href="https://faustjs.org/">faustjs.org</a> ⭐️',
'⭐️ 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 <a target="_blank" rel="noopener noreferrer" href="https://faustjs.org/">faustjs.org</a> ⭐️',
backgroundColor: '#7e5cef',
textColor: '#FFF',
isCloseable: false,
Expand Down
4 changes: 3 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</a>
</p>

⚠️ 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.

Expand Down
4 changes: 3 additions & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</a>
</p>

⚠️ 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.

Expand Down
4 changes: 3 additions & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</a>
</p>

⚠️ 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.

Expand Down
Loading