From 02bb8529fe9f7926cfac3ddb028148634e7c4c4b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 23 Jan 2025 09:18:52 +0100 Subject: [PATCH] chore(release): release and bump versions of packages (#1332) --- .changeset/deprecation.md | 9 --------- apps/generator/CHANGELOG.md | 10 ++++++++++ apps/generator/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/deprecation.md diff --git a/.changeset/deprecation.md b/.changeset/deprecation.md deleted file mode 100644 index 5ef7f764b..000000000 --- a/.changeset/deprecation.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@asyncapi/generator": minor ---- - -- **Deprecation of `ag` CLI**: The `ag` CLI is deprecated in favour of the `AsyncAPI CLI` that is a single entry point for all the AsyncAPI tools. No new features will be added to `ag` and it will be completely removed. The official documentation of AsyncAPI Generator has not mentioned `ag` for over a year, instead only using `AsyncAPI CLI` and `asyncapi generate fromTemplate` commands. Refer to the [migration guide](https://www.asyncapi.com/docs/tools/generator/migration-cli) that will help you understand how to migrate your `ag` commands to the new `AsyncAPI CLI` command. - -- **Deprecation of Nunjucks render engine:** The [Nunjucks render engine](https://www.asyncapi.com/docs/tools/generator/nunjucks-render-engine) is deprecated and will be removed in October 2025. It is recommended to switch to the [React render engine](https://www.asyncapi.com/docs/tools/generator/react-render-engine) instead. If you are using Nunjucks in production, read the [migration guide](https://www.asyncapi.com/docs/tools/generator/migration-nunjucks-react) that will help you understand how to migrate to the new engine. The removal of the Nunjucks render engine results also in removal of [Nunjucks-filters](apps/nunjucks-filters) library. - -Removal of both deprecated parts of the generator is planned for October 2025, which gives you 9 months to migrate. \ No newline at end of file diff --git a/apps/generator/CHANGELOG.md b/apps/generator/CHANGELOG.md index b2968289a..9f0a59603 100644 --- a/apps/generator/CHANGELOG.md +++ b/apps/generator/CHANGELOG.md @@ -1,5 +1,15 @@ # @asyncapi/generator +## 2.6.0 + +### Minor Changes + +- fd5dfd7: - **Deprecation of `ag` CLI**: The `ag` CLI is deprecated in favour of the `AsyncAPI CLI` that is a single entry point for all the AsyncAPI tools. No new features will be added to `ag` and it will be completely removed. The official documentation of AsyncAPI Generator has not mentioned `ag` for over a year, instead only using `AsyncAPI CLI` and `asyncapi generate fromTemplate` commands. Refer to the [migration guide](https://www.asyncapi.com/docs/tools/generator/migration-cli) that will help you understand how to migrate your `ag` commands to the new `AsyncAPI CLI` command. + + - **Deprecation of Nunjucks render engine:** The [Nunjucks render engine](https://www.asyncapi.com/docs/tools/generator/nunjucks-render-engine) is deprecated and will be removed in October 2025. It is recommended to switch to the [React render engine](https://www.asyncapi.com/docs/tools/generator/react-render-engine) instead. If you are using Nunjucks in production, read the [migration guide](https://www.asyncapi.com/docs/tools/generator/migration-nunjucks-react) that will help you understand how to migrate to the new engine. The removal of the Nunjucks render engine results also in removal of [Nunjucks-filters](apps/nunjucks-filters) library. + + Removal of both deprecated parts of the generator is planned for October 2025, which gives you 9 months to migrate. + ## 2.5.0 ### Minor Changes diff --git a/apps/generator/package.json b/apps/generator/package.json index 57e4c150f..7846e094a 100644 --- a/apps/generator/package.json +++ b/apps/generator/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/generator", - "version": "2.5.0", + "version": "2.6.0", "description": "The AsyncAPI generator. It can generate documentation, code, anything!", "main": "./lib/generator.js", "bin": {