Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "feature",
"description": "Added protocol tests for event streaming in restJson1.",
"pull_requests": [
"[#2803](https://github.com/smithy-lang/smithy/pull/2803)"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "feature",
"description": "Added support for (de)serializing byte arrays to/from base64-encoded string nodes to `NodeMapper`.",
"pull_requests": [
"[#2803](https://github.com/smithy-lang/smithy/pull/2803)"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "feature",
"description": "Added a new `eventStreamProtocolTests` trait to enable writing shared test suites for event streams just as has been done for standard HTTP protocol requests and responses.",
"pull_requests": [
"[#2803](https://github.com/smithy-lang/smithy/pull/2803)"
]
}
Loading
Loading