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.25: Remove mapping for deprecated/disabled Web UI on port 8080
7778* v1.24: Add endpoints for Config Service
7879* v1.23: Add endpoints for QLDB Session
7980* v1.22: Add endpoints for LakeFormation and WAF/WAFv2
Original file line number Diff line number Diff line change 88# NOTE: The endpoints below will soon become deprecated/removed, as the default in the
99# latest version is to access all services via a single "edge service" (port 4566 by default)
1010_service_endpoints_template = {
11- 'dashboard' : '{proto}://{host}:8080' ,
1211 'edge' : '{proto}://{host}:4566' ,
1312 'apigateway' : '{proto}://{host}:4567' ,
1413 'apigatewayv2' : '{proto}://{host}:4567' ,
Original file line number Diff line number Diff line change 66
77 setup (
88 name = 'localstack-client' ,
9- version = '1.24 ' ,
9+ version = '1.25 ' ,
1010 description = 'A lightweight Python client for LocalStack.' ,
1111 author = 'Waldemar Hummer' ,
1212 author_email = 'waldemar.hummer@gmail.com' ,
You can’t perform that action at this time.
0 commit comments