Skip to content

4.5.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 06 Feb 17:57
· 77 commits to master since this release

This minor release addresses the following items:

Security fixes

As mentioned in the ml-app-deployer 4.5.0 release notes, ml-gradle no longer defaults to a username of "admin" and a password of "admin" when connecting to MarkLogic. If you are setting at least mlUsername and mlPassword in your Gradle properties, you will not encounter any issues. If you are not, you simply need to set mlUsername and mlPassword in your Gradle properties (and you're free to set them to "admin" and "admin", though this behavior is discouraged in real world scenarios).

Bug fixes

  • #645 mlPrintForestPlan no longer throws an error when custom forests are used.

New features

  • #643 mlGenerateUnitTestSuite can now generate SJS test modules
  • SAML, Kerberos, and Certificate authentication are now supported for all connections to MarkLogic; see the Property Reference for a list of new properties in 4.5.0 to support these authentication strategies.
  • Supports connections for the upcoming MarkLogic Cloud release.