Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Releases: marklogic/ml-javaclient-util

4.8.0

17 May 18:06
a58e562
Compare
Choose a tag to compare

This minor release addresses a single item:

  • Updated dependencies:

4.7.0

31 Jan 14:06
d6cec23
Compare
Choose a tag to compare

This minor release addresses the following items:

  • DatabaseClientConfig supports the key store and trust store properties supported by Java Client 6.5.0 for 2-way SSL.
  • Properties files for collections and permissions now support glob expressions.
  • Depends on Java Client 6.5.0.

4.6.0

08 Sep 14:30
d4bcbb2
Compare
Choose a tag to compare

This minor release addresses the following items:

  • #182 Can now deploy a query-based-view (QBV); the view can be defined via JavaScript or XQuery, and a new view in the application's schemas database will be generated from it. This support requires some changed to DefaultSchemasLoader that may cause breaks if you are binding directly to that class, though most users are expected to only be using this class via ml-gradle's schema-loading feature.
  • #186 When loading files, collections defined by collections.properties and permissions defined by permissions.properties can now be cascaded to child directories.
  • Bumped com.fasterxml.jackson dependency from 2.14.3 to 2.15.2.
  • Includes improvements in Java Client 6.3.0.

4.5.1

08 May 19:07
Compare
Choose a tag to compare

This patch release addresses a single item:

4.5.0

06 Feb 16:14
Compare
Choose a tag to compare

This minor release addresses the following items:

  • Now depends on Java Client 6.1.0
  • DatabaseClientConfig now supports configuring a base path and an API key for the upcoming MarkLogic Cloud release
  • DatabaseClientConfig now supports SAML authentication

4.4.0

28 Dec 17:43
Compare
Choose a tag to compare

This minor release addresses the following two items:

  1. #165 Now depends on MarkLogic Java Client 6.0.0
  2. #167 Fixed logging bug where error was incorrectly logged

4.3.7

21 Nov 19:15
Compare
Choose a tag to compare

Bugfix release addressing the following:

4.3.6

27 Sep 00:37
Compare
Choose a tag to compare

This patch release addresses the following issues:

  • #153 When a TDE template fails to be inserted, a more helpful error message is displayed
  • #156 When inserting TDE templates with ML 10.0-9 or higher, permissions specified via permissions.properties will not cause an error

4.3.3

10 Aug 20:55
412307a
Compare
Choose a tag to compare

This bugfix release addresses the following items:

  • TDE validation now works properly before and after ML 10.0-9
  • Importing/exporting QConsole workspaces includes additional elements
  • Dependencies have been updated to minimize security vulnerabilities

4.3.1

05 Apr 19:51
Compare
Choose a tag to compare

What's Changed

  • Update ML Java Client API to remove Spring4Shell vulnerability
  • Implement change to only lowerCase the Windows drive letter instead of the entire file path by @hansenmc in #133
  • Code cleanup and linting by @hansenmc in #141
  • Change var to let or const, remove unnecessary semicolons at the end of function declarations by @hansenmc in #142

Full Changelog: 4.3.0...4.3.1