Skip to content

Commit 7baa4ed

Browse files
author
Phil Varner
authored
remove elasticsearch support (#504)
1 parent c6af584 commit 7baa4ed

File tree

6 files changed

+2735
-879
lines changed

6 files changed

+2735
-879
lines changed

.npm-upgrade.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
"versions": "^2",
55
"reason": "deprecated feature, leave as-is"
66
},
7-
"@elastic/elasticsearch": {
8-
"versions": "^8",
9-
"reason": "deprecated feature, leave as-is"
10-
},
117
"@types/node": {
128
"versions": "^18",
139
"reason": "using 16"
1410
}
1511
}
16-
}
12+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased] - TBD
99

10+
### Removed
11+
12+
- Elasticsearch is no longer supported as a backend. Only OpenSearch is now supported.
13+
1014
### Added
1115

1216
- Publish ingest results to a post-ingest SNS topic

0 commit comments

Comments
 (0)