Skip to content

v2.0.0

Choose a tag to compare

@paxtonhare paxtonhare released this 02 Oct 17:34
· 8555 commits to master since this release

Upgrading from a previous version

You have 2 choices for upgrading from a previous version.

  1. Run the Quick Start UI and let it upgrade for you
  2. Run the gradle command gradlew hubUpdate

Breaking Changes

Parameters changed

Parameters to the underlying REST extensions have changed. See here for the current reference: https://github.com/marklogic-community/marklogic-data-hub/wiki/Advanced-Hub-Usage

Gradle Minimun Version

Gradle Minimun Version is now 3.4. You will need to update your gradle version or your gradlewrapper version if you have < 3.4.

To update gradle wrapper:

gradle wrapper --gradle-version 3.4

v2.0.0

Full Changelog

Fixed bugs:

  • mlWatch is deploying Flow XMLs on every iteration #522
  • Can't login to quickstart with data-hub-user #519
  • Error when settings gradle properties from task definition #518
  • Basic auth not working #517
  • Debug of run-flow transform breaks multipart requests and can't be turned off #516
  • Bug in deploying Flows to MarkLogic #512
  • Writer trace is firing twice #510
  • Error loading XSD schemas #509

Closed issues:

  • Can't run flows with spaces in the names from MLCP #523
  • Better error handling on gradle hubRunFlow #514
  • Move the Input Flow writer trace into main.(sjs|xqy) #513
  • Links need updating #508
  • Update to latest ml-gradle #505
  • Input flow (mlcp) options aren't saved #481