forked from aws/aws-sdk-go-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update serializing empty lists for query protocols (see references) to pass protocol tests. Previous Behavior: `{ "ListArg": [] }` serializes to ``. Current Behavior: `{ "ListArg": [] }` serializes to `?ListArg=`. References: - smithy-lang/smithy#1444 - [AWS query protocol](https://awslabs.github.io/smithy/2.0/aws/protocols/aws-query-protocol.html) - [AWS EC2 query protocol](https://awslabs.github.io/smithy/2.0/aws/protocols/aws-ec2-query-protocol.html)
- Loading branch information
Steven Yuan
committed
Jan 31, 2023
1 parent
968965a
commit 44c0950
Showing
4 changed files
with
44 additions
and
4 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
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,2 +1,2 @@ | ||
smithyVersion=1.25.2 | ||
smithyVersion=[1.27.0,1.28.0[ | ||
smithyGradleVersion=0.6.0 |
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