10 KiB
@backstage/config
1.3.8
Patch Changes
- Updated dependencies
- @backstage/errors@1.3.1
1.3.8-next.0
Patch Changes
- Updated dependencies
- @backstage/errors@1.3.1-next.0
- @backstage/types@1.2.2
1.3.7
Patch Changes
- Updated dependencies
- @backstage/errors@1.3.0
1.3.7-next.0
Patch Changes
- Updated dependencies
- @backstage/errors@1.3.0-next.0
1.3.6
Patch Changes
05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript'serasableSyntaxOnlysetting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
1.3.6-next.0
Patch Changes
05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript'serasableSyntaxOnlysetting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.- Updated dependencies
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
1.3.5
Patch Changes
b45b094: Allow colon to be used as config key.
1.3.4-next.0
Patch Changes
b45b094: Allow colon to be used as config key.
1.3.3
Patch Changes
ff23618: Loosen the requirements for a key to be considered valid config.3507fcd: Just some more circular dep cleanup
1.3.3-next.0
Patch Changes
ff23618: Loosen the requirements for a key to be considered valid config.3507fcd: Just some more circular dep cleanup
1.3.2
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/errors@1.2.7
1.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/types@1.2.1-next.0
- @backstage/errors@1.2.7-next.0
1.3.1
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
1.3.1-next.0
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.6-next.0
- @backstage/types@1.2.0
1.3.0
Minor Changes
d52d7f9: MakereadDurationFromConfigsupport both ISO and ms formats as well, to make it easier to enter time as an end user
Patch Changes
- Updated dependencies
- @backstage/types@1.2.0
- @backstage/errors@1.2.5
1.2.0
Minor Changes
50cf9df: TheConfigReadernow treatsnullvalues as present but explicitly undefined, meaning it will not fall back to the next level of configuration.
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
1.2.0-next.1
Minor Changes
50cf9df: TheConfigReadernow treatsnullvalues as present but explicitly undefined, meaning it will not fall back to the next level of configuration.
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.4-next.0
- @backstage/types@1.1.1
1.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.4-next.0
- @backstage/types@1.1.1
1.1.1
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
1.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.3-next.0
- @backstage/types@1.1.1
1.1.0
Minor Changes
62f448edb0: Added areadDurationFromConfigfunction
Patch Changes
406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.8cec7664e1: Removed@types/nodedependency- Updated dependencies
- @backstage/errors@1.2.2
- @backstage/types@1.1.1
1.1.0-next.2
Patch Changes
406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.- Updated dependencies
- @backstage/errors@1.2.2-next.0
- @backstage/types@1.1.1-next.0
1.1.0-next.1
Patch Changes
8cec7664e1: Removed@types/nodedependency- Updated dependencies
- @backstage/errors@1.2.1
- @backstage/types@1.1.0
1.1.0-next.0
Minor Changes
62f448edb0: Added areadDurationFromConfigfunction
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.1
- @backstage/types@1.1.0
1.0.8
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
1.0.7
Patch Changes
482dae5de1: Updated link to docs.- Updated dependencies
- @backstage/types@1.0.2
1.0.7-next.0
Patch Changes
482dae5de1: Updated link to docs.- Updated dependencies
- @backstage/types@1.0.2
1.0.6
Patch Changes
ba2d69ee17: Adds the ability to coerce values to their boolean representatives. Values such as"true"1onandywill becometruewhen usinggetBooleanand the oppositesfalse. This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.- Updated dependencies
- @backstage/types@1.0.2
1.0.6-next.0
Patch Changes
ba2d69ee17: Adds the ability to coerce values to their boolean representatives. Values such as"true"1onandywill becometruewhen usinggetBooleanand the oppositesfalse. This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.- Updated dependencies
- @backstage/types@1.0.2
1.0.5
Patch Changes
- Updated dependencies
- @backstage/types@1.0.2
1.0.5-next.1
Patch Changes
- Updated dependencies
- @backstage/types@1.0.2-next.1
1.0.5-next.0
Patch Changes
- Updated dependencies
- @backstage/types@1.0.2-next.0
1.0.4
Patch Changes
- Updated dependencies
- @backstage/types@1.0.1
1.0.4-next.0
Patch Changes
- Updated dependencies
- @backstage/types@1.0.1-next.0
1.0.3
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
1.0.3-next.2
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
1.0.3-next.1
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
1.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
1.0.2
Patch Changes
7d47def9c4: Removed dependency on@types/jest.
1.0.2-next.0
Patch Changes
7d47def9c4: Removed dependency on@types/jest.
1.0.1
Patch Changes
6e830352d4: Updated dependency@types/nodeto^16.0.0.
1.0.1-next.0
Patch Changes
6e830352d4: Updated dependency@types/nodeto^16.0.0.
1.0.0
Major Changes
b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
0.1.15
Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
0.1.14
Patch Changes
c77c5c7eb6: Addedbackstage.roletopackage.json- Updated dependencies
- @backstage/types@0.1.2
0.1.13
Patch Changes
-
f685e1398f: Loading of app configurations now reference the@deprecatedconstruct 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
withDeprecatedKeysoption is set totruein theprocessmethod ofloadConfigSchema, the user will be notified that deprecated keys have been identified in their app configuration.The
backend-commonandplugin-app-backendpackages have been updated to setwithDeprecatedKeysto true so that users are notified of deprecated settings by default.
0.1.13-next.0
Patch Changes
-
f685e1398f: Loading of app configurations now reference the@deprecatedconstruct 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
withDeprecatedKeysoption is set totruein theprocessmethod ofloadConfigSchema, the user will be notified that deprecated keys have been identified in their app configuration.The
backend-commonandplugin-app-backendpackages have been updated to setwithDeprecatedKeysto true so that users are notified of deprecated settings by default.
0.1.12
Patch Changes
f5343e7c1a: TheConfigReader#getmethod now always returns a deep clone of the configuration data.
0.1.11
Patch Changes
10d267a1b7: Minor exports cleanup41c49884d2: Start using the new@backstage/typespackage. Initially, this means using theObservableandJson*types from there. The types also remain in their old places but deprecated, and will be removed in a future release.925a967f36: Replace usage of test-utils-core with test-utils
0.1.10
Patch Changes
febddedcb2: Bumplodashto remediateSNYK-JS-LODASH-590103security vulnerability
0.1.9
Patch Changes
f88b2c7db: DocumentedConfiginterface and mark types as public.
0.1.8
Patch Changes
47113f1f1: Only warn once per key when trying to read visibility-filtered values
0.1.7
Patch Changes
90f25476a: Extended theConfiginterface to have an optionalsubscribemethod that can be used be notified of updates to the configuration.
0.1.6
Patch Changes
e9d3983ee: Add warning when trying to access configuration values that have been filtered out by visibility.
0.1.5
Patch Changes
d8b81fd28: Bumpjson-schemadependency from0.2.5to0.3.0.
0.1.4
Patch Changes
0434853a5: Reformulate the json types to break type recursion
0.1.3
Patch Changes
-
a1f5e6545: Adds an optional type toconfig.get&config.getOptional. This avoids the need for casting. For example:const config = useApi(configApiRef); const myConfig = config.get<SomeTypeDefinition>('myPlugin.complexConfig'); // vs const myConfig config.get('myPlugin.complexConfig') as SomeTypeDefinition;