Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Require Rescue 4.4.0 (#3890)
Browse files Browse the repository at this point in the history
* Require Rescue 4.0

This is a requirement for rolling _transactions2 out by default. Unclear if we actually want to merge it yet if we're not quite at the "turn on by default" phase yet. As of today (April 2nd) about half of the fleet violates this constraint.

* Update build.gradle

* changelog
  • Loading branch information
tpetracca authored and jeremyk-91 committed Apr 25, 2019
1 parent e079e8b commit 3b3031b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atlasdb-cassandra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ recommendedProductDependencies {
productDependency {
productGroup = 'com.palantir.rescue'
productName = 'rescue'
minimumVersion = '3.22.0'
minimumVersion = '4.4.0'
maximumVersion = '4.x.x'
}

Expand Down
3 changes: 3 additions & 0 deletions docs/source/release_notes/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ develop
Also, ``CoordinationService.createDefault()`` now handles instrumentation of both the coordination service and store.
(`Pull Request <https://github.com/palantir/atlasdb/pull/3894>`__)

* - |userbreak|
- AtlasDB Cassandra KVS now depends on rescue 4.4.0 (was previously 3.22.0).

========
v0.133.0
========
Expand Down

0 comments on commit 3b3031b

Please sign in to comment.