10 KiB
10 KiB
@backstage/backend-defaults
0.2.0
Minor Changes
-
d008aefef8: BREAKING: Removing shared environments concept from the new experimental backend system. -
a6d7983f34: BREAKING: Removed theservicesoption fromcreateBackend. Service factories are nowBackendFeatures and should be installed withbackend.add(...)instead. The following should be migrated:const backend = createBackend({ services: [myCustomServiceFactory] });To instead pass the service factory via
backend.add(...):const backend = createBackend(); backend.add(customRootLoggerServiceFactory);
Patch Changes
629cbd194a: UsecoreServices.rootConfiginstead ofcoreService.config- Updated dependencies
- @backstage/backend-common@0.19.2
- @backstage/backend-app-api@0.5.0
- @backstage/backend-plugin-api@0.6.0
0.2.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.5.0-next.2
- @backstage/backend-plugin-api@0.6.0-next.2
- @backstage/backend-common@0.19.2-next.2
0.2.0-next.1
Minor Changes
d008aefef8: BREAKING: Removing shared environments concept from the new experimental backend system.
Patch Changes
629cbd194a: UsecoreServices.rootConfiginstead ofcoreService.config- Updated dependencies
- @backstage/backend-common@0.19.2-next.1
- @backstage/backend-app-api@0.5.0-next.1
- @backstage/backend-plugin-api@0.6.0-next.1
0.1.13-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.4.6-next.0
- @backstage/backend-common@0.19.2-next.0
- @backstage/backend-plugin-api@0.5.5-next.0
0.1.12
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.1
- @backstage/backend-app-api@0.4.5
- @backstage/backend-plugin-api@0.5.4
0.1.12-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.1-next.0
- @backstage/backend-app-api@0.4.5-next.0
- @backstage/backend-plugin-api@0.5.4-next.0
0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-app-api@0.4.4
- @backstage/backend-plugin-api@0.5.3
0.1.11-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0-next.2
- @backstage/backend-app-api@0.4.4-next.2
- @backstage/backend-plugin-api@0.5.3-next.2
0.1.11-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0-next.1
- @backstage/backend-app-api@0.4.4-next.1
- @backstage/backend-plugin-api@0.5.3-next.1
0.1.11-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.4.4-next.0
- @backstage/backend-common@0.18.6-next.0
- @backstage/backend-plugin-api@0.5.3-next.0
0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.5
- @backstage/backend-app-api@0.4.3
- @backstage/backend-plugin-api@0.5.2
0.1.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.5-next.1
- @backstage/backend-app-api@0.4.3-next.1
- @backstage/backend-plugin-api@0.5.2-next.1
0.1.10-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.5-next.0
- @backstage/backend-app-api@0.4.3-next.0
- @backstage/backend-plugin-api@0.5.2-next.0
0.1.9
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.4
- @backstage/backend-app-api@0.4.2
- @backstage/backend-plugin-api@0.5.1
0.1.9-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.4.2-next.2
- @backstage/backend-common@0.18.4-next.2
- @backstage/backend-plugin-api@0.5.1-next.2
0.1.9-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.4.2-next.1
- @backstage/backend-common@0.18.4-next.1
- @backstage/backend-plugin-api@0.5.1-next.1
0.1.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.4.2-next.0
- @backstage/backend-common@0.18.4-next.0
- @backstage/backend-plugin-api@0.5.1-next.0
0.1.8
Patch Changes
928a12a9b3: Internal refactor of/alphaexports.482dae5de1: Updated link to docs.5d0693edc0: Added a workaround for the cyclic dependency bug across@backstage/backend-commonand@backstage/backend-app-api.- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/backend-app-api@0.4.1
0.1.8-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.3-next.2
- @backstage/backend-app-api@0.4.1-next.2
- @backstage/backend-plugin-api@0.4.1-next.2
0.1.8-next.1
Patch Changes
482dae5de1: Updated link to docs.5d0693edc0: Added a workaround for the cyclic dependency bug across@backstage/backend-commonand@backstage/backend-app-api.- Updated dependencies
- @backstage/backend-common@0.18.3-next.1
- @backstage/backend-plugin-api@0.4.1-next.1
- @backstage/backend-app-api@0.4.1-next.1
0.1.8-next.0
Patch Changes
928a12a9b3: Internal refactor of/alphaexports.- Updated dependencies
- @backstage/backend-plugin-api@0.4.1-next.0
- @backstage/backend-app-api@0.4.1-next.0
0.1.7
Patch Changes
725383f69d: Tweaked messaging in the README.e412d33025: Use the new*ServiceFactoryexports from@backstage/backend-app-api- Updated dependencies
- @backstage/backend-app-api@0.4.0
- @backstage/backend-plugin-api@0.4.0
0.1.7-next.2
Patch Changes
e412d33025: Use the new*ServiceFactoryexports from@backstage/backend-app-api- Updated dependencies
- @backstage/backend-app-api@0.4.0-next.2
- @backstage/backend-plugin-api@0.4.0-next.2
0.1.7-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.3.2-next.1
- @backstage/backend-app-api@0.3.2-next.1
0.1.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.3.2-next.0
- @backstage/backend-plugin-api@0.3.2-next.0
0.1.5
Patch Changes
6cfd4d7073: Include implementations for the newrootLifecycleServiceRef.ecc6bfe4c9: Use newServiceFactoryOrFunctiontype.015a6dced6: Updated to make sure that service implementations replace default service implementations.843a0a158c: Added factory for the new core identity service to the set of default service factories.5b7bcd3c5e: Added support to supply a shared environment tocreateBackend, which can be created usingcreateSharedEnvironmentfrom@backstage/backend-plugin-api.02b119ff93: The new root HTTP router service is now installed by default.- Updated dependencies
- @backstage/backend-plugin-api@0.3.0
- @backstage/backend-app-api@0.3.0
0.1.5-next.1
Patch Changes
ecc6bfe4c9: Use newServiceFactoryOrFunctiontype.015a6dced6: Updated to make sure that service implementations replace default service implementations.02b119ff93: The new root HTTP router service is now installed by default.- Updated dependencies
- @backstage/backend-app-api@0.3.0-next.1
- @backstage/backend-plugin-api@0.3.0-next.1
0.1.5-next.0
Patch Changes
6cfd4d7073: Include implementations for the newrootLifecycleServiceRef.- Updated dependencies
- @backstage/backend-plugin-api@0.2.1-next.0
- @backstage/backend-app-api@0.2.5-next.0
0.1.4
Patch Changes
d6dbf1792b: AddedlifecycleFactoryto default service factories.- Updated dependencies
- @backstage/backend-app-api@0.2.4
- @backstage/backend-plugin-api@0.2.0
0.1.4-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.4-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
0.1.4-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.4-next.2
- @backstage/backend-plugin-api@0.2.0-next.2
0.1.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.4-next.1
- @backstage/backend-plugin-api@0.1.5-next.1
0.1.4-next.0
Patch Changes
d6dbf1792b: AddedlifecycleFactoryto default service factories.- Updated dependencies
- @backstage/backend-app-api@0.2.4-next.0
- @backstage/backend-plugin-api@0.1.5-next.0
0.1.3
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.3
- @backstage/backend-plugin-api@0.1.4
0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.3-next.1
- @backstage/backend-plugin-api@0.1.4-next.1
0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.3-next.0
- @backstage/backend-plugin-api@0.1.4-next.0
0.1.2
Patch Changes
96d288a02d: Added root logger service to the set of default services.- Updated dependencies
- @backstage/backend-app-api@0.2.2
- @backstage/backend-plugin-api@0.1.3
0.1.2-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.2-next.2
- @backstage/backend-plugin-api@0.1.3-next.2
0.1.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.1.3-next.1
- @backstage/backend-app-api@0.2.2-next.1
0.1.2-next.0
Patch Changes
96d288a02d: Added root logger service to the set of default services.- Updated dependencies
- @backstage/backend-app-api@0.2.2-next.0
- @backstage/backend-plugin-api@0.1.3-next.0
0.1.1
Patch Changes
854ba37357: Updated to support newServiceFactoryformats.de3347ca74: Updated usages ofServiceFactory.- Updated dependencies
- @backstage/backend-app-api@0.2.1
- @backstage/backend-plugin-api@0.1.2
0.1.1-next.1
Patch Changes
854ba37357: Updated to support newServiceFactoryformats.- Updated dependencies
- @backstage/backend-plugin-api@0.1.2-next.2
- @backstage/backend-app-api@0.2.1-next.2
0.1.1-next.0
Patch Changes
de3347ca74: Updated usages ofServiceFactory.- Updated dependencies
- @backstage/backend-plugin-api@0.1.2-next.0
- @backstage/backend-app-api@0.2.1-next.0
0.1.0
Minor Changes
5df230d48c: Introduced a newbackend-defaultspackage carryingcreateBackendwhich was previously exported frombackend-app-api. Thebackend-app-apipackage now exports thecreateSpecializedBackedthat does not add any service factories by default.
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.0
- @backstage/backend-plugin-api@0.1.1