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.39: Add endpoint for Amazon MQ
34* v1.38: Add ` enable_local_endpoints() ` util function; slight project refactoring, migrate from ` nose ` to ` pytests `
45* v1.37: Add endpoint for Amazon Transcribe
56* v1.36: Add endpoints for Fault Injection Service (FIS) and Marketplace Metering
Original file line number Diff line number Diff line change 114114 "fis" : "{proto}://{host}:4643" ,
115115 "meteringmarketplace" : "{proto}://{host}:4644" ,
116116 "transcribe" : "{proto}://{host}:4566" ,
117+ "mq" : "{proto}://{host}:4566"
117118}
118119
119120# 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.38
3+ version = 1.39
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