-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: Abbas Hussain <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,35 @@ | ||
## Version 1.0.0 Release Notes | ||
|
||
* __Add Snapshot maven repository (#942)__ | ||
|
||
[Marc Handalian](mailto:[email protected]) - Wed, 7 Jul 2021 15:52:30 -0700 | ||
|
||
efs/remotes/upstream/1.0, refs/heads/1.0 | ||
* Backport #829 to 1.0 so that we can publish patch snapshots to our maven | ||
repository | ||
Signed-off-by: Marc Handalian <[email protected]> | ||
|
||
* __[BUG] Fix cat.health test failures in pre 1.0.0 mixed cluster test (#928) (#935)__ | ||
|
||
[Nick Knize](mailto:[email protected]) - Fri, 2 Jul 2021 17:56:39 -0500 | ||
|
||
Fixes the cat.health yaml failures when running in a bwc mixed cluster with | ||
|
||
legacy (pre 1.0.0) nodes. | ||
Signed-off-by: Nicholas Walter Knize <[email protected]> | ||
|
||
* __Update DistributionDownloader to support fetching arm64 bundles. (#929) (#934)__ | ||
|
||
[Marc Handalian](mailto:[email protected]) - Fri, 2 Jul 2021 22:10:24 +0000 | ||
|
||
Signed-off-by: Marc Handalian <[email protected]> | ||
|
||
* __Update favicon for OpenSearch (#933)__ | ||
|
||
[Rabi Panda](mailto:[email protected]) - Fri, 2 Jul 2021 21:43:22 +0000 | ||
|
||
Signed-off-by: Rabi Panda <[email protected]> | ||
|
||
* __Refresh OpenSearch nodes version in cluster state after upgrade (#865) (#926)__ | ||
|
||
[Tianli Feng](mailto:[email protected]) - Fri, 2 Jul 2021 16:53:47 +0000 | ||
|
@@ -248,18 +278,6 @@ | |
Signed-off-by: Sooraj Sinha <[email protected]> | ||
Co-authored-by: Sooraj Sinha <[email protected]> | ||
* __Add Remote Reindex SPI extension (#547) (#756)__ | ||
[Abbas Hussain](mailto:[email protected]) - Sat, 22 May 2021 04:50:00 +0530 | ||
This change extends the remote reindex SPI to allow adding a custom | ||
interceptor. | ||
This interceptor can be plugged in to perform any processing on | ||
the request or response. | ||
Signed-off-by: Sooraj Sinha <[email protected]> | ||
Co-authored-by: Sooraj Sinha <[email protected]> | ||
* __Catch runtime exceptions to make class loader race conditions easier to debug. (#608) (#750)__ | ||
[Abbas Hussain](mailto:[email protected]) - Fri, 21 May 2021 11:04:14 +0530 | ||
|