-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]> Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit 65907c2) Co-authored-by: Heemin Kim <[email protected]>
- Loading branch information
1 parent
953337b
commit 1068d88
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
release-notes/opensearch-geospatial.release-notes-2.4.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Version 2.4.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.4.0 | ||
|
||
### Features | ||
* Support Uber's H3 geospatial indexing system as geohex_grid ([#179](https://github.com/opensearch-project/geospatial/pull/179)) | ||
* Add geojson support for XYPoint ([#162](https://github.com/opensearch-project/geospatial/pull/162)) | ||
* Add XYPoint Field Type to index and query documents that contains cartesian points ([#130](https://github.com/opensearch-project/geospatial/pull/130)) | ||
* Add XYShapeQueryBuilder ([#82](https://github.com/opensearch-project/geospatial/pull/82)) | ||
* Add parameter to randomly include z coordinates to geometry ([#79](https://github.com/opensearch-project/geospatial/pull/79)) | ||
* Add shape processor ([#74](https://github.com/opensearch-project/geospatial/pull/74)) | ||
* Add shape field mapper ([#70](https://github.com/opensearch-project/geospatial/pull/70)) | ||
* Add ShapeIndexer to create indexable fields ([#68](https://github.com/opensearch-project/geospatial/pull/68)) | ||
|
||
### Enhancements | ||
* add groupId to pluginzip publication ([#167](https://github.com/opensearch-project/geospatial/pull/167)) | ||
* Flip X and Y coordinates for WKT and array formats in XYPoint ([#156](https://github.com/opensearch-project/geospatial/pull/156)) | ||
|
||
### Infrastructure | ||
* Add window and mac platform in CI ([#173](https://github.com/opensearch-project/geospatial/pull/173)) | ||
* Fix integration test failure with security enabled cluster ([#138](https://github.com/opensearch-project/geospatial/pull/138)) | ||
* Remove explicit dco check ([#126](https://github.com/opensearch-project/geospatial/pull/126)) | ||
* Include feature branch in workflow to trigger CI ([#102](https://github.com/opensearch-project/geospatial/pull/102)) | ||
|
||
### Maintenance | ||
* Increment version to 2.4.0-SNAPSHOT ([#139](https://github.com/opensearch-project/geospatial/pull/139)) | ||
* Update to Gradle 7.5.1 ([#134](https://github.com/opensearch-project/geospatial/pull/134)) | ||
|
||
### Refactoring | ||
* Remove optional to get features ([#177](https://github.com/opensearch-project/geospatial/pull/177)) |