Skip to content

Commit 7a63955

Browse files
committed
Update changelog entries to feature type
1 parent d1fc057 commit 7a63955

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"type": "enhancement",
2+
"type": "feature",
33
"description": "Added `AsyncEventSigner.sign_empty` for SigV4-signed Amazon Event Stream terminator frames. This supports services that require a final signed empty message before the HTTP body stream closes."
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"type": "bugfix",
3-
"description": "Fixed `AWSEventPublisher` to send signed empty end frame to signal event stream completion."
2+
"type": "feature",
3+
"description": "Added a signed empty end frame to `AWSEventPublisher.close` to signal event stream completion. This supports services that require a final signed empty message before the HTTP body stream closes."
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"type": "enhancement",
3-
"description": "Added sign_empty method to EventSigner protocol for signing empty events."
2+
"type": "feature",
3+
"description": "Added `EventSigner.sign_empty` to the protocol for signing empty events."
44
}

0 commit comments

Comments
 (0)