@backstage/plugin-catalog-backend 0.16.0 → 0.17.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,59 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 0.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 86bef79ad1: Allow singleton and flexibly nested EntityFilters
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.9.9
10
+ - @backstage/catalog-client@0.5.1
11
+
12
+ ## 0.17.2
13
+
14
+ ### Patch Changes
15
+
16
+ - b9ce1ce2c1: Allow custom LocationAnalyzer in NextCatalogBuilder
17
+ - 10615525f3: Switch to use the json and observable types from `@backstage/types`
18
+ - Updated dependencies
19
+ - @backstage/config@0.1.11
20
+ - @backstage/errors@0.1.4
21
+ - @backstage/integration@0.6.9
22
+ - @backstage/backend-common@0.9.8
23
+ - @backstage/catalog-model@0.9.6
24
+ - @backstage/search-common@0.2.1
25
+
26
+ ## 0.17.1
27
+
28
+ ### Patch Changes
29
+
30
+ - 3adaf88db2: Take CatalogParser in account when processing file locations.
31
+ - 1f62d1cbe9: Minor rearrangement of `Stitcher` to clarify the scope of one stitch round
32
+ - 3ba87f514e: Add a `GitHubOrgEntityProvider` that can be used instead of the `GithubOrgReaderProcessor`.
33
+ - 36e67d2f24: Internal updates to apply more strict checks to throw errors.
34
+ - 177401b571: Use entity title (if defined) as title of documents indexed by `DefaultCatalogCollator`
35
+ - Updated dependencies
36
+ - @backstage/backend-common@0.9.7
37
+ - @backstage/errors@0.1.3
38
+ - @backstage/catalog-model@0.9.5
39
+
40
+ ## 0.17.0
41
+
42
+ ### Minor Changes
43
+
44
+ - 9fb9256e50: This continues the deprecation of classes used by the legacy catalog engine. New deprecations can be viewed in this [PR](https://github.com/backstage/backstage/pull/7500) or in the API reference documentation.
45
+
46
+ The `batchAddOrUpdateEntities` method of the `EntitiesCatalog` interface has been marked as optional and is being deprecated. It is still implemented and required to be implemented by the legacy catalog classes, but was never implemented in the new catalog.
47
+
48
+ This change is only relevant if you are consuming the `EntitiesCatalog` interface directly, in which case you will get a type error that you need to resolve. It can otherwise be ignored.
49
+
50
+ ### Patch Changes
51
+
52
+ - 3b59bb915e: Fixes a bug in the catalog where entities were not being marked as orphaned.
53
+ - 55ff928d50: This change refactors the internal package structure to remove the `next` catalog folder that was used during the implementation and testing phase of the new catalog engine. The implementation is now the default and is therefore restructured to no longer be packaged under `next/`. This refactor does not change catalog imports from other parts of the project.
54
+ - Updated dependencies
55
+ - @backstage/integration@0.6.8
56
+
3
57
  ## 0.16.0
4
58
 
5
59
  ### Minor Changes