-
Notifications
You must be signed in to change notification settings - Fork 107
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
Revert "Draft: Add Err() function to Response for detailed errors (#2… #322
Conversation
…ensearch-project#246)" This reverts commit 8d3cf4d. Signed-off-by: Vacha Shah <vachshah@amazon.com>
…e response.Err() Signed-off-by: Vacha Shah <vachshah@amazon.com>
opensearch-project#237 Signed-off-by: Vacha Shah <vachshah@amazon.com>
Resolve changelog? |
Why do we need to release another 2.x? Can we release 3.x and move forward? |
2.x has some security fixes which need to go out and since it had some new features too, so the next 2.x version. If we want to move to 3.x, we could release this last version and mention in the README that for new features, the user can move to the 3.x line. WDYT @dblock? |
Also @Jakob3xD would love to get your eyes on this change since it reverts the Err() related changes from several PRs. Thank you! |
Signed-off-by: Vacha Shah <vachshah@amazon.com>
Signed-off-by: Vacha Shah <vachshah@amazon.com>
I'm fine with it. I guess I don't understand why we need to revert this feature from 2.3. Can we release the next 2.x with it? |
IIRC we did not want to make a 2.x release with it because it is a braking changes. The MR LGTM. |
opensearch-project#322) * Revert "Draft: Add Err() function to Response for detailed errors (opensearch-project#246)" This reverts commit 8d3cf4d. Signed-off-by: Vacha Shah <vachshah@amazon.com> * Fixing PIT APIs introduced in PR opensearch-project#253 since they use response.Err() Signed-off-by: Vacha Shah <vachshah@amazon.com> * Removing opensearchapi.Error usage from snapshot tests introduced in PR opensearch-project#237 Signed-off-by: Vacha Shah <vachshah@amazon.com> * Resolve Changelog conflicts Signed-off-by: Vacha Shah <vachshah@amazon.com> --------- Signed-off-by: Vacha Shah <vachshah@amazon.com>
#322) (#384) * Revert "Draft: Add Err() function to Response for detailed errors (#246)" This reverts commit 8d3cf4d. * Fixing PIT APIs introduced in PR #253 since they use response.Err() * Removing opensearchapi.Error usage from snapshot tests introduced in PR #237 * Resolve Changelog conflicts --------- Signed-off-by: Vacha Shah <vachshah@amazon.com>
…46)"
This reverts commit 8d3cf4d.
Description
Reverting the breaking change in 2.3 branch so that a new 2.x version can be released. The main branch tracks the 3.0 changes with this breaking change.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.