Skip to content

v0.4.2

Compare
Choose a tag to compare
@jozefbakus jozefbakus released this 25 May 09:41
· 241 commits to develop since this release

Enhancements

  • #428: Removed spark client deployment mode
  • #425: Added health indicators (Endpoint: /admin/health)
  • #434: Log in user name is converted to lower case
  • #435: Runs - increased default number of displayed rows
  • #450: Workflows - Bulk run

Bugfixes

  • #436: Refresh runs is closing details window
  • #437: On an expired session first rest request is failing

Internal tasks

  • #422: Job instance parameters refactoring
  • #418: AWS docker tls

Application properties changes

  • Added property management.endpoint.health.show-details=always
  • Added property health.databaseConnection.timeoutMillis
    • Only numbers are accepted. (Default: 120000)
  • Added property health.yarnConnection.testEndpoint
    • Yarn endpoint to check health. (In case of YARN /cluster/cluster)
  • Added property application.maximumNumberOfWorkflowsInBulkRun
    • Only numbers are accepted. Number of workflows that can be executed in bulk. (Default: 10)