Skip to content

Commit db138f2

Browse files
authored
Prepare 2.4.3 release (#322)
Signed-off-by: Kim Pepper <[email protected]>
1 parent 65c3a89 commit db138f2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

5-
## [Unreleased]
6-
5+
## [2.4.3]
76
### Added
87
- Added `auth_aws` option to GuzzleClientFactory and SymfonyClientFactory ([#314](https://github.com/opensearch-project/opensearch-php/pull/314))
98
### Changed
10-
- Updated Client constructor to make EndpointFactory and optional parameter.
11-
### Deprecated
12-
### Removed
9+
- Updated Client constructor to make EndpointFactory an optional parameter ([#315](https://github.com/opensearch-project/opensearch-php/pull/315))
1310
### Fixed
1411
- Fixed checking for content type in JSON deserialization ([#318](https://github.com/opensearch-project/opensearch-php/issues/318))
1512
- Fixed mismatch in return types between `Client::performRequest()` and `Transport::sendRequest()` ([#307](https://github.com/opensearch-project/opensearch-php/issues/307))
1613
- Fixed legacy client options being passed as headers ([#301](https://github.com/opensearch-project/opensearch-php/issues/301))
1714
- Fixed endpoint options not being passed to legacy transport ([#296](https://github.com/opensearch-project/opensearch-php/issues/296))
18-
### Security
1915
### Updated APIs
2016
- Updated opensearch-php APIs to reflect [opensearch-api-specification@89cd8f3](https://github.com/opensearch-project/opensearch-api-specification/commit/89cd8f36a17a452e16307261969537107ba54b0b)
2117
- Updated opensearch-php APIs to reflect [opensearch-api-specification@5ed668d](https://github.com/opensearch-project/opensearch-api-specification/commit/5ed668d81b34ae90c22a605755fe1c340f38c27d)

0 commit comments

Comments
 (0)