You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
## [v1.1.0]
17
+
18
+
### Added
19
+
12
20
- Advanced comparison (LIKE, IN, BETWEEN) operators to the Filter extension [#178](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/178)
21
+
- Collection update endpoint no longer delete all sub items [#177](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/177)
22
+
- OpenSearch 2.11.1 support [#188](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/188)
13
23
14
24
### Changed
15
25
16
26
- Elasticsearch drivers from 7.17.9 to 8.11.0 [#169](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/169)
27
+
- Collection update endpoint no longer delete all sub items [#177](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/177)
17
28
18
29
### Fixed
19
30
@@ -99,7 +110,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
110
- Added db_to_stac serializer to item_collection method in core.py.
By default, docker-compose uses Elasticsearch 8.x. However, most recent 7.x versions should also work.
45
+
By default, docker-compose uses Elasticsearch 8.x and OpenSearch 2.11.1.
46
46
If you wish to use a different version, put the following in a
47
47
file named `.env` in the same directory you run docker-compose from:
48
48
49
49
```shell
50
50
ELASTICSEARCH_VERSION=7.17.1
51
+
OPENSEARCH_VERSION=2.11.0
51
52
```
53
+
The most recent Elasticsearch 7.x versions should also work. See the [opensearch-py docs](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) for compatibility information.
0 commit comments