Skip to content

July 27th 2021: (Almost) All Services

Pre-release
Pre-release
Compare
Choose a tag to compare
@rcoh rcoh released this 27 Jul 23:55
· 2625 commits to main since this release
08961db

This week's release includes clients for all AWS services except Glacier, IOT Data & Transcribe Streaming. Try them out, and please let us know if you run into any issues!

Breaking changes

  • test-util has been made an optional dependency and has moved from
    aws-hyper to smithy-http. If you were relying on aws_hyper::TestConnection, add smithy-client as a dependency
    and enable the optional test-util feature. This prunes some unnecessary dependencies on roxmltree and serde_json
    for most users. (#608)

New This Week

  • 🎉 Release all but three remaining AWS services! Glacier, IoT Data Plane and Transcribe streaming will be available in a future release. If you discover that a service isn't functioning as expected please let us know! (#607)
  • 🐛 Bugfix: Fix parsing bug where parsing XML incorrectly stripped whitespace (#590, aws-sdk-rust#153)
  • Establish common abstraction for environment variables (#594)
  • Add windows to the test matrix (#594)
  • 🐛 Bugfix: Constrain RFC-3339 timestamp formatting to microsecond precision (#596)
  • Lots of examples improvements and cleanups (#610)