@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20220508024231 → 0.0.0-nightly-20220509024521
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 +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-elasticsearch
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220509024521
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 71d3432710: Search Engines will now index documents in batches of 1000 instead of 100 (under the hood). This may result in your Backstage backend consuming slightly more memory during index runs, but should dramatically improve indexing performance for large document sets.
|
|
8
8
|
- a7f7a63d14: Prevent orphaned stale indices by permanently marking them for deletion so removal can be re-attempted if it failed previously
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/config@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-search-backend-node@0.0.0-nightly-
|
|
10
|
+
- @backstage/config@0.0.0-nightly-20220509024521
|
|
11
|
+
- @backstage/plugin-search-backend-node@0.0.0-nightly-20220509024521
|
|
12
12
|
|
|
13
13
|
## 0.1.4-next.0
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-elasticsearch",
|
|
3
3
|
"description": "A module for the search backend that implements search using ElasticSearch",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220509024521",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"clean": "backstage-cli package clean"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
27
|
-
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-
|
|
26
|
+
"@backstage/config": "^0.0.0-nightly-20220509024521",
|
|
27
|
+
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220509024521",
|
|
28
28
|
"@backstage/plugin-search-common": "^0.3.3",
|
|
29
29
|
"@elastic/elasticsearch": "7.13.0",
|
|
30
30
|
"@acuris/aws-es-connection": "^2.2.0",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"winston": "^3.2.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/backend-common": "^0.0.0-nightly-20220509024521",
|
|
38
|
+
"@backstage/cli": "^0.0.0-nightly-20220509024521",
|
|
39
39
|
"@elastic/elasticsearch-mock": "^1.0.0"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|