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.27: Add endpoint for SESv2
7778* v1.25: Remove mapping for deprecated/disabled Web UI on port 8080
7879* v1.24: Add endpoints for Config Service
7980* v1.23: Add endpoints for QLDB Session
Original file line number Diff line number Diff line change 2424 'redshift-data' : '{proto}://{host}:4577' ,
2525 'es' : '{proto}://{host}:4578' ,
2626 'ses' : '{proto}://{host}:4579' ,
27+ 'sesv2' : '{proto}://{host}:4579' ,
2728 'route53' : '{proto}://{host}:4580' ,
2829 'cloudformation' : '{proto}://{host}:4581' ,
2930 'cloudwatch' : '{proto}://{host}:4582' ,
Original file line number Diff line number Diff line change 66
77 setup (
88 name = 'localstack-client' ,
9- version = '1.26 ' ,
9+ version = '1.27 ' ,
1010 description = 'A lightweight Python client for LocalStack.' ,
11- author = 'Waldemar Hummer ' ,
12- author_email = 'waldemar.hummer@gmail.com ' ,
11+ author = 'LocalStack Team ' ,
12+ author_email = 'info@localstack.cloud ' ,
1313 url = 'https://github.com/localstack/localstack-python-client' ,
1414 packages = ['localstack_client' ],
1515 package_data = {},
You can’t perform that action at this time.
0 commit comments