-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into snapshotDeleteRequest-slice
- Loading branch information
Showing
176 changed files
with
1,792 additions
and
430 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,42 @@ | ||
# CHANGELOG | ||
|
||
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
### Dependencies | ||
- Bumps `github.com/aws/aws-sdk-go-v2` from 1.17.1 to 1.17.5 | ||
- Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.10 to 1.18.15 | ||
- Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.9 to 1.18.12 | ||
- Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.8 to 1.18.10 | ||
- Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.17.10 to 1.18.9 | ||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.195 to 1.44.210 | ||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.185 to 1.44.205 | ||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.180 to 1.44.195 | ||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.176 to 1.44.185 | ||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.132 to 1.44.180 | ||
- Bumps `github.com/stretchr/testify` from 1.8.1 to 1.8.2 | ||
|
||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.225 | ||
- Bumps `github.com/aws/aws-sdk-go-v2` from 1.17.1 to 1.17.6 | ||
- Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.8 to 1.18.18 | ||
- Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.2 | ||
|
||
### Added | ||
- Github workflow for changelog verification ([#172](https://github.com/opensearch-project/opensearch-go/pull/172)) | ||
- Add Go Documentation link for the client ([#182](https://github.com/opensearch-project/opensearch-go/pull/182)) | ||
- Support for Amazon OpenSearch Serverless ([#216](https://github.com/opensearch-project/opensearch-go/pull/216)) | ||
|
||
### Dependencies | ||
- Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.1 | ||
- Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.132 | ||
- Adds support for Amazon OpenSearch Serverless ([#216](https://github.com/opensearch-project/opensearch-go/pull/216), [#259](https://github.com/opensearch-project/opensearch-go/pull/259)) | ||
- Adds Github workflow for changelog verification ([#172](https://github.com/opensearch-project/opensearch-go/pull/172)) | ||
- Adds Go Documentation link for the client ([#182](https://github.com/opensearch-project/opensearch-go/pull/182)) | ||
- Adds implementation of Data Streams API ([#257](https://github.com/opensearch-project/opensearch-go/pull/257) | ||
- Adds `Err()` function to Response for detailed errors ([#246](https://github.com/opensearch-project/opensearch-go/pull/246)) | ||
|
||
### Changed | ||
- SnapshotDeleteRequest use []string instead of string ([#237](https://github.com/opensearch-project/opensearch-go/pull/237)) | ||
- Workflow improvements ([#242](https://github.com/opensearch-project/opensearch-go/pull/242)) | ||
|
||
- Uses `[]string` instead of `string` in `SnapshotDeleteRequest` ([#237](https://github.com/opensearch-project/opensearch-go/pull/237)) | ||
- Removes the need for double error checking ([#246](https://github.com/opensearch-project/opensearch-go/pull/246)) | ||
- Updates workflows to reduce CI time, consolidate OpenSearch versions, update compatibility matrix ([#242](https://github.com/opensearch-project/opensearch-go/pull/242)) | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
- Remove info call before performing every request ([#219](https://github.com/opensearch-project/opensearch-go/pull/219)) | ||
|
||
- Removes info call before performing every request ([#219](https://github.com/opensearch-project/opensearch-go/pull/219)) | ||
|
||
### Fixed | ||
- Renamed the sequence number struct tag to if_seq_no to fix optimistic concurrency control ([#166](https://github.com/opensearch-project/opensearch-go/pull/166)) | ||
- Fix `RetryOnConflict` on bulk indexer ([#215](https://github.com/opensearch-project/opensearch-go/pull/215)) | ||
- Correct curl logging to emit the correct URL destination ([#101](https://github.com/opensearch-project/opensearch-go/pull/101)) | ||
|
||
### Security | ||
- Renames the sequence number struct tag to `if_seq_no` to fix optimistic concurrency control ([#166](https://github.com/opensearch-project/opensearch-go/pull/166)) | ||
- Fixes `RetryOnConflict` on bulk indexer ([#215](https://github.com/opensearch-project/opensearch-go/pull/215)) | ||
- Corrects curl logging to emit the correct URL destination ([#101](https://github.com/opensearch-project/opensearch-go/pull/101)) | ||
|
||
### Security | ||
|
||
[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/2.1...HEAD |
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,25 +1,22 @@ | ||
|
||
This code of conduct applies to all spaces provided by the OpenSource project including in code, documentation, issue trackers, mailing lists, chat channels, wikis, blogs, social media and any other communication channels used by the project. | ||
|
||
|
||
**Our open source communities endeavor to:** | ||
|
||
* Be Inclusive: We are committed to being a community where everyone can join and contribute. This means using inclusive and welcoming language. | ||
* Be Welcoming: We are committed to maintaining a safe space for everyone to be able to contribute. | ||
* Be Respectful: We are committed to encouraging differing viewpoints, accepting constructive criticism and work collaboratively towards decisions that help the project grow. Disrespectful and unacceptable behavior will not be tolerated. | ||
* Be Collaborative: We are committed to supporting what is best for our community and users. When we build anything for the benefit of the project, we should document the work we do and communicate to others on how this affects their work. | ||
|
||
- Be Inclusive: We are committed to being a community where everyone can join and contribute. This means using inclusive and welcoming language. | ||
- Be Welcoming: We are committed to maintaining a safe space for everyone to be able to contribute. | ||
- Be Respectful: We are committed to encouraging differing viewpoints, accepting constructive criticism and work collaboratively towards decisions that help the project grow. Disrespectful and unacceptable behavior will not be tolerated. | ||
- Be Collaborative: We are committed to supporting what is best for our community and users. When we build anything for the benefit of the project, we should document the work we do and communicate to others on how this affects their work. | ||
|
||
**Our Responsibility. As contributors, members, or bystanders we each individually have the responsibility to behave professionally and respectfully at all times. Disrespectful and unacceptable behaviors include, but are not limited to:** | ||
|
||
* The use of violent threats, abusive, discriminatory, or derogatory language; | ||
* Offensive comments related to gender, gender identity and expression, sexual orientation, disability, mental illness, race, political or religious affiliation; | ||
* Posting of sexually explicit or violent content; | ||
* The use of sexualized language and unwelcome sexual attention or advances; | ||
* Public or private harassment of any kind; | ||
* Publishing private information, such as physical or electronic address, without permission; | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting; | ||
* Advocating for or encouraging any of the above behaviors. | ||
* Enforcement and Reporting Code of Conduct Issues: | ||
- The use of violent threats, abusive, discriminatory, or derogatory language; | ||
- Offensive comments related to gender, gender identity and expression, sexual orientation, disability, mental illness, race, political or religious affiliation; | ||
- Posting of sexually explicit or violent content; | ||
- The use of sexualized language and unwelcome sexual attention or advances; | ||
- Public or private harassment of any kind; | ||
- Publishing private information, such as physical or electronic address, without permission; | ||
- Other conduct which could reasonably be considered inappropriate in a professional setting; | ||
- Advocating for or encouraging any of the above behaviors. | ||
- Enforcement and Reporting Code of Conduct Issues: | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported. [Contact us](mailto:opensource-codeofconduct@amazon.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. |
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
Oops, something went wrong.