docs/releases/v1.34.0-next.0-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.34.0-next.0
de6f280: BREAKING Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.
This is a breaking change for clients using the redis store for cache with useRedisSets option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.
If you were using useRedisSets option in configuration make sure to remove it from app-config.yaml:
backend:
cache:
store: redis
connection: redis://user:[email protected]:6379
- useRedisSets: false
277092a: Implemented AzureBlobStorageUrlReader to read from the url of committed location from the entity provider
18a2c00: All middleware used by the default coreServices.http is now exported for use by custom implementations.
PluginTokenHandler and pluginTokenHandlerDecoratorServiceRef to allow for custom decoration of the plugin token handler without having to re-implement the entire handler.DefaultHttpAuthService to allow for custom token extraction logic.clf to utc.de6f280: BREAKING Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.
This is a breaking change for clients using the redis store for cache with useRedisSets option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.
If you were using useRedisSets option in configuration make sure to remove it from app-config.yaml:
backend:
cache:
store: redis
connection: redis://user:[email protected]:6379
- useRedisSets: false
EventsServiceformDecorators to enable secret collection and mutations to the parameters for scaffolder tasksgitbeaker library to version 41. As part of this, the scopes parameter to the gitlab:projectDeployToken:create is no longer optional, so you will have to pass it a value (for example ['read_repository']).express dependencies.express dependencies.queryEntities method where errors were not being handled properly.versions:bump.@types packages when generating dependency entries
during templatinghtml-webpack-plugin to fix the htmlPluginExports.getCompilationHooks is not a function error when using experimental Rspack.@backstage/cli/config/prettier as a replacement for @spotify/prettier-config, but with the same configuration.rollup to avoid issues with build output when running backstage-cli package build.backstage.json file@backstage/cli/config/prettier instead of @spotify/prettier-config./ and /index.html paths.@types/express version range from * to ^4.17.6.GithubEntityProvider if none is providedIncrementalCatalogBuilderdev/index.ts entrypoint for yarn start@types/express version range from * to ^4.17.6.1577511: Allow configuring a timeout for event bus polling requests. This can be set like so in your app-config:
events:
notifyTimeoutMs: 30000
Updated dependencies
79a06f6: Clarified purpose of subscriber ID in TSDoc for EventsServiceSubscribeOptions.
1577511: Allow configuring a timeout for event bus polling requests. This can be set like so in your app-config:
events:
notifyTimeoutMs: 30000
Updated dependencies
@rjsf/utils to 5.23.1.
Updated dependency @rjsf/core to 5.23.1.
Updated dependency @rjsf/material-ui to 5.23.1.
Updated dependency @rjsf/validator-ajv8 to 5.23.1.@rjsf/utils to 5.23.1.
Updated dependency @rjsf/core to 5.23.1.
Updated dependency @rjsf/material-ui to 5.23.1.
Updated dependency @rjsf/validator-ajv8 to 5.23.1.dev/index.ts entrypoint for yarn start@types/express version range from * to ^4.17.6.formDecorators to enable secret collection and mutations to the parameters for scaffolder tasks@rjsf/utils to 5.23.1.
Updated dependency @rjsf/core to 5.23.1.
Updated dependency @rjsf/material-ui to 5.23.1.
Updated dependency @rjsf/validator-ajv8 to 5.23.1.formDecorators to enable secret collection and mutations to the parameters for scaffolder tasksformDecorators to enable secret collection and mutations to the parameters for scaffolder tasks@rjsf/utils to 5.23.1.
Updated dependency @rjsf/core to 5.23.1.
Updated dependency @rjsf/material-ui to 5.23.1.
Updated dependency @rjsf/validator-ajv8 to 5.23.1.@types/express version range from * to ^4.17.6.