Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ make test

## Changelog

* v1.24: Add endpoints for Config Service
* v1.23: Add endpoints for QLDB Session
* v1.22: Add endpoints for LakeFormation and WAF/WAFv2
* v1.21: Add endpoint for AWS Backup API
* v1.20: Add endpoint for Resource Groups API
Expand Down
1 change: 1 addition & 0 deletions localstack_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
'lakeformation': '{proto}://{host}:4639',
'waf': '{proto}://{host}:4640',
'wafv2': '{proto}://{host}:4640',
'config': '{proto}://{host}:4641',
}

# TODO remove service port mapping above entirely
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='localstack-client',
version='1.23',
version='1.24',
description='A lightweight Python client for LocalStack.',
author='Waldemar Hummer',
author_email='waldemar.hummer@gmail.com',
Expand Down