Skip to content

Releases: nuxeo/nuxeo-java-client

Nuxeo Java Client 4.0.0

18 Jul 10:02
Compare
Choose a tag to compare

This release contains the following:

Improvement

Task

Nuxeo Java Client 3.14.0

05 Apr 13:48
Compare
Choose a tag to compare

This release contains the following:

Bug

Improvement

Task

Nuxeo Java Client 3.13.0

30 Sep 09:51
Compare
Choose a tag to compare

This release contains the following:

Breaking Changes

The introduction of named parameters on queryByProvider method prevents the following code to compile:

client.repository().queryByProvider(providerName, pageSize, currentPageIndex, maxResults, sortBy, sortOrder, null);

In such case, you should remove the null.

Bug

  • JAVACLIENT-216 - Make text of server-side exception visible in NuxeoClientRemoteException object

Improvement

  • JAVACLIENT-228 - Add support for named parameters to Repository#queryByProvider
  • JAVACLIENT-230 - Make Java Client work with both okhttp 3.x and 4.x

Nuxeo Java Client 3.12.0

11 Feb 14:04
Compare
Choose a tag to compare

This release contains the following:

Bug

Improvement

Nuxeo Java Client 3.11.0

18 Jun 15:20
Compare
Choose a tag to compare

This release contains the following:

Bug

  • JAVACLIENT-218 - Fix encoding issue with header values which contain non ASCII character

Improvement

Nuxeo Java Client 3.10.0

08 Jun 08:52
Compare
Choose a tag to compare

This release contains the following:

Improvement

  • JAVACLIENT-219 - Add the ability to send several parameters to the Query endpoint when using method 'queryByProvider'

Nuxeo Java Client 3.9.0

08 Dec 10:14
Compare
Choose a tag to compare

This release contains the following:

Bug

Improvement

Clean ups

  • JAVACLIENT-214 - Fix integration tests on workflow since their creation is more restrictive
  • JAVACLIENT-215 - Upgrade the Nuxeo 11.x version for tests

Nuxeo Java Client 3.8.0

16 Sep 16:36
Compare
Choose a tag to compare

This release contains the following:

Improvement

  • JAVACLIENT-209 - Add the POST /comments endpoint to annotation adapter

Nuxeo Java Client 3.7.0

25 Aug 09:50
Compare
Choose a tag to compare

This release contains the following:

Bug

Improvement

  • JAVACLIENT-202 - Fix ability of Java Client to send several parameters to the Query endpoint
  • JAVACLIENT-207 - Allow to define the ACL name when calling Document.addPermission

Clean ups

Nuxeo Java Client 3.6.0

29 Jun 15:14
Compare
Choose a tag to compare

This release contains the following:

Bug

Improvement

  • JAVACLIENT-199 - Allow building a client without connecting it immediately
  • JAVACLIENT-200 - Make OAuth2Interceptor work without a refresh token