Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade consul to 0.7 for atomic transactions #73

Merged
merged 1 commit into from
Oct 22, 2016
Merged

Conversation

vdloo
Copy link
Owner

@vdloo vdloo commented Oct 22, 2016

Transactional Key/Value API: A new /v1/txn API was added that allows
for atomic updates to and fetches from multiple entries in the
key/value store inside of an atomic transaction. This includes
conditional updates based on obtaining locks, and all other key/value
store operations.
https://github.com/hashicorp/consul/blob/v0.7.0/CHANGELOG.md
hashicorp/consul#2028

> Transactional Key/Value API: A new /v1/txn API was added that allows
> for atomic updates to and fetches from multiple entries in the
> key/value store inside of an atomic transaction. This includes
> conditional updates based on obtaining locks, and all other key/value
> store operations.
https://github.com/hashicorp/consul/blob/v0.7.0/CHANGELOG.md
hashicorp/consul#2028
@vdloo vdloo merged commit 5094ca1 into master Oct 22, 2016
@vdloo vdloo deleted the upgrade-consul-to-0.7 branch October 22, 2016 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant