-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sai Kumar <[email protected]>
- Loading branch information
1 parent
16908cc
commit 6eeca39
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
release-notes/opensearch-cross-cluster-replication.release-notes-2.7.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,14 @@ | ||
## Version 2.7.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.7.0 | ||
|
||
### Bug Fixes | ||
* Modified autofollow stats to rely on single source for failed indices ([#736](https://github.com/opensearch-project/cross-cluster-replication/pull/736)) | ||
* Update UpdateAutoFollowPatternIT "test auto follow stats" to wait for 60 seconds ([#745](https://github.com/opensearch-project/cross-cluster-replication/pull/745)) | ||
* Update imports from common to core package ([#761](https://github.com/opensearch-project/cross-cluster-replication/pull/761)) | ||
* Adding a proxy mode connection setup for CCR ([#795](https://github.com/opensearch-project/cross-cluster-replication/pull/795)) | ||
* Handled exception under multi-field mapping update ([#789](https://github.com/opensearch-project/cross-cluster-replication/pull/789)) | ||
* Handled batch requests for replication metadata update under cluster state ([#778](https://github.com/opensearch-project/cross-cluster-replication/pull/778)) | ||
|
||
### Infrastructure | ||
* Added support for running Integtest on Remote clusters ([#733](https://github.com/opensearch-project/cross-cluster-replication/pull/733)) |