Release History

2.3.0 (24 Jan 2018)

  • Add handling for tornado_aws.exceptions.RequestException
  • Update to tornado-aws 1.0.0

2.2.0 (06 Jun 2017)

  • Update to tornado-aws 0.8.0 and add Python 3.6 to supported versions

2.1.3 (27 Jan 2017)

  • Add HTTP Internal Server Error (500) and Service Unavailable (503) to retriable exceptions

2.1.2 (28 Oct 2016)

  • Change the pinning of tornado-aws to open it up a little wider

2.1.1 (21 Oct 2016)

  • Add DYANMODB_NO_CREDS_RATE_LIMIT environment variable support to the mixin

2.1.0 (20 Oct 2016)

  • Fix exception handling for requests to actually catch all the exceptions we care about

2.0.0 (17 Oct 2016)

  • Breaking API change for Client.get_item to allow for return values for ConsumedCapacity
  • Implement Client.delete_item, Client.update_item, Client.query, Client.scan
  • Improved parameter validation

1.1.0 (12 Oct 2016)

  • Remove the service tag in InfluxDB
  • Remove the correlation-id field value
  • Collect all of the paged query results

1.0.2 (26 Sep 2016)

  • Fix a mixin InfluxDB integration issue

1.0.1 (26 Sep 2016)

  • Make DynamoDBMixin available from sprockets_dynamodb

1.0.0 (26 Sep 2016)

  • Initial release