Releases: bekk/db-scheduler-ui
Releases · bekk/db-scheduler-ui
v3.2.1
What's Changed
- Do not start scheduler from TaskLogic. Fixes #124 by @geirsagberg in #125
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Sort logs by ID instead of task_finished. Add customizable limit. by @geirsagberg in #120
Full Changelog: v3.1.1...v3.2.0
v3.1.1
What's Changed
- Fix serialization and tablename by @geirsagberg in #117
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Use correct property for 'showHistory' setting in frontend by @geirsagberg in #112
- Include dependencies for both
webmvc
andwebflux
(but without their autoconfiguration), so the UI is available immediately without adding extra configuration.
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Remove thymeleaf, improve webflux support by @geirsagberg in #111
This release also removes the spring-boot-starter-web
package, keeping only what is necessary for the library to function, so it can be more easily included in either a Spring MVC or WebFlux project.
Full Changelog: v2.0.0...v3.0.0
v2.0.0-rc-1
v1.1.2
What's Changed
- Better defaults for startTime and endTime by @5V715 in #104
- Added current date to the query parameter if there is no current scheduleTime provided by @StijnDeLeeuw in #102
New Contributors
- @StijnDeLeeuw made their first contribution in #102
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Add setting for toggling autoconfiguration of db-scheduler-ui
What's Changed
- Auto publish new releases to maven by @sveinbma in #98
- add db-scheduler-ui.enabled to toggle autoconfiguration (fixes #96) by @geirsagberg in #99
New Contributors
- @geirsagberg made their first contribution in #99
Full Changelog: v1.0.2...v1.1.0