From ec1b4be3203bf16fdb42eaf9d31f553639cb2bbe Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 30 Aug 2024 13:52:01 +0200 Subject: [PATCH] NBS: Promote backend packages to 1.0.0 Signed-off-by: Johan Haals --- .changeset/green-pumas-build.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/green-pumas-build.md diff --git a/.changeset/green-pumas-build.md b/.changeset/green-pumas-build.md new file mode 100644 index 0000000000..6f0a4c9773 --- /dev/null +++ b/.changeset/green-pumas-build.md @@ -0,0 +1,11 @@ +--- +'@backstage/backend-plugin-api': major +'@backstage/backend-app-api': major +'@backstage/backend-test-utils': major +--- + +Release 1.0 of the new backend system! :tada: + +The backend system is finally getting promoted to 1.0.0. This means that the API is now stable and breaking changes should not occur until version 2.0.0, see our [package versioning policy](https://backstage.io/docs/overview/versioning-policy/#package-versioning-policy) for more information what this means. + +This release also marks the end of the old backend system based on `createRouter` exports. Going forward backend plugins packages will start to deprecate and later this year remove exports supporting the old backend system. If you would like to help out with this transition, see https://github.com/backstage/backstage/issues/26353 or consult the [migration guide](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating/#remove-support-for-the-old-backend-system).