Skip to content

Commit

Permalink
yet another sqs protocol switch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Apr 30, 2024
1 parent b8875da commit 72b0c10
Show file tree
Hide file tree
Showing 25 changed files with 1,712 additions and 1,711 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This spec preserves the SQS query protocol spec, which was part of botocore until the protocol was switched to json with `botocore==1.31.81`.
This switch removed a lot of spec data which is necessary for the proper parsing and serialization, which is why we have to preserve them on our own.

- The spec content was preserved from this state: https://github.com/boto/botocore/blob/143e3925dac58976b5e83864a3ed9a2dea1db91b/botocore/data/sqs/2012-11-05/service-2.json
- This was the last commit before the protocol switched back (again) to query (with https://github.com/boto/botocore/commit/143e3925dac58976b5e83864a3ed9a2dea1db91b).
- The spec content was preserved from this state: https://github.com/boto/botocore/blob/79c92132e266b15f62bc743ae0816c27d598c36e/botocore/data/sqs/2012-11-05/service-2.json
- This was the last commit before the protocol switched back (again) to json (with https://github.com/boto/botocore/commit/47a515f6727a7585487d58c069c7c0063c28899e).
- The file is licensed with Apache License 2.0.
- Modifications:
- Removal of documentation strings with the following regex: `(,)?\n\s+"documentation":".*"`

0 comments on commit 72b0c10

Please sign in to comment.