boto / botocore

The low-level, core functionality of boto3 and the AWS CLI.
Apache License 2.0
1.44k stars 1.06k forks source link

Move SQS protocol to JSON, again #3165

Closed nateprewitt closed 2 months ago

nateprewitt commented 2 months ago

This reverts commit 79c92132e266b15f62bc743ae0816c27d598c36e. This will reenable the JSON-1.0 protocol for SQS requests as originally released in 1.31.81.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.14%. Comparing base (8fd0160) to head (46b1874). Report is 213 commits behind head on develop.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3165 +/- ## ======================================== Coverage 93.14% 93.14% ======================================== Files 66 66 Lines 14237 14245 +8 ======================================== + Hits 13261 13269 +8 Misses 976 976 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nateprewitt commented 2 months ago

macOS 3.8 and 3.9 failures will be resolved in #3166.