This repository was archived by the owner on Mar 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
3131dependencies {
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
33apply plugin : ' signing'
44
55group = ' com.cloudant'
6- version = ' 1.0.2-SNAPSHOT '
6+ version = ' 1.1.0 '
77description = """ 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
You can’t perform that action at this time.
0 commit comments