diff --git a/.changeset/mean-ravens-dance.md b/.changeset/mean-ravens-dance.md index e409f57c79..061e12cd9e 100644 --- a/.changeset/mean-ravens-dance.md +++ b/.changeset/mean-ravens-dance.md @@ -1,5 +1,7 @@ --- -'@backstage/backend-common': patch +'@backstage/backend-common': minor --- -Internal refactor of the database code +Internal refactor of the database code. + +**BREAKING**: The helper functions `createDatabaseClient` and `ensureDatabaseExists` have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider using `coreServices.database` or `DatabaseManager` directly wherever possible instead.