This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Releases: marklogic/ml-javaclient-util
Releases · marklogic/ml-javaclient-util
4.8.0
4.7.0
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
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 bypermissions.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
This patch release addresses a single item:
- Bumped Spring dependency from 5.3.24 to 5.3.27 to address CVE https://spring.io/security/cve-2023-20860
4.5.0
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 releaseDatabaseClientConfig
now supports SAML authentication
4.4.0
4.3.7
4.3.6
4.3.3
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
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