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

Commit d41ec6c

Browse files
committed
Prepare for 1.1.0
1 parent 877e82c commit d41ec6c

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.1.0 (2015-07-31)
22

33
- [BREAKING CHANGE] Hostname verification and certificate chain
44
validation are now enabled by default. To disable these additional
@@ -16,6 +16,10 @@
1616
default charset is not UTF-8.
1717
- [FIX] Fixed encoding of `+`, `=` and `&` characters when they are used
1818
in the query part of a URL.
19+
- [IMPROVED] Changed the default number of connections per host to 6.
20+
- [NEW] use_index option now available for `FindByIndex` .
21+
- [IMPROVED] Use Cloudant API V2 for permissions.
22+
- [NEW] Added user-agent header to requests.
1923
- [Deprecated] Deprecated `CloudantClient.deleteDB(String name, String confirm)`
2024
API.
2125

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Maven:
2020
<dependency>
2121
<groupId>com.cloudant</groupId>
2222
<artifactId>cloudant-client</artifactId>
23-
<version>1.0.1</version>
23+
<version>1.1.0</version>
2424
</dependency>
2525

2626
~~~
@@ -29,7 +29,7 @@ Gradle:
2929

3030
```groovy
3131
dependencies {
32-
compile group: 'com.cloudant', name: 'cloudant-client', version:'1.0.1'
32+
compile group: 'com.cloudant', name: 'cloudant-client', version:'1.1.0'
3333
}
3434
```
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
group = 'com.cloudant'
6-
version = '1.0.2-SNAPSHOT'
6+
version = '1.1.0'
77
description = """java-cloudant"""
88
//note the gradle project name (cloudant-client) is the maven artifactId
99
//the maven pom name entry and User-Agent name in client.properties are defined by clientName

0 commit comments

Comments
 (0)