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.32: Add endpoint for KinesisAnalyticsV2
34* v1.31: Revert mapping for OpenSearch (drop support for ` OPENSEARCH_ENDPOINT_STRATEGY=off ` )
45* v1.30: Allow legacy port handling for OpenSearch (to support ` OPENSEARCH_ENDPOINT_STRATEGY=off ` )
56* v1.29: Add endpoint for OpenSearch
Original file line number Diff line number Diff line change 7979 'acm' : '{proto}://{host}:4619' ,
8080 'codecommit' : '{proto}://{host}:4620' ,
8181 'kinesisanalytics' : '{proto}://{host}:4621' ,
82+ 'kinesisanalyticsv2' : '{proto}://{host}:4621' ,
8283 'amplify' : '{proto}://{host}:4622' ,
8384 'application-autoscaling' : '{proto}://{host}:4623' ,
8485 'kafka' : '{proto}://{host}:4624' ,
Original file line number Diff line number Diff line change 11[metadata]
22name = localstack-client
3- version = 1.31
3+ version = 1.32
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