@backstage/plugin-search-backend-module-elasticsearch 1.8.0-next.1 → 1.8.1-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 +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
+ ## 1.8.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.7.1-next.0
9
+ - @backstage/config@1.3.6
10
+ - @backstage/integration-aws-node@0.1.20
11
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
12
+ - @backstage/plugin-search-common@1.2.22
13
+
14
+ ## 1.8.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 583bd3a: Added `elasticsearchAuthExtensionPoint` to enable dynamic authentication mechanisms such as bearer tokens with automatic rotation.
19
+
20
+ ### Patch Changes
21
+
22
+ - 7455dae: Use node prefix on native imports
23
+ - 7021165: Fixed bulk indexing to refresh only the target index instead of all indexes, improving performance in multi-index deployments.
24
+ - Updated dependencies
25
+ - @backstage/integration-aws-node@0.1.20
26
+ - @backstage/backend-plugin-api@1.7.0
27
+ - @backstage/plugin-search-backend-node@1.4.1
28
+ - @backstage/plugin-search-common@1.2.22
29
+
3
30
  ## 1.8.0-next.1
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "1.8.0-next.1",
3
+ "version": "1.8.1-next.0",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,11 +62,11 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "1.7.0-next.1",
65
+ "@backstage/backend-plugin-api": "1.7.1-next.0",
66
66
  "@backstage/config": "1.3.6",
67
- "@backstage/integration-aws-node": "0.1.20-next.0",
68
- "@backstage/plugin-search-backend-node": "1.4.1-next.0",
69
- "@backstage/plugin-search-common": "1.2.22-next.0",
67
+ "@backstage/integration-aws-node": "0.1.20",
68
+ "@backstage/plugin-search-backend-node": "1.4.2-next.0",
69
+ "@backstage/plugin-search-common": "1.2.22",
70
70
  "@elastic/elasticsearch": "^7.13.0",
71
71
  "@opensearch-project/opensearch": "^2.2.1",
72
72
  "aws4": "^1.12.0",
@@ -75,8 +75,8 @@
75
75
  "uuid": "^11.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "1.10.5-next.0",
79
- "@backstage/cli": "0.35.4-next.1",
78
+ "@backstage/backend-test-utils": "1.11.1-next.0",
79
+ "@backstage/cli": "0.35.5-next.0",
80
80
  "@elastic/elasticsearch-mock": "^1.0.0",
81
81
  "@short.io/opensearch-mock": "^0.4.0",
82
82
  "@types/aws4": "^1.5.1"