File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# LocalStack Python Client Change Log
22
3+ * v1.37: Add endpoint for Amazon Transcribe
34* v1.36: Add endpoints for Fault Injection Service (FIS) and Marketplace Metering
45* v1.35: Add endpoint for Amazon Managed Workflows for Apache Airflow (MWAA)
56* v1.33: Patch botocore to skip adding ` data- ` host prefixes to endpoint URLs; remove six dependency
Original file line number Diff line number Diff line change 111111 'mwaa' : '{proto}://{host}:4642' ,
112112 'fis' : '{proto}://{host}:4643' ,
113113 'meteringmarketplace' : '{proto}://{host}:4644' ,
114+ 'transcribe' : '{proto}://{host}:4566' ,
114115}
115116
116117# TODO remove service port mapping above entirely
Original file line number Diff line number Diff line change 11[metadata]
22name = localstack-client
3- version = 1.36
3+ version = 1.37
44url = https://github.com/localstack/localstack-python-client
55author = LocalStack Team
66author_email = info@localstack.cloud
You can’t perform that action at this time.
0 commit comments