Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 249eab6

Browse files
authored
Merge pull request #389 from cloudant/prepare-2.10.0-release
Prepared for version 2.10.0 release
2 parents cc5973e + d28c478 commit 249eab6

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# 2.10.0 (Unreleased)
2-
- [NEW] Add IAM cookie authentication method.
3-
- [IMPROVED] Updated documentation by replacing deprecated Cloudant links with the latest Bluemix links.
1+
# 2.10.0 (2017-11-07)
2+
- [NEW] Added API for upcoming IBM Cloud Identity and Access Management support for Cloudant on IBM
3+
Cloud. Note: IAM API key support is not yet enabled in the service.
4+
- [IMPROVED] Updated documentation by replacing deprecated Cloudant links with the latest bluemix.net
5+
links.
46
- [IMPROVED] Clarified documentation for search indexes.
57
- [IMPROVED] Added `Row#getError` and `AllDocsResponse#getErrors` for returning any error messages
68
from a `view` or `_all_docs` request.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This is the official Cloudant library for Java.
2222
Gradle:
2323
```groovy
2424
dependencies {
25-
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.9.0'
25+
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.10.0'
2626
}
2727
```
2828

2929
Gradle with [optional `okhttp-urlconnection` dependency](#optional-okhttp-dependency):
3030
```groovy
3131
dependencies {
32-
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.9.0'
33-
compile group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.4.2'
32+
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.10.0'
33+
compile group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.8.1'
3434
}
3535
```
3636

@@ -39,7 +39,7 @@ Maven:
3939
<dependency>
4040
<groupId>com.cloudant</groupId>
4141
<artifactId>cloudant-client</artifactId>
42-
<version>2.9.0</version>
42+
<version>2.10.0</version>
4343
</dependency>
4444
~~~
4545

@@ -49,13 +49,13 @@ Maven with [optional `okhttp-urlconnection` dependency](#optional-okhttp-depende
4949
<dependency>
5050
<groupId>com.cloudant</groupId>
5151
<artifactId>cloudant-client</artifactId>
52-
<version>2.9.0</version>
52+
<version>2.10.0</version>
5353
</dependency>
5454

5555
<dependency>
5656
<groupId>com.squareup.okhttp3</groupId>
5757
<artifactId>okhttp-urlconnection</artifactId>
58-
<version>3.4.2</version>
58+
<version>3.8.1</version>
5959
</dependency>
6060
~~~
6161

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1-SNAPSHOT
1+
2.10.0

0 commit comments

Comments
 (0)