You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,16 @@
2
2
3
3
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
4
5
-
## [Unreleased]
6
-
5
+
## [2.4.3]
7
6
### Added
8
7
- Added `auth_aws` option to GuzzleClientFactory and SymfonyClientFactory ([#314](https://github.com/opensearch-project/opensearch-php/pull/314))
9
8
### 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))
13
10
### Fixed
14
11
- Fixed checking for content type in JSON deserialization ([#318](https://github.com/opensearch-project/opensearch-php/issues/318))
15
12
- Fixed mismatch in return types between `Client::performRequest()` and `Transport::sendRequest()` ([#307](https://github.com/opensearch-project/opensearch-php/issues/307))
16
13
- Fixed legacy client options being passed as headers ([#301](https://github.com/opensearch-project/opensearch-php/issues/301))
17
14
- Fixed endpoint options not being passed to legacy transport ([#296](https://github.com/opensearch-project/opensearch-php/issues/296))
18
-
### Security
19
15
### Updated APIs
20
16
- Updated opensearch-php APIs to reflect [opensearch-api-specification@89cd8f3](https://github.com/opensearch-project/opensearch-api-specification/commit/89cd8f36a17a452e16307261969537107ba54b0b)
21
17
- Updated opensearch-php APIs to reflect [opensearch-api-specification@5ed668d](https://github.com/opensearch-project/opensearch-api-specification/commit/5ed668d81b34ae90c22a605755fe1c340f38c27d)
0 commit comments