-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Navneet Verma <[email protected]> (cherry picked from commit 8d2a327) Co-authored-by: Navneet Verma <[email protected]>
- Loading branch information
1 parent
bc6d71f
commit 8418cd2
Showing
2 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
release-notes/opensearch-geospatial.release-notes-2.10.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |