Skip to content

Commit 07d1d8f

Browse files
committed
readme updates for 2.0-RC1
1 parent 1c58989 commit 07d1d8f

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
.project
55
.gradle/
66
.settings/
7-
.idea/
7+
.idea/
8+
9+
.DS_Store

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[![Build Status](https://travis-ci.org/bitsofinfo/hazelcast-consul-discovery-spi.svg?branch=master)](https://travis-ci.org/bitsofinfo/hazelcast-consul-discovery-spi)
44

55
Provides a Consul based discovery strategy for Hazlecast 3.6+ enabled applications.
6-
This is an easy to configure plug-and-play Hazlecast DiscoveryStrategy that will optionally register each of your Hazelcast instances with Consul and enable Hazelcast nodes to dynamically discover one another via Consul.
6+
This is an easy to configure plug-and-play Hazlecast DiscoveryStrategy that will optionally register each of your Hazelcast instances with Consul and enable Hazelcast nodes to dynamically discover one another via Consul.
7+
8+
See "releases" below for important compatibility details with different version of Hazelcast.
79

810
* [Status](#status)
911
* [Releases](#releases)
@@ -23,12 +25,24 @@ This is an easy to configure plug-and-play Hazlecast DiscoveryStrategy that will
2325

2426
## <a id="status"></a>Status
2527

26-
This is release candidate code, tested against Hazelcast 3.6-EA+ through 3.9.x stable releases, as well as Consul 0.7.x up to 1.0.x.
28+
This is release candidate code, tested against Hazelcast 3.6-EA+ through 3.9.x and 4.x stable releases, as well as Consul 0.7.x up to 1.0.x.
2729

2830
## <a id="releases"></a>Releases
2931

32+
33+
### Hazelcast compatibility
34+
35+
* For Hazelcast >= 4.0 you should use [2.0-RC1+](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/2.0-RC1)
36+
37+
* For Hazelcast <= 3.x you should use [1.0-RC9 or below](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC9)
38+
39+
40+
### Release history
41+
3042
* MASTER - in progress, this README refers to what is in the master tag. Switch to relevant RELEASE tag above to see that versions README
3143

44+
* [2.0-RC1](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/2.0-RC1): PR #33 #34 Compat updates for Hazelcast 4.x thanks @amrsamii. **REQUIRES HAZELCAST 4.x+, will not work with Hazelcast <= 3.x**
45+
3246
* [1.0-RC9](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC9): PR #28 #29 (consul health script fixes) for #27
3347

3448
* [1.0-RC8](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC8): Tweaks for Consul 0.8+ (health check sample script change). consul-client upgrade to 0.17.1; build.gradle HZ `3.+` dependency. Address post Consul 0.8 ACL notes (in README) for [#26]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0-RC9
1+
version=2.0-RC1
22
description=hazelcast-consul-discovery-spi - Consul based discovery strategy SPI for Hazelcast enabled applications
33

44
hazelcast_version=4.0

0 commit comments

Comments
 (0)