File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ make test
7474
7575## Changelog
7676
77+ * v1.29: Add endpoint for OpenSearch
7778* v1.28: Add endpoint for Route53Resolver
7879* v1.27: Add endpoint for SESv2
7980* v1.25: Remove mapping for deprecated/disabled Web UI on port 8080
Original file line number Diff line number Diff line change 1515 'dynamodb' : '{proto}://{host}:4569' ,
1616 'dynamodbstreams' : '{proto}://{host}:4570' ,
1717 'elasticsearch' : '{proto}://{host}:4571' ,
18+ 'opensearch' : '{proto}://{host}:4571' ,
1819 's3' : '{proto}://{host}:4572' ,
1920 'firehose' : '{proto}://{host}:4573' ,
2021 'lambda' : '{proto}://{host}:4574' ,
Original file line number Diff line number Diff line change 66
77 setup (
88 name = 'localstack-client' ,
9- version = '1.28 ' ,
9+ version = '1.29 ' ,
1010 description = 'A lightweight Python client for LocalStack.' ,
1111 author = 'LocalStack Team' ,
1212 author_email = 'info@localstack.cloud' ,
You can’t perform that action at this time.
0 commit comments