Releases can be found at https://github.com/silverstripe/silverstripe-dynamodb/releases
This release fixes an issue where the session_lifetime for the dynamodb engine
was being ignored; falling back to php's session.gc_maxlifetime
setting
instead.
Also, late static binding is used to instantiate the DynamoDbSession
object for
better extensibility.
Fixed issue where session_lifetime
was not being assigned properly
This release allows the code to get the underlying AWS session handler for DynamoDb.
DynamoDbSession::get()->getHandler()
See the AWS DynamoDB Session Handler for more information.
This release bumps the AWS PHP SDK to a version that allows session_id regeneration.
Remove logging configuration
Initial release