Skip to content

Commit 1b36bc2

Browse files
author
Bennett Lynch
committed
Update change log entry
1 parent ca6c65d commit 1b36bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changes/next-release/feature-AWSSDKforJavav2-0e09833.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"category": "AWS SDK for Java v2",
33
"contributor": "",
44
"type": "feature",
5-
"description": "Add new AsyncResponseTransformer: toPublisher(). This transformer allows users to directly consume a streaming-response payload (i.e., S3 GetObject) without having to buffer to memory or disk."
5+
"description": "Add new AsyncResponseTransformer: toPublisher(). This transformer allows users to directly consume a streaming-response payload (i.e., S3 GetObject) without having to buffer to memory or disk. This also allows users of Reactor/RxJava to more easily consume a streaming response (e.g., via Flux#from(Publisher))."
66
}

0 commit comments

Comments
 (0)