5e2cebe9a3: BREAKING: Removed deprecated read method from the UrlReader interface. All implementations should use the readUrl method instead.
Migrated UrlReader and related types to backend/backend-plugin-api, types remain re-exported from backend-common for now.
Patch Changes
0e63aab311: Internal refactor of the logger and configuration loading implementations.
31e2309c8c: Added legacyPlugin and the lower level makeLegacyPlugin wrappers that convert legacy plugins to the new backend system. This will be used to ease the future migration to the new backend system, but we discourage use of it for now.
8e06f3cf00: Added loggerToWinstonLogger, which was moved from @backstage/backend-plugin-api.
2b1554cebf: Replaced dependencies on the Logger type from winston with LoggerService from @backstage/backend-plugin-api. This is not a breaking change as the LoggerService is a subset of the Logger interface.
5437fe488f: Migrated types related to TokenManagerService, CacheService and DatabaseService into backend-plugin-api.
6f02d23b01: Moved PluginEndpointDiscovery type from backend-common to backend-plugin-api.
d592ec4f51: Updated the logger created by createRootLogger to make it possible to override the default service log label.
b99c030f1b: Refactor to rely on @backstage/backend-app-api for the implementation of createServiceBuilder.
f23eef3aa2: Updated dependency better-sqlite3 to ^8.0.0.
8e06f3cf00: Added loggerToWinstonLogger, which was moved from @backstage/backend-plugin-api.
2b1554cebf: Replaced dependencies on the Logger type from winston with LoggerService from @backstage/backend-plugin-api. This is not a breaking change as the LoggerService is a subset of the Logger interface.
5437fe488f: Migrated types related to TokenManagerService, CacheService and DatabaseService into backend-plugin-api.
d592ec4f51: Updated the logger created by createRootLogger to make it possible to override the default service log label.
b99c030f1b: Refactor to rely on @backstage/backend-app-api for the implementation of createServiceBuilder.
f23eef3aa2: Updated dependency better-sqlite3 to ^8.0.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @backstage/backend-common from 0.17.0 to 0.18.1.
Changelog
Sourced from
@backstage/backend-common
's changelog.... (truncated)
Commits
718eea4
Version Packagesfda249f
fix review comments8686eb3
Introduce the@backstage/errors
package.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)