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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
### Added
11
11
12
12
### Changed
13
-
- Updated package names in setup.py files to use underscores instead of periods for PEP 625 compliance
13
+
14
+
### Fixed
15
+
16
+
## [v4.0.0a1] - 2925-04-17
17
+
18
+
### Changed
19
+
- Updated package names in setup.py files to use underscores instead of periods for PEP 625 compliance [#358](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/358)
14
20
- Changed `stac_fastapi.opensearch` to `stac_fastapi_opensearch`
15
21
- Changed `stac_fastapi.elasticsearch` to `stac_fastapi_elasticsearch`
16
22
- Changed `stac_fastapi.core` to `stac_fastapi_core`
17
23
- Updated all related dependencies to use the new naming convention
24
+
- Renamed `docker-compose.yml` to `compose.yml` to align with Docker Compose V2 conventions [#358](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/358)
25
+
- Bumped version from 4.0.0a0 to 4.0.0a1 for the PEP 625 compliant release [#358](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/358)
18
26
19
-
### Fixed
20
-
21
-
## [v4.0.0a0] - 2025-04-17
27
+
## [v4.0.0a0] - 2025-04-16
22
28
23
29
### Added
24
30
- Added support for dynamically-generated queryables based on Elasticsearch/OpenSearch mappings, with extensible metadata augmentation [#351](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/351)
@@ -333,7 +339,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
333
339
- Use genexp in execute_search and get_all_collections to return results.
334
340
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments