@backstage/plugin-auth-backend 0.12.1-next.0 → 0.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix migrations to do the right thing on sqlite databases, and reapply the column type fix for those who are _not_ on sqlite databases.
8
+
9
+ Reconstruction of #10317 in the form of a patch release instead.
10
+
11
+ ## 0.12.2
12
+
13
+ ### Patch Changes
14
+
15
+ - efc73db10c: Use `better-sqlite3` instead of `@vscode/sqlite3`
16
+ - Updated dependencies
17
+ - @backstage/backend-common@0.13.1
18
+ - @backstage/catalog-model@1.0.0
19
+ - @backstage/catalog-client@1.0.0
20
+ - @backstage/config@1.0.0
21
+ - @backstage/errors@1.0.0
22
+ - @backstage/types@1.0.0
23
+ - @backstage/plugin-auth-node@0.1.6
24
+
25
+ ## 0.12.1
26
+
27
+ ### Patch Changes
28
+
29
+ - ab7cd7d70e: Do some groundwork for supporting the `better-sqlite3` driver, to maybe eventually replace `@vscode/sqlite3` (#9912)
30
+ - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
31
+ - bf95bb806c: Remove usages of now-removed `CatalogApi.getEntityByName`
32
+ - 3c2bc73901: Use `setupRequestMockHandlers` from `@backstage/backend-test-utils`
33
+ - Updated dependencies
34
+ - @backstage/backend-common@0.13.0
35
+ - @backstage/catalog-model@0.13.0
36
+ - @backstage/catalog-client@0.9.0
37
+ - @backstage/plugin-auth-node@0.1.5
38
+
3
39
  ## 0.12.1-next.0
4
40
 
5
41
  ### Patch Changes