Skip to content

Commit 4bee152

Browse files
authored
feat: add endpoint config for Amazon Aurora DSQL (#60)
1 parent 29cba5e commit 4bee152

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# LocalStack Python Client Change Log
22

3+
* v2.12: Add endpoint config for Amazon Aurora DSQL
34
* v2.11: Add endpoint config for S3 Tables
45
* v2.10: Remove endpoints for 'bedrock-runtime' and 'textract' because overriding them is not supported by the AWS Terraform provider
56
* v2.9: Add endpoints for Account Management, Private Certificate Authority, Bedrock, CloudControl, CodeBuild, CodeCommit, CodeConnections, CodeDeploy, CodePipeline, ElasticTranscoder, MemoryDB, Shield, Textract and Verified Permissions

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"config": 4641,
5050
"configservice": 4641,
5151
"docdb": 4594,
52+
"dsql": 4566,
5253
"dynamodb": 4569,
5354
"dynamodbstreams": 4570,
5455
"ec2": 4597,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-client
3-
version = 2.11
3+
version = 2.12
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)