Files
backstage/packages/backend-app-api/CHANGELOG.md
T
github-actions[bot] 675324ed19 Version Packages (next)
2023-01-31 14:45:37 +00:00

12 KiB

@backstage/backend-app-api

0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/cli-common@0.1.11
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-node@0.7.5-next.1

0.3.2-next.0

Patch Changes

  • a18da2f8b5: Fixed an issue were the log redaction didn't properly escape RegExp characters.
  • ed8b5967d7: HttpRouterFactoryOptions.getPath is now optional as a default value is always provided in the factory.
  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.0
    • @backstage/backend-tasks@0.4.3-next.0
    • @backstage/plugin-auth-node@0.2.11-next.0
    • @backstage/plugin-permission-node@0.7.5-next.0
    • @backstage/backend-plugin-api@0.3.2-next.0

0.3.0

Minor Changes

  • 02b119ff93: BREAKING: The httpRouterFactory now accepts a getPath option rather than indexPlugin. To set up custom index path, configure the new rootHttpRouterFactory with a custom indexPath instead.

    Added an implementation for the new rootHttpRouterServiceRef.

Patch Changes

  • ecc6bfe4c9: Use new ServiceFactoryOrFunction type.
  • b99c030f1b: Moved over implementation of the root HTTP service from @backstage/backend-common, and replaced the middleware option with a configure callback option.
  • 170282ece6: Fixed a bug in the default token manager factory where it created multiple incompatible instances.
  • 843a0a158c: Added service factory for the new core identity service.
  • 150a7dd790: An error will now be thrown if attempting to override the plugin metadata service.
  • 483e907eaf: Internal updates of createServiceFactory from @backstage/backend-plugin-api.
  • 015a6dced6: The createSpecializedBackend function will now throw an error if duplicate service implementations are provided.
  • e3fca10038: Tweaked the plugin logger to use plugin as the label for the plugin ID, rather than pluginId.
  • ecbec4ec4c: Internal refactor to match new options pattern in the experimental backend system.
  • 51b7a7ed07: Exported the default root HTTP router implementation as DefaultRootHttpRouter. It only implements the routing layer and needs to be exposed via an HTTP server similar to the built-in setup in the rootHttpRouterFactory.
  • 0e63aab311: Moved over logging and configuration loading implementations from @backstage/backend-common. There is a now WinstonLogger which implements the RootLoggerService through Winston with accompanying utilities. For configuration the loadBackendConfig function has been moved over, but it now instead returns an object with a config property.
  • 8e06f3cf00: Switched imports of loggerToWinstonLogger to @backstage/backend-common.
  • 3b8fd4169b: Internal folder structure refactor.
  • 6cfd4d7073: Updated implementations for the new RootLifecycleService.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.0
    • @backstage/backend-common@0.18.0
    • @backstage/backend-tasks@0.4.1
    • @backstage/config@1.0.6
    • @backstage/cli-common@0.1.11
    • @backstage/config-loader@1.1.8
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.9
    • @backstage/plugin-permission-node@0.7.3

0.3.0-next.1

Minor Changes

  • 02b119ff93: BREAKING: The httpRouterFactory now accepts a getPath option rather than indexPlugin. To set up custom index path, configure the new rootHttpRouterFactory with a custom indexPath instead.

    Added an implementation for the new rootHttpRouterServiceRef.

Patch Changes

  • ecc6bfe4c9: Use new ServiceFactoryOrFunction type.
  • b99c030f1b: Moved over implementation of the root HTTP service from @backstage/backend-common, and replaced the middleware option with a configure callback option.
  • 150a7dd790: An error will now be thrown if attempting to override the plugin metadata service.
  • 015a6dced6: The createSpecializedBackend function will now throw an error if duplicate service implementations are provided.
  • e3fca10038: Tweaked the plugin logger to use plugin as the label for the plugin ID, rather than pluginId.
  • 8e06f3cf00: Switched imports of loggerToWinstonLogger to @backstage/backend-common.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.0-next.1
    • @backstage/backend-common@0.18.0-next.1
    • @backstage/backend-tasks@0.4.1-next.1
    • @backstage/plugin-permission-node@0.7.3-next.1
    • @backstage/config@1.0.6-next.0
    • @backstage/errors@1.1.4

0.2.5-next.0

Patch Changes

  • 6cfd4d7073: Updated implementations for the new RootLifecycleService.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.2.1-next.0
    • @backstage/backend-common@0.18.0-next.0
    • @backstage/backend-tasks@0.4.1-next.0
    • @backstage/errors@1.1.4
    • @backstage/plugin-permission-node@0.7.3-next.0

0.2.4

Patch Changes

  • cb1c2781c0: Updated logger implementations to match interface changes.
  • 884d749b14: Refactored to use coreServices from @backstage/backend-plugin-api.
  • afa3bf5657: Added .stop() method to Backend.
  • d6dbf1792b: Added lifecycleFactory implementation.
  • 05a928e296: Updated usages of types from @backstage/backend-plugin-api.
  • 5260d8fc7d: Root scoped services are now always initialized, regardless of whether they're used by any features.
  • Updated dependencies
    • @backstage/backend-common@0.17.0
    • @backstage/backend-tasks@0.4.0
    • @backstage/plugin-permission-node@0.7.2
    • @backstage/errors@1.1.4
    • @backstage/backend-plugin-api@0.2.0

0.2.4-next.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.4.0-next.3
    • @backstage/plugin-permission-node@0.7.2-next.3
    • @backstage/backend-common@0.17.0-next.3
    • @backstage/backend-plugin-api@0.2.0-next.3
    • @backstage/errors@1.1.4-next.1

0.2.4-next.2

Patch Changes

  • 884d749b14: Refactored to use coreServices from @backstage/backend-plugin-api.
  • Updated dependencies
    • @backstage/backend-common@0.17.0-next.2
    • @backstage/backend-plugin-api@0.2.0-next.2
    • @backstage/backend-tasks@0.4.0-next.2
    • @backstage/plugin-permission-node@0.7.2-next.2
    • @backstage/errors@1.1.4-next.1

0.2.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.17.0-next.1
    • @backstage/backend-tasks@0.4.0-next.1
    • @backstage/backend-plugin-api@0.1.5-next.1
    • @backstage/plugin-permission-node@0.7.2-next.1
    • @backstage/errors@1.1.4-next.1

0.2.4-next.0

Patch Changes

  • d6dbf1792b: Added lifecycleFactory implementation.
  • Updated dependencies
    • @backstage/backend-common@0.16.1-next.0
    • @backstage/plugin-permission-node@0.7.2-next.0
    • @backstage/backend-plugin-api@0.1.5-next.0
    • @backstage/backend-tasks@0.3.8-next.0
    • @backstage/errors@1.1.4-next.0

0.2.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.16.0
    • @backstage/backend-tasks@0.3.7
    • @backstage/backend-plugin-api@0.1.4
    • @backstage/plugin-permission-node@0.7.1
    • @backstage/errors@1.1.3

0.2.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.16.0-next.1
    • @backstage/backend-plugin-api@0.1.4-next.1
    • @backstage/backend-tasks@0.3.7-next.1
    • @backstage/plugin-permission-node@0.7.1-next.1
    • @backstage/errors@1.1.3-next.0

0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.16.0-next.0
    • @backstage/backend-tasks@0.3.7-next.0
    • @backstage/backend-plugin-api@0.1.4-next.0
    • @backstage/plugin-permission-node@0.7.1-next.0
    • @backstage/errors@1.1.3-next.0

0.2.2

Patch Changes

  • 0027a749cd: Added possibility to configure index plugin of the HTTP router service.
  • 45857bffae: Properly export rootLoggerFactory.
  • Updated dependencies
    • @backstage/backend-common@0.15.2
    • @backstage/backend-tasks@0.3.6
    • @backstage/plugin-permission-node@0.7.0
    • @backstage/backend-plugin-api@0.1.3
    • @backstage/errors@1.1.2

0.2.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.3.6-next.2
    • @backstage/backend-common@0.15.2-next.2
    • @backstage/plugin-permission-node@0.7.0-next.2
    • @backstage/backend-plugin-api@0.1.3-next.2
    • @backstage/errors@1.1.2-next.2

0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.2-next.1
    • @backstage/backend-plugin-api@0.1.3-next.1
    • @backstage/backend-tasks@0.3.6-next.1
    • @backstage/errors@1.1.2-next.1
    • @backstage/plugin-permission-node@0.6.6-next.1

0.2.2-next.0

Patch Changes

  • 0027a749cd: Added possibility to configure index plugin of the HTTP router service.
  • 45857bffae: Properly export rootLoggerFactory.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.1.3-next.0
    • @backstage/backend-common@0.15.2-next.0
    • @backstage/backend-tasks@0.3.6-next.0
    • @backstage/plugin-permission-node@0.6.6-next.0
    • @backstage/errors@1.1.2-next.0

0.2.1

Patch Changes

  • 2c57c0c499: Made ApiRef.defaultFactory internal.
  • 854ba37357: Updated to support new ServiceFactory formats.
  • af6bb42c68: Updated ServiceRegistry to not initialize factories more than once.
  • 409ed984e8: Updated service implementations and backend wiring to support scoped service.
  • de3347ca74: Updated usages of ServiceFactory.
  • 1f384c5644: Improved error messaging when failing to instantiate services.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.1.2
    • @backstage/backend-common@0.15.1
    • @backstage/plugin-permission-node@0.6.5
    • @backstage/backend-tasks@0.3.5
    • @backstage/errors@1.1.1

0.2.1-next.2

Patch Changes

  • 854ba37357: Updated to support new ServiceFactory formats.
  • 409ed984e8: Updated service implementations and backend wiring to support scoped service.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.1.2-next.2
    • @backstage/errors@1.1.1-next.0
    • @backstage/backend-common@0.15.1-next.3
    • @backstage/backend-tasks@0.3.5-next.1
    • @backstage/plugin-permission-node@0.6.5-next.3

0.2.1-next.1

Patch Changes

  • 2c57c0c499: Made ApiRef.defaultFactory internal.
  • af6bb42c68: Updated ServiceRegistry to not initialize factories more than once.
  • 1f384c5644: Improved error messaging when failing to instantiate services.
  • Updated dependencies

0.2.1-next.0

Patch Changes

  • de3347ca74: Updated usages of ServiceFactory.
  • Updated dependencies
    • @backstage/backend-common@0.15.1-next.0
    • @backstage/backend-tasks@0.3.5-next.0
    • @backstage/backend-plugin-api@0.1.2-next.0
    • @backstage/plugin-permission-node@0.6.5-next.0

0.2.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

  • 0599732ec0: Refactored experimental backend system with new type names.
  • Updated dependencies

0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.0-next.0
    • @backstage/backend-tasks@0.3.4-next.0
    • @backstage/backend-plugin-api@0.1.1-next.0
    • @backstage/plugin-permission-node@0.6.4-next.0

0.1.0

Minor Changes

  • 91c1d12123: Add initial plumbing for creating backends using the experimental backend framework.

    This package is highly EXPERIMENTAL and should not be used in production.

Patch Changes

  • Updated dependencies

0.1.0-next.0

Minor Changes

  • 91c1d12123: Add initial plumbing for creating backends using the experimental backend framework.

    This package is highly EXPERIMENTAL and should not be used in production.

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.1.0-next.0
    • @backstage/backend-common@0.14.1-next.3
    • @backstage/plugin-permission-node@0.6.3-next.2
    • @backstage/backend-tasks@0.3.3-next.3