-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finishing #143 #180
Merged
Merged
Finishing #143 #180
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
3a0b223
Adds newer OpenSearch builds to integration tests and updates unrelea…
harshavamsi 7d11085
Display OpenSearch version in integration tests.
dblock 2a1552c
Added support for OPENSEARCH_INITIAL_ADMIN_PASSWORD with OpenSearch 2…
dblock 42b6fe7
Set discovery.type.
dblock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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,36 +1,38 @@ | ||
# CHANGELOG | ||
|
||
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
- Added PHP 8.2 to the CI | ||
- Github workflow for changelog verification ([#92](https://github.com/opensearch-project/opensearch-php/pull/92)) | ||
- Added a GitHub workflow for verifying CHANGELOG ([#92](https://github.com/opensearch-project/opensearch-php/pull/92)) | ||
- Added class docs generator ([#96](https://github.com/opensearch-project/opensearch-php/pull/96)) | ||
- Added support for Amazon OpenSearch Serverless SigV4 signing ([#119](https://github.com/opensearch-project/opensearch-php/pull/119)) | ||
- Added `includePortInHostHeader` option to `ClientBuilder::fromConfig` ([#118](https://github.com/opensearch-project/opensearch-php/pull/118)) | ||
- Added the `RefreshSearchAnalyzers` endpoint ([[#152](https://github.com/opensearch-project/opensearch-php/issues/152)) | ||
- Added support for `format` parameter to specify the sql response format ([#161](https://github.com/opensearch-project/opensearch-php/pull/161)) | ||
- Added ml commons model, model group and connector APIs ([#170](https://github.com/opensearch-project/opensearch-php/pull/170)) | ||
- [Feature] Send raw json request ([#171](https://github.com/opensearch-project/opensearch-php/pull/177)) | ||
- Added ml-commons model, model group and connector APIs ([#170](https://github.com/opensearch-project/opensearch-php/pull/170)) | ||
- Added support for sending raw JSON requests ([#171](https://github.com/opensearch-project/opensearch-php/pull/177)) | ||
- Added PHP 8.2 support ([#87](https://github.com/opensearch-project/opensearch-php/issues/87)) | ||
- Added Windows and MacOS support ([#100](https://github.com/opensearch-project/opensearch-php/pull/100)) | ||
- Added code coverage reporting ([#100](https://github.com/opensearch-project/opensearch-php/pull/100)) | ||
- Added support for a custom signing service name for AWS SigV4 ([#117](https://github.com/opensearch-project/opensearch-php/pull/117)) | ||
- Added support for OpenSearch 2.12 and 2.13 ([#180](https://github.com/opensearch-project/opensearch-php/pull/180)) | ||
|
||
### Changed | ||
|
||
- Added Windows and macOS jobs to CI | ||
- Added Coverage reporting to Codecov | ||
- Support a custom signing service name for AWS SigV4 ([#117](https://github.com/opensearch-project/opensearch-php/pull/117)) | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
- Updated backport helper version and add fix to backport workflow when tag is applied before closing PR ([#131](https://github.com/opensearch-project/opensearch-php/pull/131)) | ||
|
||
- Fixed backport workflow when tag is applied before closing PR ([#131](https://github.com/opensearch-project/opensearch-php/pull/131)) | ||
- Fixed host urls with trailing slash in the url ([#130](https://github.com/opensearch-project/opensearch-php/pull/140)) | ||
- Fixed point-in-time APIs ([#142](https://github.com/opensearch-project/opensearch-php/pull/142)) | ||
- Fixed bug in ClientBuilder where basic authentication is overridden by connection params ([#160](https://github.com/opensearch-project/opensearch-php/pull/160)) | ||
- Fixed basic authentication being overridden by connection params in `ClientBuilder` ([#160](https://github.com/opensearch-project/opensearch-php/pull/160)) | ||
- Fixed PHP warning in `Connection::tryDeserializeError()` for some error responses ([#167](https://github.com/opensearch-project/opensearch-php/issues/167)) | ||
|
||
### Security | ||
|
||
|
||
[Unreleased]: https://github.com/opensearch-project/opensearch-php/compare/2.0...HEAD |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, you need to add here the credentials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a min distribution without security.
I was able to reproduce this localy. It just needs
-E discovery.type=single-node
and to swap the order of checking out repos so it doesn't overwrite/delete files.