Path to this page:
Subject: CVS commit: pkgsrc/net/py-moto
From: Adam Ciarcinski
Date: 2025-02-07 23:07:53
Message id: 20250207220753.73255FBE0@cvs.NetBSD.org
Log Message:
py-moto: updated to 5.0.28
5.0.28
* General:
* Bootstrapping a CDK project is now supported
* New Services:
* S3 Tables:
* create_namespace()
* create_table()
* create_table_bucket()
* delete_namespace()
* delete_table()
* delete_table_bucket()
* get_metadata_location()
* get_table()
* get_table_bucket()
* list_namespaces()
* list_table_buckets()
* list_tables()
* rename_table()
* update_metadata_location()
* Miscellaneous:
* DynamoDB: delete_item() now returns ConsumedCapacity
* DynamoDB: transact_write_items() now returns a \
ReturnValuesOnConditionCheckFailure for all operations
* ECR: Lifecycle Policies() now support the tagPatternList-parameter
* S3: get_object() now returns the ETag when returning a 304 (Not Modified)
* SecretsManager: get_secret_value() no longer throws an error after calling \
rotate_secret(RotateImmediately=False)
* SecretsManager: list_secrets() now filters values with special chars correctly
* Organizations: list_roots() now returns the roots of the parent \
organization, if called from within a child organization
Files: