Files
backstage/plugins/app-backend/CHANGELOG.md
T
github-actions[bot] 36e5a82e9b Version Packages
2021-06-17 08:08:44 +00:00

4.6 KiB

@backstage/plugin-app-backend

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