Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Support Elasticsearch 7.2.1 #27

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildscript {
ext {
es_version = System.getProperty("es.version", "7.2.0")
es_version = System.getProperty("es.version", "7.2.1")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version = 1.2.0
version = 1.2.1
31 changes: 18 additions & 13 deletions opendistro-elasticsearch-job-scheduler.release-notes
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
## version 1.2.0 (Current)
## Version 1.2.1.0 (Current)

### Notable Changes
* Feature [PR #22](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/22) Add Support for Elasticsearch 7.2
* Feature [PR #27](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/27) Add support for Elasticsearch 7.2.1

## 2019-09-20, Version 1.2.0.0

### Notable Changes
* Feature [PR #22](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/22) Add support for Elasticsearch 7.2

### Bug fixes
* [update ScheduledJobParser to use the JobDocVersion #15](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/15)
* [update ScheduledJobParser to use the JobDocVersion #15](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/15)

## version 1.1.0
## Version 1.1.0.0

### Notable Changes
* Feature [PR #16](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/16) Add Support for Elasticsearch 7.1
* Feature [PR #16](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/16) Add support for Elasticsearch 7.1

### Bug fixes
* [Use ROOT Locale for Strings #14](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/14)
* [Adds equals, hashCode, toString overrides to IntervalSchedule and CronSchedule #13](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/13)
* [Override equals and hashCode for LockModel #12](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/12)
* [Change log level when sweeper already have latest job version #11](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/11)
* [Refactor JobSweeper to do sweep on certain clusterChangedEvent #10](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/10)
* [Use ROOT Locale for Strings #14](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/14)
* [Adds equals, hashCode, toString overrides to IntervalSchedule and CronSchedule #13](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/13)
* [Override equals and hashCode for LockModel #12](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/12)
* [Change log level when sweeper already have latest job version #11](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/11)
* [Refactor JobSweeper to do sweep on certain clusterChangedEvent #10](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/10)

## 2019-06-10, version 1.0.0
## 2019-06-10, Version 1.0.0.0

### Notable Changes
* Feature [#4](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/4) Add Support for Elasticsearch 7.0
* Feature [#7](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/7) Singleton job execution using locking
* Feature [#4](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/4) Add support for Elasticsearch 7.0
* Feature [#7](https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/7) Singleton job execution using locking

## 2019-04-10

Expand Down