Skip to content

Commit 098f3e9

Browse files
get ready for 4.1 release - updated README and Changelog
1 parent fd8817a commit 098f3e9

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 4.1
4+
5+
#### New Functionality
6+
- [#943](https://github.com/marklogic/java-client-api/issues/943) - Add base class for Proxy Services and integrate with the DatabaseClient
7+
- [#942](https://github.com/marklogic/java-client-api/issues/942) - Add value conversion utilities for Proxy Services
8+
- [#951](https://github.com/marklogic/java-client-api/issues/951) - Add utility to produce an SJS/Xquery main module from Proxy services function declaration
9+
10+
#### Improvements and Bug Fixes
11+
- [881](https://github.com/marklogic/java-client-api/issues/881) - Added a BlockingRunsPolicy for rejected tasks for better threadpool utilization
12+
- [920](https://github.com/marklogic/java-client-api/issues/920) - Prevents QueryBatcher hang when you have a single thread
13+
314
## 4.0.4
415

516
#### New Functionality

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To use the API in your maven project, include the following in your pom.xml:
6060
<dependency>
6161
<groupId>com.marklogic</groupId>
6262
<artifactId>marklogic-client-api</artifactId>
63-
<version>4.0.4</version>
63+
<version>4.1</version>
6464
</dependency>
6565

6666
And add this repository to your pom.xml repositories section:
@@ -73,7 +73,7 @@ And add this repository to your pom.xml repositories section:
7373
For gradle projects, include the following:
7474

7575
dependencies {
76-
compile group: 'com.marklogic', name: 'marklogic-client-api', version: '4.0.4'
76+
compile group: 'com.marklogic', name: 'marklogic-client-api', version: '4.1'
7777
}
7878

7979
Use gradle 1.7+ and add this to your build.gradle repositories section:
@@ -102,14 +102,14 @@ https://developer.marklogic.com/free-developer
102102

103103
To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
104104
the .jar and .asc files from
105-
[maven central](http://repo1.maven.org/maven2/com/marklogic/marklogic-client-api/4.0.4/). MarkLogic's
105+
[maven central](http://repo1.maven.org/maven2/com/marklogic/marklogic-client-api/4.1/). MarkLogic's
106106
pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
107107

108108
$ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
109109

110110
Files can be verified with the command:
111111

112-
$ gpg marklogic-client-api-4.0.4.jar.asc
112+
$ gpg marklogic-client-api-4.1.jar.asc
113113

114114

115115
### Building and Contributing

0 commit comments

Comments
 (0)