Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (41 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.16.0

  • Update aws-sdk-dynamodb to 0.31.
  • Remove feature native-tls (removed upstream).

0.15.0

  • Update aws-sdk-dynamodb to 0.28.

0.14.0

  • Update aws-sdk-dynamodb to 0.27.

0.13.0

  • Update aws-sdk-dynamodb to 0.25.

0.12.0

  • Update aws-sdk-dynamodb to 0.24.

0.11.0

  • Update aws-sdk-dynamodb to 0.23.

0.10.0

  • Update aws-sdk-dynamodb to 0.22.

0.9.0

  • Update aws-sdk-dynamodb to 0.21.

0.8.0

  • Update aws-sdk-dynamodb to 0.19.

0.7.0

  • Update aws-sdk-dynamodb to 0.18.

0.6.0

  • Update aws-sdk-dynamodb to 0.17.

0.5.0

  • Update aws-sdk-dynamodb to 0.16.

0.4.1

  • Add tracing support.
  • Tweak acquisition logic to remove an unfair advantage if just dropped a lease that could starve remote acquisition attempts under high contention.

0.4.0

  • Update aws-sdk-dynamodb to 0.15.

0.3.0

  • Update aws-sdk-dynamodb to 0.14.

0.2.0

  • Update aws-sdk-dynamodb to 0.13.

0.1.0

  • Add dynamodb_lease::Client & friends.