From 9ff37162b54f40bc63e49b9d448434fe8a4e3fb2 Mon Sep 17 00:00:00 2001 From: Yizhe Liu <59710443+yizheliu-amazon@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:41:44 -0800 Subject: [PATCH] Add Release Notes for 2.19.0.0 (#716) Signed-off-by: Yizhe Liu --- CHANGELOG.md | 6 +----- .../opensearch-geospatial.release-notes-2.19.0.0.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 release-notes/opensearch-geospatial.release-notes-2.19.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e267bd..e2c25812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,15 +15,11 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.17...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.19...2.x) ### Features -- Introduce new Java artifact geospatial-client to facilitate cross plugin communication. ([#700](https://github.com/opensearch-project/geospatial/pull/700)) ### Enhancements ### Bug Fixes ### Infrastructure -- Github ci-runner Node.js issue fix ([#701](https://github.com/opensearch-project/geospatial/pull/701)) -- Github CI pipeline update to publish geospatial-client Jar ([#706](https://github.com/opensearch-project/geospatial/pull/706)) ### Documentation ### Maintenance ### Refactoring -- Use instance of LockService instantiated in JobScheduler through Guice ([#677](https://github.com/opensearch-project/geospatial/pull/677)) diff --git a/release-notes/opensearch-geospatial.release-notes-2.19.0.0.md b/release-notes/opensearch-geospatial.release-notes-2.19.0.0.md new file mode 100644 index 00000000..bce9799e --- /dev/null +++ b/release-notes/opensearch-geospatial.release-notes-2.19.0.0.md @@ -0,0 +1,13 @@ +## Version 2.19.0.0 Release Notes + +Compatible with OpenSearch 2.19.0 + +### Features +* Introduce new Java artifact geospatial-client to facilitate cross plugin communication. ([#700](https://github.com/opensearch-project/geospatial/pull/700)) + +### Infrastructure +* Github ci-runner Node.js issue fix ([#701](https://github.com/opensearch-project/geospatial/pull/701)) +* Github CI pipeline update to publish geospatial-client Jar ([#706](https://github.com/opensearch-project/geospatial/pull/706)) + +### Refactoring +* Use instance of LockService instantiated in JobScheduler through Guice ([#677](https://github.com/opensearch-project/geospatial/pull/677)) \ No newline at end of file