Files
backstage/packages/backend-defaults/CHANGELOG.md
T
github-actions[bot] aaf5cb2ca1 Version Packages
2023-08-15 17:12:48 +00:00

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 the services option from createBackend. Service factories are now BackendFeatures and should be installed with backend.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

0.2.0-next.2

Patch Changes

  • Updated dependencies

0.2.0-next.1

Minor Changes

  • d008aefef8: BREAKING: Removing shared environments concept from the new experimental backend system.

Patch Changes

  • 629cbd194a: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies

0.1.13-next.0

Patch Changes

  • Updated dependencies

0.1.12

Patch Changes

0.1.12-next.0

Patch Changes

  • Updated dependencies

0.1.11

Patch Changes

0.1.11-next.2

Patch Changes

  • Updated dependencies

0.1.11-next.1

Patch Changes

  • Updated dependencies

0.1.11-next.0

Patch Changes

  • Updated dependencies

0.1.10

Patch Changes

0.1.10-next.1

Patch Changes

  • Updated dependencies

0.1.10-next.0

Patch Changes

  • Updated dependencies

0.1.9

Patch Changes

0.1.9-next.2

Patch Changes

  • Updated dependencies

0.1.9-next.1

Patch Changes

  • Updated dependencies

0.1.9-next.0

Patch Changes

  • Updated dependencies

0.1.8

Patch Changes

  • 928a12a9b3: Internal refactor of /alpha exports.
  • 482dae5de1: Updated link to docs.
  • 5d0693edc0: Added a workaround for the cyclic dependency bug across @backstage/backend-common and @backstage/backend-app-api.
  • Updated dependencies

0.1.8-next.2

Patch Changes

  • Updated dependencies

0.1.8-next.1

Patch Changes

  • 482dae5de1: Updated link to docs.
  • 5d0693edc0: Added a workaround for the cyclic dependency bug across @backstage/backend-common and @backstage/backend-app-api.
  • Updated dependencies

0.1.8-next.0

Patch Changes

  • 928a12a9b3: Internal refactor of /alpha exports.
  • 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 *ServiceFactory exports 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 *ServiceFactory exports 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 new rootLifecycleServiceRef.
  • ecc6bfe4c9: Use new ServiceFactoryOrFunction type.
  • 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 to createBackend, which can be created using createSharedEnvironment from @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 new ServiceFactoryOrFunction type.
  • 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 new rootLifecycleServiceRef.
  • 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: Added lifecycleFactory to 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: Added lifecycleFactory to 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 new ServiceFactory formats.
  • de3347ca74: Updated usages of ServiceFactory.
  • 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 new ServiceFactory formats.
  • 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 of ServiceFactory.
  • 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 new backend-defaults package carrying createBackend which was previously exported from backend-app-api. The backend-app-api package now exports the createSpecializedBacked that 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