Skip to content

Releases: opensearch-project/geospatial

2.8.0.0

06 Jun 19:14
44ff69d
Compare
Choose a tag to compare

Version 2.8.0.0 Release Notes

Compatible with OpenSearch 2.8.0

Infrastructure

  • Make jacoco report to be generated faster in local (#267)
  • Exclude lombok generated code from jacoco coverage report (#268)

Maintenance

  • Change package for Strings.hasText (#314)

Version 2.7.0.0

03 May 22:01
4dade96
Compare
Choose a tag to compare

Version 2.7.0.0 Release Notes

Compatible with OpenSearch 2.7.0

Infrastructure

  • Publish snapshots to maven via GHA (#233)
  • Update snapshot version and fix compilation issues (#237)
  • Add CHANGELOG (#238)

Version 2.6.0.0

28 Feb 20:55
Compare
Choose a tag to compare

Version 2.6.0.0 Release Notes

Compatible with OpenSearch 2.6.0

Maintenance

  • Upgrade snapshot version to 2.6 for 2.x (#208)

Features

  • Add limit to geojson upload API (#218)
  • Allow API to accept any index name without suffix (#182)

Refactoring

  • Fix compilation error and test failure (#210)
  • Replace Locale.getDefault() with Local.ROOT (#214)

Version 2.5.0.0

24 Jan 22:58
78cb3e7
Compare
Choose a tag to compare

Version 2.5.0.0 Release Notes

Compatible with OpenSearch 2.5.0

Maintenance

  • Increment version to 2.5.0-SNAPSHOT (#184)

Version 2.4.0.0

15 Nov 23:45
1068d88
Compare
Choose a tag to compare

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)
  • Add geojson support for XYPoint (#162)
  • Add XYPoint Field Type to index and query documents that contains cartesian points (#130)
  • Add XYShapeQueryBuilder (#82)
  • Add parameter to randomly include z coordinates to geometry (#79)
  • Add shape processor (#74)
  • Add shape field mapper (#70)
  • Add ShapeIndexer to create indexable fields (#68)

Enhancements

  • add groupId to pluginzip publication (#167)
  • Flip X and Y coordinates for WKT and array formats in XYPoint (#156)

Infrastructure

  • Add window and mac platform in CI (#173)
  • Fix integration test failure with security enabled cluster (#138)
  • Remove explicit dco check (#126)
  • Include feature branch in workflow to trigger CI (#102)

Maintenance

  • Increment version to 2.4.0-SNAPSHOT (#139)
  • Update to Gradle 7.5.1 (#134)

Refactoring

  • Remove optional to get features (#177)

Version 2.3.0.0

15 Sep 18:50
Compare
Choose a tag to compare

Version 2.3.0.0 Release Notes

Compatible with OpenSearch (2.3.0.0).

Maintenance

  • Increment version to 2.3.0-SNAPSHOT (#137)

Version 2.2.0.0

11 Aug 21:14
a71475a
Compare
Choose a tag to compare

Version 2.2.0.0 Release Notes

Compatible with OpenSearch 2.2.0

Features

  • Add feature processor to convert geo-json feature to geo-shape field (#15)
  • Add rest handler for geo-json upload (#25)
  • Create UploadGeoJSONRequest content as an object (#32)
  • Add GeoJSON object of type FeatureCollection (#33)
  • Include new route to support update index while upload (#34)
  • Add uploader to upload user input (#35)
  • Make field name as optional (#37)
  • Use BulkResponse build error message (#46)
  • Update upload API response structure (#51)
  • Add metric and stat entity (#54)
  • Create Upload Stats Service to build response for stats API (#62)
  • Include stats api to provide upload metrics (#64)

Infrastructure

  • Create plugin using plugin template (#3)
  • Add formatter config from OpenSearch (#21)
  • Adding JDK 11 to CI matrix (#31)
  • Add support to run integration tests with multiple nodes (#57)

Maintenance

  • Update OpenSearch upstream version to 2.2.0(#87)