@backstage/plugin-catalog-backend-module-incremental-ingestion 0.7.2-next.1 → 0.7.3-next.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
+ ## 0.7.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.11.2-next.0
9
+ - @backstage/plugin-catalog-node@1.18.0-next.0
10
+ - @backstage/plugin-catalog-backend@3.0.1-next.0
11
+ - @backstage/backend-plugin-api@1.4.2-next.0
12
+ - @backstage/plugin-events-node@0.4.14-next.0
13
+ - @backstage/catalog-model@1.7.5
14
+ - @backstage/config@1.3.3
15
+ - @backstage/errors@1.2.7
16
+ - @backstage/types@1.2.1
17
+ - @backstage/plugin-permission-common@0.9.1
18
+
19
+ ## 0.7.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 3507fcd: Just some more circular dep cleanup
24
+ - e2dd095: Fixed bug in `IncrementalIngestionEngine` by adding `burstLength` check when a burst completes
25
+ - Updated dependencies
26
+ - @backstage/plugin-catalog-backend@3.0.0
27
+ - @backstage/config@1.3.3
28
+ - @backstage/plugin-permission-common@0.9.1
29
+ - @backstage/catalog-model@1.7.5
30
+ - @backstage/backend-defaults@0.11.1
31
+ - @backstage/backend-plugin-api@1.4.1
32
+ - @backstage/plugin-catalog-node@1.17.2
33
+ - @backstage/plugin-events-node@0.4.13
34
+
3
35
  ## 0.7.2-next.1
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.7.2-next.1",
3
+ "version": "0.7.3-next.0",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -55,15 +55,15 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/backend-defaults": "0.11.1-next.1",
59
- "@backstage/backend-plugin-api": "1.4.1-next.0",
60
- "@backstage/catalog-model": "1.7.5-next.0",
61
- "@backstage/config": "1.3.3-next.0",
58
+ "@backstage/backend-defaults": "0.11.2-next.0",
59
+ "@backstage/backend-plugin-api": "1.4.2-next.0",
60
+ "@backstage/catalog-model": "1.7.5",
61
+ "@backstage/config": "1.3.3",
62
62
  "@backstage/errors": "1.2.7",
63
- "@backstage/plugin-catalog-backend": "3.0.0-next.1",
64
- "@backstage/plugin-catalog-node": "1.17.2-next.0",
65
- "@backstage/plugin-events-node": "0.4.13-next.0",
66
- "@backstage/plugin-permission-common": "0.9.1-next.0",
63
+ "@backstage/plugin-catalog-backend": "3.0.1-next.0",
64
+ "@backstage/plugin-catalog-node": "1.18.0-next.0",
65
+ "@backstage/plugin-events-node": "0.4.14-next.0",
66
+ "@backstage/plugin-permission-common": "0.9.1",
67
67
  "@backstage/types": "1.2.1",
68
68
  "@opentelemetry/api": "^1.9.0",
69
69
  "express": "^4.17.1",
@@ -73,8 +73,8 @@
73
73
  "uuid": "^11.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/backend-test-utils": "1.7.0-next.1",
77
- "@backstage/cli": "0.33.1-next.1",
76
+ "@backstage/backend-test-utils": "1.7.1-next.0",
77
+ "@backstage/cli": "0.33.2-next.0",
78
78
  "@types/express": "^4.17.6",
79
79
  "@types/luxon": "^3.0.0"
80
80
  }