Skip to content

Commit 65907c2

Browse files
authored
Add release note for 2.4.0 (#185)
Signed-off-by: Heemin Kim <[email protected]> Signed-off-by: Heemin Kim <[email protected]>
1 parent 5cb26b8 commit 65907c2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Version 2.4.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.4.0
4+
5+
### Features
6+
* Support Uber's H3 geospatial indexing system as geohex_grid ([#179](https://github.com/opensearch-project/geospatial/pull/179))
7+
* Add geojson support for XYPoint ([#162](https://github.com/opensearch-project/geospatial/pull/162))
8+
* Add XYPoint Field Type to index and query documents that contains cartesian points ([#130](https://github.com/opensearch-project/geospatial/pull/130))
9+
* Add XYShapeQueryBuilder ([#82](https://github.com/opensearch-project/geospatial/pull/82))
10+
* Add parameter to randomly include z coordinates to geometry ([#79](https://github.com/opensearch-project/geospatial/pull/79))
11+
* Add shape processor ([#74](https://github.com/opensearch-project/geospatial/pull/74))
12+
* Add shape field mapper ([#70](https://github.com/opensearch-project/geospatial/pull/70))
13+
* Add ShapeIndexer to create indexable fields ([#68](https://github.com/opensearch-project/geospatial/pull/68))
14+
15+
### Enhancements
16+
* add groupId to pluginzip publication ([#167](https://github.com/opensearch-project/geospatial/pull/167))
17+
* Flip X and Y coordinates for WKT and array formats in XYPoint ([#156](https://github.com/opensearch-project/geospatial/pull/156))
18+
19+
### Infrastructure
20+
* Add window and mac platform in CI ([#173](https://github.com/opensearch-project/geospatial/pull/173))
21+
* Fix integration test failure with security enabled cluster ([#138](https://github.com/opensearch-project/geospatial/pull/138))
22+
* Remove explicit dco check ([#126](https://github.com/opensearch-project/geospatial/pull/126))
23+
* Include feature branch in workflow to trigger CI ([#102](https://github.com/opensearch-project/geospatial/pull/102))
24+
25+
### Maintenance
26+
* Increment version to 2.4.0-SNAPSHOT ([#139](https://github.com/opensearch-project/geospatial/pull/139))
27+
* Update to Gradle 7.5.1 ([#134](https://github.com/opensearch-project/geospatial/pull/134))
28+
29+
### Refactoring
30+
* Remove optional to get features ([#177](https://github.com/opensearch-project/geospatial/pull/177))

0 commit comments

Comments
 (0)