Unverified Commit 2b90cc9b authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Cut release (#1055)

parent 2e50dab4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
v0.34.1 (January 10, 2022)
==========================
**New this release:**
- 🐛 (smithy-rs#1054, aws-sdk-rust#391) Fix critical paginator bug where an empty outputToken lead to a never ending stream.



0.34.0 (January 6th, 2022)
==========================
**Breaking Changes:**
+0 −17
Original line number Diff line number Diff line
@@ -10,20 +10,3 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false }
# author = "rcoh"
[[aws-sdk-rust]]
message = "Fix typos for X-Ray trace ID environment variable in aws_http::recursion_detection"
references = ["smithy-rs#1050"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "nmoutschen"

[[aws-sdk-rust]]
message = "Fix critical paginator bug where an empty outputToken lead to a never ending stream."
references = ["smithy-rs#1054", "aws-sdk-rust#391"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "rcoh"

[[smithy-rs]]
message = "Fix critical paginator bug where an empty outputToken lead to a never ending stream."
references = ["smithy-rs#1054", "aws-sdk-rust#391"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "rcoh"
+11 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
v0.4.1 (January 10, 2022)
=========================
**New this release:**
- 🐛 (smithy-rs#1050, @nmoutschen) Fix typos for X-Ray trace ID environment variable in aws_http::recursion_detection
- 🐛 (smithy-rs#1054, aws-sdk-rust#391) Fix critical paginator bug where an empty outputToken lead to a never ending stream.

**Contributors**
Thank you for your contributions! ❤
- @nmoutschen (smithy-rs#1050)


0.4.0 (January 6th, 2022)
=========================
**Breaking Changes:**
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

# Version number to use for the generated SDK
# Note: these must always be full 3-segment semver versions
aws.sdk.version=0.4.0
aws.sdk.version=0.4.1

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.34.0
smithy.rs.runtime.crate.version=0.34.1

kotlin.code.style=official