Releases: Sage/dynamodb_framework
Releases · Sage/dynamodb_framework
v2.0.1
v2.0.0
v1.9.0
Added 'update_ttl_attribute' method to enable or disable time to live on a table.
v1.8.0
Add billing_mode
to the AWS DynamoDB input hash.
v1.7.0
- Updated HashKit to avoid warning messages.
- Added error handling to create table logic to handle table already exists errors.
v1.6.1
- Made create/drop methods idempotent.
- Modified Table.create method to allow global secondary indexes to be specified as optional argument.
v1.5.1
- Added
DynamoDbFramework.default_store
and made all connection based action methods that requiredstore
as a parameter be optional and use default store when not specified.
v1.5.0
- Added
contains(value)
query part. - Added
exists?
query part.
v1.4.0
- Added DynamoDbFramework::Table
- Added DynamoDbFramework::Index
- Added DynamoDbFramework::Query implementation for chained code based queries.
v1.3.0
Added auto DateTime
and Time
attribute conversion prior to persistence.