@backstage/plugin-catalog-backend 0.19.0 → 0.19.4

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,43 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 0.19.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 7d4b4e937c: Uptake changes to the GitHub Credentials Provider interface.
8
+ - 3a63491c5f: Filter out projects with missing `default_branch` from GitLab Discovery.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.10.1
11
+ - @backstage/integration@0.7.0
12
+
13
+ ## 0.19.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.10.0
19
+ - @backstage/catalog-client@0.5.3
20
+
21
+ ## 0.19.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 3368f27aef: Fixed the handling of optional locations so that the catalog no longer logs `NotFoundError`s for missing optional locations.
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.9.14
28
+ - @backstage/catalog-model@0.9.8
29
+
30
+ ## 0.19.1
31
+
32
+ ### Patch Changes
33
+
34
+ - dcd1a0c3f4: Minor improvement to the API reports, by not unpacking arguments directly
35
+ - 6bccc7d794: The `pagedRequest` method in the GitLab ingestion client is now public for re-use and may be used to make other calls to the GitLab API. Developers can now pass in a type into the GitLab `paginated` and `pagedRequest` functions as generics instead of forcing `any` (defaults to `any` to maintain compatibility). The `GitLabClient` now provides a `isSelfManaged` convenience method.
36
+ - 0e4daaa753: Reject catalog entities that have duplicate fields that vary only in casing.
37
+ - 98a9c35f0c: Honor database migration configuration
38
+ - Updated dependencies
39
+ - @backstage/backend-common@0.9.13
40
+
3
41
  ## 0.19.0
4
42
 
5
43
  ### Minor Changes