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
@@ -1,6 +1,6 @@
{
"type": "bugfix",
"description": "Fix base64 blobs in event stream test params.",
"description": "Fixed event stream test params encoding blobs in b64.",
"pull_requests": [
"[#3121](https://github.com/smithy-lang/smithy/pull/3121)"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "bugfix",
"description": "Fix Windows user PATH corruption in install.bat caused by setx silently truncating values over 1024 characters",
"description": "Fixed a Windows user PATH corruption in install.bat caused by setx silently truncating values over 1024 characters",
"pull_requests": [
"[#3117](https://github.com/smithy-lang/smithy/pull/3117)"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "documentation",
"description": "Fix stale and mismatched AWS API Gateway reference link targets",
"description": "Fixed stale and mismatched AWS API Gateway reference link targets",
"pull_requests": [
"[#3077](https://github.com/smithy-lang/smithy/pull/3077)"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "other",
"type": "feature",
"description": "Added a new protocol test for query operations with no output that can include `ResponseMetadata`. No assertions are done but protocol test runners should be able to handle the metadata without choking.",
"pull_requests": [
"[#3106](https://github.com/smithy-lang/smithy/pull/3106)"
Expand Down
Loading