Files
backstage/plugins/app-backend/CHANGELOG.md
T
github-actions[bot] b228d7d9c2 Version Packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-09-20 11:24:40 +02:00

29 KiB

@backstage/plugin-app-backend

0.3.51

Patch Changes

  • 71114ac50e: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);
    

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
    
  • cfc3ca6ce0: Changes needed to support MySQL

  • Updated dependencies

    • @backstage/backend-common@0.19.5
    • @backstage/config@1.1.0
    • @backstage/types@1.1.1
    • @backstage/backend-plugin-api@0.6.3
    • @backstage/config-loader@1.5.0
    • @backstage/plugin-app-node@0.1.3

0.3.51-next.3

Patch Changes

  • 71114ac50e: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);
    

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
    
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/plugin-app-node@0.1.3-next.3

0.3.51-next.2

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.5.0-next.2
    • @backstage/config@1.1.0-next.1
    • @backstage/backend-common@0.19.5-next.2
    • @backstage/backend-plugin-api@0.6.3-next.2
    • @backstage/types@1.1.0
    • @backstage/plugin-app-node@0.1.3-next.2

0.3.51-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.0
    • @backstage/backend-common@0.19.5-next.1
    • @backstage/backend-plugin-api@0.6.3-next.1
    • @backstage/config-loader@1.5.0-next.1
    • @backstage/plugin-app-node@0.1.3-next.1
    • @backstage/types@1.1.0

0.3.50-next.0

Patch Changes

  • cfc3ca6ce0: Changes needed to support MySQL
  • Updated dependencies
    • @backstage/backend-common@0.19.4-next.0
    • @backstage/config-loader@1.5.0-next.0
    • @backstage/backend-plugin-api@0.6.2-next.0
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0
    • @backstage/plugin-app-node@0.1.2-next.0

0.3.48

Patch Changes

  • 629cbd194a: Use coreServices.rootConfig instead of coreService.config
  • d564ad142b: Migrated the alpha appBackend export to use static configuration and extension points rather than accepting options.
  • Updated dependencies
    • @backstage/backend-common@0.19.2
    • @backstage/config-loader@1.4.0
    • @backstage/backend-plugin-api@0.6.0
    • @backstage/plugin-app-node@0.1.0
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

0.3.48-next.2

Patch Changes

  • d564ad142b: Migrated the alpha appBackend export to use static configuration and extension points rather than accepting options.
  • Updated dependencies
    • @backstage/plugin-app-node@0.1.0-next.0
    • @backstage/backend-plugin-api@0.6.0-next.2
    • @backstage/backend-common@0.19.2-next.2
    • @backstage/config-loader@1.4.0-next.1

0.3.48-next.1

Patch Changes

  • 629cbd194a: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

0.3.48-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.4.0-next.0
    • @backstage/backend-common@0.19.2-next.0
    • @backstage/backend-plugin-api@0.5.5-next.0
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

0.3.47

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.1
    • @backstage/backend-plugin-api@0.5.4
    • @backstage/config@1.0.8
    • @backstage/config-loader@1.3.2
    • @backstage/types@1.1.0

0.3.47-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.1-next.0
    • @backstage/backend-plugin-api@0.5.4-next.0
    • @backstage/config@1.0.8
    • @backstage/config-loader@1.3.2-next.0
    • @backstage/types@1.1.0

0.3.46

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.0
    • @backstage/types@1.1.0
    • @backstage/config-loader@1.3.1
    • @backstage/backend-plugin-api@0.5.3
    • @backstage/config@1.0.8

0.3.46-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.0-next.2
    • @backstage/backend-plugin-api@0.5.3-next.2
    • @backstage/config@1.0.7
    • @backstage/config-loader@1.3.1-next.1
    • @backstage/types@1.0.2

0.3.46-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.0-next.1
    • @backstage/backend-plugin-api@0.5.3-next.1
    • @backstage/config-loader@1.3.1-next.1
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

0.3.46-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.3.1-next.0
    • @backstage/backend-common@0.18.6-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.3-next.0
    • @backstage/types@1.0.2

0.3.45

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.5
    • @backstage/config-loader@1.3.0
    • @backstage/backend-plugin-api@0.5.2
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

0.3.45-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.5-next.1
    • @backstage/backend-plugin-api@0.5.2-next.1
    • @backstage/config-loader@1.3.0-next.0
    • @backstage/config@1.0.7

0.3.45-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.5-next.0
    • @backstage/config-loader@1.3.0-next.0
    • @backstage/backend-plugin-api@0.5.2-next.0
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

0.3.44

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4
    • @backstage/config-loader@1.2.0
    • @backstage/backend-plugin-api@0.5.1
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

0.3.44-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.2
    • @backstage/backend-plugin-api@0.5.1-next.2
    • @backstage/config@1.0.7
    • @backstage/config-loader@1.1.9
    • @backstage/types@1.0.2

0.3.44-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.1
    • @backstage/backend-plugin-api@0.5.1-next.1
    • @backstage/config@1.0.7
    • @backstage/config-loader@1.1.9
    • @backstage/types@1.0.2

0.3.44-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/config-loader@1.1.9
    • @backstage/types@1.0.2

0.3.43

Patch Changes

  • 928a12a9b3: Internal refactor of /alpha exports.
  • 52b0022dab: Updated dependency msw to ^1.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.18.3
    • @backstage/backend-plugin-api@0.5.0
    • @backstage/config-loader@1.1.9
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

0.3.43-next.2

Patch Changes

0.3.43-next.1

Patch Changes

  • 52b0022dab: Updated dependency msw to ^1.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.18.3-next.1
    • @backstage/config-loader@1.1.9-next.0
    • @backstage/backend-plugin-api@0.4.1-next.1
    • @backstage/config@1.0.7-next.0
    • @backstage/types@1.0.2

0.3.43-next.0

Patch Changes

  • 928a12a9b3: Internal refactor of /alpha exports.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.4.1-next.0
    • @backstage/backend-common@0.18.3-next.0
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/types@1.0.2

0.3.42

Patch Changes

  • 0ff03319be: Updated usage of createBackendPlugin.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.4.0
    • @backstage/backend-common@0.18.2
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/types@1.0.2

0.3.42-next.2

Patch Changes

  • 0ff03319be: Updated usage of createBackendPlugin.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.4.0-next.2
    • @backstage/backend-common@0.18.2-next.2
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/types@1.0.2

0.3.42-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/types@1.0.2

0.3.42-next.0

Patch Changes

0.3.40

Patch Changes

  • b4ffa3bd91: The warning for missing app contents is now logged as an error instead, but only in production.
  • ecbec4ec4c: Internal refactor to match new options pattern in the experimental backend system.
  • 8e06f3cf00: Switched imports of loggerToWinstonLogger to @backstage/backend-common.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.0
    • @backstage/backend-common@0.18.0
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/types@1.0.2

0.3.40-next.1

Patch Changes

  • 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/config@1.0.6-next.0
    • @backstage/config-loader@1.1.8-next.0
    • @backstage/types@1.0.2

0.3.40-next.0

Patch Changes

  • b4ffa3bd91: The warning for missing app contents is now logged as an error instead, but only in production.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.2.1-next.0
    • @backstage/backend-common@0.18.0-next.0
    • @backstage/config@1.0.6-next.0
    • @backstage/config-loader@1.1.8-next.0
    • @backstage/types@1.0.2

0.3.39

Patch Changes

  • 884d749b14: Refactored to use coreServices from @backstage/backend-plugin-api.
  • 3280711113: Updated dependency msw to ^0.49.0.
  • Updated dependencies
    • @backstage/backend-common@0.17.0
    • @backstage/backend-plugin-api@0.2.0
    • @backstage/config-loader@1.1.7
    • @backstage/types@1.0.2
    • @backstage/config@1.0.5

0.3.39-next.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.17.0-next.3
    • @backstage/backend-plugin-api@0.2.0-next.3
    • @backstage/config@1.0.5-next.1
    • @backstage/config-loader@1.1.7-next.2
    • @backstage/types@1.0.2-next.1

0.3.39-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/config@1.0.5-next.1
    • @backstage/config-loader@1.1.7-next.2
    • @backstage/types@1.0.2-next.1

0.3.39-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.17.0-next.1
    • @backstage/types@1.0.2-next.1
    • @backstage/config-loader@1.1.7-next.1
    • @backstage/backend-plugin-api@0.1.5-next.1
    • @backstage/config@1.0.5-next.1

0.3.39-next.0

Patch Changes

  • 3280711113: Updated dependency msw to ^0.49.0.
  • Updated dependencies
    • @backstage/backend-common@0.16.1-next.0
    • @backstage/config-loader@1.1.7-next.0
    • @backstage/types@1.0.2-next.0
    • @backstage/backend-plugin-api@0.1.5-next.0
    • @backstage/config@1.0.5-next.0

0.3.38

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.16.0
    • @backstage/types@1.0.1
    • @backstage/backend-plugin-api@0.1.4
    • @backstage/config@1.0.4
    • @backstage/config-loader@1.1.6

0.3.38-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.16.0-next.1
    • @backstage/backend-plugin-api@0.1.4-next.1
    • @backstage/config@1.0.4-next.0
    • @backstage/config-loader@1.1.6-next.0
    • @backstage/types@1.0.1-next.0

0.3.38-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.16.0-next.0
    • @backstage/types@1.0.1-next.0
    • @backstage/backend-plugin-api@0.1.4-next.0
    • @backstage/config@1.0.4-next.0
    • @backstage/config-loader@1.1.6-next.0

0.3.37

Patch Changes

  • 11c9e0ad33: Added alpha plugin implementation for the new backend system. Available at @backstage/plugin-app-backend/alpha.
  • Updated dependencies
    • @backstage/backend-common@0.15.2
    • @backstage/backend-plugin-api@0.1.3
    • @backstage/config@1.0.3
    • @backstage/config-loader@1.1.5
    • @backstage/types@1.0.0

0.3.37-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.2-next.2
    • @backstage/backend-plugin-api@0.1.3-next.2
    • @backstage/config@1.0.3-next.2
    • @backstage/config-loader@1.1.5-next.2
    • @backstage/types@1.0.0

0.3.37-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.15.2-next.1
    • @backstage/backend-plugin-api@0.1.3-next.1
    • @backstage/config@1.0.3-next.1
    • @backstage/config-loader@1.1.5-next.1
    • @backstage/types@1.0.0

0.3.37-next.0

Patch Changes

  • 11c9e0ad33: Added alpha plugin implementation for the new backend system. Available at @backstage/plugin-app-backend/alpha.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.1.3-next.0
    • @backstage/backend-common@0.15.2-next.0
    • @backstage/config@1.0.3-next.0
    • @backstage/config-loader@1.1.5-next.0
    • @backstage/types@1.0.0

0.3.36

Patch Changes

  • d669d89206: Minor API signatures cleanup

  • 60b85d8ade: Updated dependency helmet to ^6.0.0.

    Please note that these policies are no longer applied by default:

    helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.

  • 667d917488: Updated dependency msw to ^0.47.0.

  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.

  • bf5e9030eb: Updated dependency msw to ^0.45.0.

  • 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.

  • Updated dependencies

0.3.36-next.3

Patch Changes

0.3.36-next.2

Patch Changes

0.3.36-next.1

Patch Changes

  • d669d89206: Minor API signatures cleanup

  • 60b85d8ade: Updated dependency helmet to ^6.0.0.

    Please note that these policies are no longer applied by default:

    helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.

  • Updated dependencies

0.3.36-next.0

Patch Changes

0.3.35

Patch Changes

0.3.35-next.0

Patch Changes

0.3.34

Patch Changes

0.3.34-next.3

Patch Changes

0.3.34-next.2

Patch Changes

0.3.34-next.1

Patch Changes

0.3.34-next.0

Patch Changes

0.3.33

Patch Changes

0.3.33-next.2

Patch Changes

0.3.33-next.1

Patch Changes

0.3.33-next.0

Patch Changes

0.3.32

Patch Changes

0.3.32-next.1

Patch Changes

0.3.32-next.0

Patch Changes

0.3.31

Patch Changes

0.3.31-next.1

Patch Changes

0.3.31-next.0

Patch Changes

0.3.30

Patch Changes

0.3.29

Patch Changes

  • ab7cd7d70e: Do some groundwork for supporting the better-sqlite3 driver, to maybe eventually replace @vscode/sqlite3 (#9912)
  • e0a69ba49f: build(deps): bump fs-extra from 9.1.0 to 10.0.1
  • Updated dependencies

0.3.29-next.0

Patch Changes

  • ab7cd7d70e: Do some groundwork for supporting the better-sqlite3 driver, to maybe eventually replace @vscode/sqlite3 (#9912)
  • e0a69ba49f: build(deps): bump fs-extra from 9.1.0 to 10.0.1
  • Updated dependencies

0.3.28

Patch Changes

0.3.27

Patch Changes

0.3.26

Patch Changes

  • Fix for the previous release with missing type declarations.
  • Updated dependencies

0.3.25

Patch Changes

0.3.24

Patch Changes

0.3.24-next.0

Patch Changes

0.3.23

Patch Changes

0.3.23-next.0

Patch Changes

0.3.22

Patch Changes

  • f685e1398f: Loading of app configurations now reference the @deprecated construct from JSDoc to determine if a property in-use has been deprecated. Users are notified of deprecated keys in the format:

    The configuration key 'catalog.processors.githubOrg' of app-config.yaml is deprecated and may be removed soon. Configure a GitHub integration instead.
    

    When the withDeprecatedKeys option is set to true in the process method of loadConfigSchema, the user will be notified that deprecated keys have been identified in their app configuration.

    The backend-common and plugin-app-backend packages have been updated to set withDeprecatedKeys to true so that users are notified of deprecated settings by default.

  • eb00e8af14: Updated the cache control headers for static assets to instruct clients to cache them for 14 days.

  • eb00e8af14: Added a new asset cache that stores static assets from previous deployments in the database. This fixes an issue where users have old browser tabs open and try to lazy-load static assets that no longer exist in the latest version.

    The asset cache is enabled by passing the database option to createRouter.

  • Updated dependencies

0.3.22-next.0

Patch Changes

  • f685e1398f: Loading of app configurations now reference the @deprecated construct from JSDoc to determine if a property in-use has been deprecated. Users are notified of deprecated keys in the format:

    The configuration key 'catalog.processors.githubOrg' of app-config.yaml is deprecated and may be removed soon. Configure a GitHub integration instead.
    

    When the withDeprecatedKeys option is set to true in the process method of loadConfigSchema, the user will be notified that deprecated keys have been identified in their app configuration.

    The backend-common and plugin-app-backend packages have been updated to set withDeprecatedKeys to true so that users are notified of deprecated settings by default.

  • eb00e8af14: Updated the cache control headers for static assets to instruct clients to cache them for 14 days.

  • eb00e8af14: Added a new asset cache that stores static assets from previous deployments in the database. This fixes an issue where users have old browser tabs open and try to lazy-load static assets that no longer exist in the latest version.

    The asset cache is enabled by passing the database option to createRouter.

  • Updated dependencies

0.3.21

Patch Changes

  • 9d9cfc1b8a: Set X-Frame-Options: deny rather than the default sameorigin for all content served by the app-backend.`
  • Updated dependencies

0.3.20

Patch Changes

0.3.19

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@0.8.0
    • @backstage/backend-common@0.9.10

0.3.18

Patch Changes

  • 10615525f3: Switch to use the json and observable types from @backstage/types
  • Updated dependencies
    • @backstage/config@0.1.11
    • @backstage/backend-common@0.9.8
    • @backstage/config-loader@0.7.1

0.3.17

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@0.7.0
    • @backstage/backend-common@0.9.7

0.3.16

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.9.0
    • @backstage/config@0.1.8

0.3.15

Patch Changes

  • ae84b20cf: Revert the upgrade to fs-extra@10.0.0 as that seemed to have broken all installs inexplicably.
  • Updated dependencies
    • @backstage/backend-common@0.8.6
    • @backstage/config-loader@0.6.5

0.3.14

Patch Changes

  • 3108ff7bf: Make yarn dev respect the PLUGIN_PORT environment variable.
  • Updated dependencies
    • @backstage/backend-common@0.8.3
    • @backstage/config-loader@0.6.4

0.3.13

Patch Changes

  • Updated dependencies [22fd8ce2a]
  • Updated dependencies [f9fb4a205]
    • @backstage/backend-common@0.8.0

0.3.12

Patch Changes

  • Updated dependencies [e0bfd3d44]
  • Updated dependencies [38ca05168]
  • Updated dependencies [d8b81fd28]
    • @backstage/backend-common@0.7.0
    • @backstage/config-loader@0.6.1
    • @backstage/config@0.1.5

0.3.11

Patch Changes

  • Updated dependencies [82c66b8cd]
  • Updated dependencies [b779b5fee]
    • @backstage/config-loader@0.6.0
    • @backstage/backend-common@0.6.2

0.3.10

Patch Changes

  • Updated dependencies [8686eb38c]
  • Updated dependencies [0434853a5]
  • Updated dependencies [8686eb38c]
    • @backstage/backend-common@0.6.0
    • @backstage/config@0.1.4

0.3.9

Patch Changes

  • 393b623ae: Add a Cache-Control: no-store, max-age=0 header to the index.html response to instruct the browser to not cache the pages. This tells the browser to not serve a cached index.html that might link to static assets from a previous deployment that are not available anymore.
  • Updated dependencies [d7245b733]
  • Updated dependencies [761698831]
    • @backstage/backend-common@0.5.6

0.3.8

Patch Changes

  • 1c06cb312: Clarify troubleshooting steps for schema serialization issues.
  • Updated dependencies [a1f5e6545]
    • @backstage/config@0.1.3

0.3.7

Patch Changes

  • 727f0deec: Added a new disableConfigInjection option, which can be used to disable the configuration injection in environments where it can't be used.
  • Updated dependencies [ffffea8e6]
  • Updated dependencies [82b2c11b6]
  • Updated dependencies [965e200c6]
  • Updated dependencies [5a5163519]
    • @backstage/backend-common@0.5.3

0.3.6

Patch Changes

  • e9aab60c7: Failures to load the frontend configuration schema now throws an error that includes more context and instructions for how to fix the issue.
  • Updated dependencies [2430ee7c2]
  • Updated dependencies [062df71db]
  • Updated dependencies [e9aab60c7]
    • @backstage/backend-common@0.5.2
    • @backstage/config-loader@0.5.1

0.3.5

Patch Changes

0.3.4

Patch Changes

0.3.3

Patch Changes

  • Updated dependencies [38e24db00]
  • Updated dependencies [e3bd9fc2f]
  • Updated dependencies [12bbd748c]
  • Updated dependencies [e3bd9fc2f]
    • @backstage/backend-common@0.4.0
    • @backstage/config@0.1.2

0.3.2

Patch Changes

  • Updated dependencies [4e7091759]
  • Updated dependencies [b4488ddb0]
  • Updated dependencies [612368274]
    • @backstage/config-loader@0.4.0
    • @backstage/backend-common@0.3.3

0.3.1

Patch Changes

  • ff1301d28: Warn if the app-backend can't start-up because the static directory that should be served is unavailable.
  • Updated dependencies [3aa7efb3f]
  • Updated dependencies [b3d4e4e57]
    • @backstage/backend-common@0.3.2

0.3.0

Minor Changes

  • 1722cb53c: Use new config schema support to automatically inject config with frontend visibility, in addition to the existing env schema injection.

    This removes the confusing behavior where configuration was only injected into the app at build time. Any runtime configuration (except for environment config) in the backend used to only apply to the backend itself, and not be injected into the frontend.

Patch Changes

  • Updated dependencies [1722cb53c]
  • Updated dependencies [1722cb53c]
  • Updated dependencies [7b37e6834]
  • Updated dependencies [8e2effb53]
    • @backstage/backend-common@0.3.0
    • @backstage/config-loader@0.3.0

0.2.0

Minor Changes

  • 28edd7d29: Create backend plugin through CLI

Patch Changes