Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.12 KB

File metadata and controls

29 lines (23 loc) · 1.12 KB

Change Log

Unreleased

v0.4.0

Breaking Changes

  • Renamed generated AWS service clients to include Async (e.g. BedrockRuntimeClient is now AsyncBedrockRuntimeClient) to match the Python community convention for async clients. For clients that were already published under the unprefixed name, the old name remains available as a deprecated alias that emits a DeprecationWarning and will be removed in an upcoming release. The unprefixed name will later be reintroduced for synchronous clients.