Skip to content

Releases: AbsaOSS/hyperdrive-trigger

v0.3.6

24 Mar 14:46
b7fa9ff
Compare
Choose a tag to compare

Enhancements

  • Import multiple workflows bugfix (#387)
  • Prevent self-deactivation of scheduler instance bugfix (#395)

v0.3.5

18 Mar 12:51
0d186b0
Compare
Choose a tag to compare

Enhancements

  • License updates (#381 #382)
  • Spark jobs - Merge extraJavaOptions from template, job and properties file (#386)
  • Refactored get changed sensors query (#390)
  • Symlinks for job executables (#391)

Application properties changes

  • Added property scheduler.sensors.changedSensorsChunkQuerySize
  • Added property scheduler.executors.executablesFolder
    • Base path to job executables

v0.3.4

26 Feb 12:24
3a1cc14
Compare
Choose a tag to compare

Enhancements

  • Scalable scheduler (#370)
  • Update Jenkinsfile (#374)
  • Header logo update (#377)

Bugfixes

  • Fix logging (#378)

Application properties change

  • Added property: scheduler.lag.threshold. Lag threshold in ms, before the instance is deactivated by another instance. Default value: 20000

v0.3.3

04 Feb 15:55
28e2b3d
Compare
Choose a tag to compare

Enhancements

  • Improved performance using database indexes (#365)
  • The extraJavaOptions from both the application properties and the UI are concatenated and then passed to the spark job (#366)
  • Added Liquibase - an open-source database-independent library for tracking, managing, and applying database schema changes. (#371)
  • Updated favicon and title in the title bar using hyperdrive logo and “Hyperdrive” title (#372)

Application properties changes

  • Added property db.skip.liquibase.
    • Switch on and off db update on application startup
    • Values = true, false
  • Added property spring.liquibase.change-log
    • Path to database change log