upgrade the changeset

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-30 12:00:30 +02:00
parent 8786b93ef2
commit 1cd13b181b
+4 -2
View File
@@ -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.