Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurmous committed Jun 16, 2015
1 parent 50ca736 commit 9891cc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,13 +14,13 @@ This project supports any etcd client which supports the etcd v2 api. This is an
<dependency>
<groupId>org.mousio</groupId>
<artifactId>etcd4j</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
```

## Gradle
```
compile 'org.mousio:etcd4j:2.6.0'
compile 'org.mousio:etcd4j:2.7.0'
```

## Manually
Expand Down Expand Up @@ -274,8 +274,8 @@ channel class if you not use a NioEventLoopGroup. By default it will create a sh
* Socket channel class: You can set the socket channel class here. Default is NioSocketChannel.class
* Connect timeout: The timeout of the Netty client itself. Default is 300ms
* Max Frame size: The max frame size of the packages. Default is 100KiB (100 * 1024)
* Host name: The name which Host header will report. Default is the hostname attached to the
local ip in /etcd/hosts
* Host name: The name which Host header will report. Default is hostname:port of the server which is
connected to.

To create an Etcd client with a custom timeout and Netty event loop:
```Java
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'idea'

sourceCompatibility = 1.7
group = 'org.mousio'
version = '2.6.1-SNAPSHOT'
version = '2.7.0'

project.ext {
isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down

0 comments on commit 9891cc7

Please sign in to comment.