docs/releases/v1.41.0-next.0-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.41.0-next.0
2339363: BREAKING: The experimental catalog.useUrlReadersSearch configuration flag (introduced in v1.36) has been removed.
The UrlReaderProcessor now always uses the search method of UrlReaders. Built-in UrlReaderService implementations have been updated accordingly.
If you use custom UrlReaderService implementations, you need to adapt their search method to correctly handle both specific URLs and potential
search patterns (see changes on built-in readers in the original PR).
Previous behavior was to call the search method only if the parsed Git URL's filename contained a wildcard and use readUrl otherwise. Each UrlReaderService must implement this logic in the search method instead.
This allows each UrlReaderService implementation to check whether it's a search URL (that contains a wildcard pattern) or not using logic that is specific to each provider.
toString on credentials objects4c6d891: BREAKING CHANGES
We’re updating our Button component to provide better support for button links.
ButtonLink component, which replaces the previous render prop pattern.IconButton is being renamed to ButtonIcon.These changes aim to simplify usage and improve clarity in our component API.
RadioGroup + Radio component to Canonpackage-docs and skip all internal packages.toString on credentials objects2339363: BREAKING: The experimental catalog.useUrlReadersSearch configuration flag (introduced in v1.36) has been removed.
The UrlReaderProcessor now always uses the search method of UrlReaders. Built-in UrlReaderService implementations have been updated accordingly.
If you use custom UrlReaderService implementations, you need to adapt their search method to correctly handle both specific URLs and potential
search patterns (see changes on built-in readers in the original PR).
Previous behavior was to call the search method only if the parsed Git URL's filename contained a wildcard and use readUrl otherwise. Each UrlReaderService must implement this logic in the search method instead.
This allows each UrlReaderService implementation to check whether it's a search URL (that contains a wildcard pattern) or not using logic that is specific to each provider.
Updated dependencies
write_repository and api scope to pass checks in RefreshingAuthSessionManageraddTopic migration when user_settings present@backstage/backend-common with the equivalents in @backstage/backend-defaults and @backstage/backend-plugin-api.z.unknown()f36bcf9: Added support for file deletion to publish:github:pull-request action.
Example usage:
- action: publish:github:pull-request
id: clean-up-pr
input:
description: This is the description
+ filesToDelete:
+ - outdated/changelog.md
+ - sample-file.txt
owner: owner
repo: repo
title: Title Goes Here
Updated dependencies