From 9ec6ba380df3dec9d5fe89cf4b1c0d9fb8d2635d Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Wed, 22 Feb 2023 11:06:34 -0800 Subject: [PATCH] Add release notes for 2.6.0 Signed-off-by: Vijayan Balasubramanian (cherry picked from commit 9507dfd96f55f8cb118f156d353309e9369432df) --- .../opensearch-geospatial.release-notes-2.6.0.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 release-notes/opensearch-geospatial.release-notes-2.6.0.0.md diff --git a/release-notes/opensearch-geospatial.release-notes-2.6.0.0.md b/release-notes/opensearch-geospatial.release-notes-2.6.0.0.md new file mode 100644 index 00000000..bef6970d --- /dev/null +++ b/release-notes/opensearch-geospatial.release-notes-2.6.0.0.md @@ -0,0 +1,14 @@ +## Version 2.6.0.0 Release Notes + +Compatible with OpenSearch 2.6.0 + +### Maintenance +* Upgrade snapshot version to 2.6 for 2.x ([#208](https://github.com/opensearch-project/geospatial/pull/208)) + +### Features +* Add limit to geojson upload API ([#218](https://github.com/opensearch-project/geospatial/pull/218)) +* Allow API to accept any index name without suffix ([#182](https://github.com/opensearch-project/geospatial/pull/182)) + +### Refactoring +* Fix compilation error and test failure ([#210](https://github.com/opensearch-project/geospatial/pull/210)) +* Replace Locale.getDefault() with Local.ROOT ([#214](https://github.com/opensearch-project/geospatial/pull/214)) \ No newline at end of file