Skip to content

v0.4.3

Compare
Choose a tag to compare
@jozefbakus jozefbakus released this 01 Jul 12:13
· 229 commits to develop since this release

Enhancements

  • #466: Kill running Spark Job
  • #455 #454: On workflow finish email notifications

Internal tasks

  • #470: Add timeout config for yarn connection health indicator
  • #446: Use JsonB type for Job properties
  • #455: Postgres test containers
  • #455: Notifications backend implementation
  • #454: Notifications frontend implementation
  • Rename database delta scripts
  • Upgrate snakeyaml from 1.25 to 1.26

Application properties changes

  • Added property sparkYarnSink.userUsedToKillJob
  • Added property health.yarnConnection.timeoutMillis
    • Only numbers are accepted. (Optional value)
  • Added property notification.enabled
    • Only booleans are accepted. (Default: false)
  • Added property notification.sender.address
    • Only characters are accepted. (Default: empty string)
  • Added property spring.mail.host
  • Added property spring.mail.port