Skip to content

Commit 698ad44

Browse files
committed
Merge branch 'main' into remove-stash-context
2 parents 10d1965 + 9ff3716 commit 698ad44

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
1515

1616
### Refactoring
1717

18-
## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.17...2.x)
18+
## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.19...2.x)
1919
### Features
20-
- Introduce new Java artifact geospatial-client to facilitate cross plugin communication. ([#700](https://github.com/opensearch-project/geospatial/pull/700))
2120
### Enhancements
2221
### Bug Fixes
2322
### Infrastructure
24-
- Github ci-runner Node.js issue fix ([#701](https://github.com/opensearch-project/geospatial/pull/701))
25-
- Github CI pipeline update to publish geospatial-client Jar ([#706](https://github.com/opensearch-project/geospatial/pull/706))
2623
### Documentation
2724
### Maintenance
2825
### Refactoring
29-
- Use instance of LockService instantiated in JobScheduler through Guice ([#677](https://github.com/opensearch-project/geospatial/pull/677))
3026
- Replace usages of ThreadContext.stashContext with pluginSubject.runAs ([#715](https://github.com/opensearch-project/geospatial/pull/715))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Version 2.19.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.19.0
4+
5+
### Features
6+
* Introduce new Java artifact geospatial-client to facilitate cross plugin communication. ([#700](https://github.com/opensearch-project/geospatial/pull/700))
7+
8+
### Infrastructure
9+
* Github ci-runner Node.js issue fix ([#701](https://github.com/opensearch-project/geospatial/pull/701))
10+
* Github CI pipeline update to publish geospatial-client Jar ([#706](https://github.com/opensearch-project/geospatial/pull/706))
11+
12+
### Refactoring
13+
* Use instance of LockService instantiated in JobScheduler through Guice ([#677](https://github.com/opensearch-project/geospatial/pull/677))

0 commit comments

Comments
 (0)