File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# LocalStack Python Client Change Log
22
3+ * v1.36: Add endpoints for Fault Injection Service (FIS) and Marketplace Metering
34* v1.35: Add endpoint for Amazon Managed Workflows for Apache Airflow (MWAA)
45* v1.33: Patch botocore to skip adding ` data- ` host prefixes to endpoint URLs; remove six dependency
56* v1.32: Add endpoint for KinesisAnalyticsV2
Original file line number Diff line number Diff line change 109109 'config' : '{proto}://{host}:4641' ,
110110 'configservice' : '{proto}://{host}:4641' ,
111111 'mwaa' : '{proto}://{host}:4642' ,
112+ 'fis' : '{proto}://{host}:4643' ,
113+ 'meteringmarketplace' : '{proto}://{host}:4644' ,
112114}
113115
114116# 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.35
3+ version = 1.36
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