Releases: AbsaOSS/hyperdrive-trigger
Releases · AbsaOSS/hyperdrive-trigger
v0.3.6
v0.3.5
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
v0.3.3
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