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

Commit

Permalink
Merge pull request #89 from yuce/releasing-0.8.2
Browse files Browse the repository at this point in the history
Getting ready to relase 0.8.2
  • Loading branch information
yuce committed Feb 28, 2018
2 parents be3a85c + ba11060 commit 0ed9bfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,6 +1,7 @@
# Java Client for Pilosa

<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.8.0-blue.svg"></a>
<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.9.0-blue.svg"></a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22pilosa-client%22"><img src="https://img.shields.io/maven-central/v/com.pilosa/pilosa-client.svg?maxAge=2592"></a>
<a href="https://travis-ci.com/pilosa/java-pilosa"><img src="https://api.travis-ci.com/pilosa/java-pilosa.svg?token=vqssvEWV3KAhu8oVFx9s&branch=master"></a>
<a href="https://coveralls.io/github/pilosa/java-pilosa?branch=master"><img src="https://coveralls.io/repos/github/pilosa/java-pilosa/badge.svg?branch=master" /></a>
Expand All @@ -12,9 +13,10 @@ Java client for Pilosa high performance distributed bitmap index.

## Change Log

* **Next**
* Compatible with Pilosa 0.9.x.
* Checks the server version for Pilosa 0.8.x compatibility. You can do `clientOptions.setSkipVersionCheck()` to disable that.
* **v0.8.2** (2018-02-28)
* Compatible with Pilosa 0.8.x and 0.9.x.
* Checks the server version for Pilosa server compatibility. You can call `clientOptions.setSkipVersionCheck()` to disable that.
* Supports string row and column IDs. This feature requires Pilosa Enterprise.

* **v0.8.1** (2018-01-18)
* Added `equals`, `notEquals` and `notNull` field operations.
Expand Down Expand Up @@ -78,7 +80,7 @@ Add the following dependency in your `pom.xml`:
<dependency>
<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion com.pilosa.client/pom.xml
Expand Up @@ -40,7 +40,7 @@

<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 0ed9bfe

Please sign in to comment.