-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Query compatibility mode header #3295
Query compatibility mode header #3295
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #3295 +/- ##
========================================
Coverage 93.18% 93.18%
========================================
Files 66 66
Lines 14345 14375 +30
========================================
+ Hits 13367 13396 +29
- Misses 978 979 +1 ☔ View full report in Codecov by Sentry. |
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.
Minor notes on the changelog but the feature otherwise looks good. Thanks @alexgromero!
.changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json
Outdated
Show resolved
Hide resolved
.changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json
Outdated
Show resolved
Hide resolved
…-5257.json Co-authored-by: Nate Prewitt <[email protected]>
This PR adds a custom header to inform a service that the SDK is running in query compatibility mode. This change enables support for services migrating away from the AWS Query protocol.