Dynamo3

Latest version: v1.0.0

Safety actively analyzes 621142 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.0.0

-----
* Removed the legacy API (scan, query, update_item, delete_item, put_item, get_item)
* Renamed the new API methods to match the old ones (e.g. scan2 -> scan, query2 -> query)
* Moved constant values into ``dynamo3.constants``. This is where you can now find STRING, BINARY, etc
* Added mypy typing where possible
* Drop support for Python 2
* Add support for table billing mode (aka on-demand tables)
* Add support for SSE, TTL, and transactions

0.4.10

------
* Fixed DynamoDB Local link in testing framework

0.4.9

-----
* Feature: Result objects from get_item have an ``exists`` flag
* Feature: ``wait`` keyword for create and delete table

0.4.8

-----
* Bug fix: Scans/Queries could return incomplete results if AWS returned an empty Items list

0.4.7

-----
* New ``RateLimit`` class to avoid blowing through your provisioned throughput

0.4.6

-----
* New ``Limit`` class for more complex query limit behavior
* Bug fix: Scan and Query with ``Select='COUNT'`` will page results properly

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.