Skip to content

Commit a84823f

Browse files
committed
Remove mapping for deprecated/disabled Web UI on port 8080
1 parent 58b19f6 commit a84823f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

localstack_client/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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',

0 commit comments

Comments
 (0)