From 8d2a3270ecbdefecdf784149801cac1b8b578b00 Mon Sep 17 00:00:00 2001 From: Navneet Verma Date: Tue, 5 Sep 2023 13:38:17 -0700 Subject: [PATCH] Created release notes for 2.10 release (#396) Signed-off-by: Navneet Verma --- CHANGELOG.md | 12 +--------- ...earch-geospatial.release-notes-2.10.0.0.md | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 release-notes/opensearch-geospatial.release-notes-2.10.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8f73fc..cc43d7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,21 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.9...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.10...2.x) ### Features -* IP2Geo processor implementation ([#362](https://github.com/opensearch-project/geospatial/pull/362)) ### Enhancements ### Bug Fixes -* Revert datasource state when delete fails([#382](https://github.com/opensearch-project/geospatial/pull/382)) -* Update ip2geo test data url([#389](https://github.com/opensearch-project/geospatial/pull/389)) ### Infrastructure -* Make jacoco report to be generated faster in local ([#267](https://github.com/opensearch-project/geospatial/pull/267)) -* Exclude lombok generated code from jacoco coverage report ([#268](https://github.com/opensearch-project/geospatial/pull/268)) ### Documentation ### Maintenance -* Change package for Strings.hasText ([#314](https://github.com/opensearch-project/geospatial/pull/314)) -* Refactor LifecycleComponent package path ([#377](https://github.com/opensearch-project/geospatial/pull/377)) -* [Refactor] Strings utility methods to core library ([#379](https://github.com/opensearch-project/geospatial/pull/379)) -* Fixed compilation errors after refactoring in core foundation classes ([#380](https://github.com/opensearch-project/geospatial/pull/380)) -* Version bump for spotlss and apache commons([#400](https://github.com/opensearch-project/geospatial/pull/400)) ### Refactoring diff --git a/release-notes/opensearch-geospatial.release-notes-2.10.0.0.md b/release-notes/opensearch-geospatial.release-notes-2.10.0.0.md new file mode 100644 index 00000000..9746028f --- /dev/null +++ b/release-notes/opensearch-geospatial.release-notes-2.10.0.0.md @@ -0,0 +1,22 @@ +## Version 2.10.0.0 Release Notes + +Compatible with OpenSearch 2.10.0 + +### Features +* IP2Geo processor implementation ([#362](https://github.com/opensearch-project/geospatial/pull/362)) + +### Bug Fixes +* Revert datasource state when delete fails([#382](https://github.com/opensearch-project/geospatial/pull/382)) +* Update ip2geo test data url([#389](https://github.com/opensearch-project/geospatial/pull/389)) + +### Infrastructure +* Make jacoco report to be generated faster in local ([#267](https://github.com/opensearch-project/geospatial/pull/267)) +* Exclude lombok generated code from jacoco coverage report ([#268](https://github.com/opensearch-project/geospatial/pull/268)) + +### Maintenance +* Change package for Strings.hasText ([#314](https://github.com/opensearch-project/geospatial/pull/314)) +* Fixed compilation errors after refactoring in core foundation classes ([#380](https://github.com/opensearch-project/geospatial/pull/380)) +* Version bump for spotlss and apache commons([#400](https://github.com/opensearch-project/geospatial/pull/400)) +### Refactoring +* Refactor LifecycleComponent package path ([#377](https://github.com/opensearch-project/geospatial/pull/377)) +* Refactor Strings utility methods to core library ([#379](https://github.com/opensearch-project/geospatial/pull/379))