Skip to content

Commit d12e874

Browse files
author
Braddy Yeoh
committed
Added to CHANGELOG
Signed-off-by: Braddy Yeoh [email protected]
1 parent a446d9c commit d12e874

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
2+
23
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
34

45
## [Unreleased]
6+
57
### Added
8+
69
- Add support for s390x architecture ([#4001](https://github.com/opensearch-project/OpenSearch/pull/4001))
710
- Github workflow for changelog verification ([#4085](https://github.com/opensearch-project/OpenSearch/pull/4085))
811
- Point in time rest layer changes for create and delete PIT API ([#4064](https://github.com/opensearch-project/OpenSearch/pull/4064))
@@ -16,33 +19,40 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1619
- Update previous release bwc version to 2.4.0 ([#4455](https://github.com/opensearch-project/OpenSearch/pull/4455))
1720
- 2.3.0 release notes ([#4457](https://github.com/opensearch-project/OpenSearch/pull/4457))
1821
- Added missing javadocs for `:distribution:tools` modules ([#4483](https://github.com/opensearch-project/OpenSearch/pull/4483))
22+
1923
### Dependencies
24+
2025
- Bumps `reactive-streams` from 1.0.3 to 1.0.4
2126

2227
### Dependencies
28+
2329
- Bumps `org.gradle.test-retry` from 1.4.0 to 1.4.1
2430
- Bumps `reactor-netty-core` from 1.0.19 to 1.0.22
2531

2632
### Dependencies
33+
2734
- Bumps `com.diffplug.spotless` from 6.9.1 to 6.10.0
2835
- Bumps `xmlbeans` from 5.1.0 to 5.1.1
2936
- Bumps azure-core-http-netty from 1.12.0 to 1.12.4([#4160](https://github.com/opensearch-project/OpenSearch/pull/4160))
3037
- Bumps azure-core from 1.27.0 to 1.31.0([#4160](https://github.com/opensearch-project/OpenSearch/pull/4160))
3138
- Bumps azure-storage-common from 12.16.0 to 12.18.0([#4160](https://github.com/opensearch-project/OpenSearch/pull/4160))
3239

3340
### Changed
41+
3442
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))
3543
- Use RemoteSegmentStoreDirectory instead of RemoteDirectory ([#4240](https://github.com/opensearch-project/OpenSearch/pull/4240))
3644
- Plugin ZIP publication groupId value is configurable ([#4156](https://github.com/opensearch-project/OpenSearch/pull/4156))
3745
- Add index specific setting for remote repository ([#4253](https://github.com/opensearch-project/OpenSearch/pull/4253))
3846
- [Segment Replication] Update replicas to commit SegmentInfos instead of relying on SIS files from primary shards. ([#4402](https://github.com/opensearch-project/OpenSearch/pull/4402))
3947
- [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948))
48+
- Improve Gradle pre-commit checks to pre-empt Jenkins build ([#4174](https://github.com/opensearch-project/OpenSearch/pull/4660))
4049

4150
### Deprecated
4251

4352
### Removed
4453

4554
### Fixed
55+
4656
- `opensearch-service.bat start` and `opensearch-service.bat manager` failing to run ([#4289](https://github.com/opensearch-project/OpenSearch/pull/4289))
4757
- PR reference to checkout code for changelog verifier ([#4296](https://github.com/opensearch-project/OpenSearch/pull/4296))
4858
- `opensearch.bat` and `opensearch-service.bat install` failing to run, missing logs directory ([#4305](https://github.com/opensearch-project/OpenSearch/pull/4305))
@@ -67,10 +77,13 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6777
- Fixed the ignore_malformed setting to also ignore objects ([#4494](https://github.com/opensearch-project/OpenSearch/pull/4494))
6878

6979
### Security
80+
7081
- CVE-2022-25857 org.yaml:snakeyaml DOS vulnerability ([#4341](https://github.com/opensearch-project/OpenSearch/pull/4341))
7182

7283
## [2.x]
84+
7385
### Added
86+
7487
- Github workflow for changelog verification ([#4085](https://github.com/opensearch-project/OpenSearch/pull/4085))
7588
- Label configuration for dependabot PRs ([#4348](https://github.com/opensearch-project/OpenSearch/pull/4348))
7689
- Added RestLayer Changes for PIT stats ([#4217](https://github.com/opensearch-project/OpenSearch/pull/4217))
@@ -82,11 +95,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8295
### Removed
8396

8497
### Fixed
98+
8599
- PR reference to checkout code for changelog verifier ([#4296](https://github.com/opensearch-project/OpenSearch/pull/4296))
86100
- Commit workflow for dependabot changelog helper ([#4331](https://github.com/opensearch-project/OpenSearch/pull/4331))
87101

88102
### Security
89103

90-
91-
[Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
92-
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x
104+
[unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
105+
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x

0 commit comments

Comments
 (0)