Skip to content

Releases: kagkarlsson/db-scheduler

v16.2.0

04 Oct 14:43
4dbd4c2

Choose a tag to compare

Changelog

🚀 Features

  • 84e94e2 Expose Clock from builder and implement in Spring Boot AutoConfiguration (#720), closes #720

🛠 Build

  • 6d5c3d9 deps: bump org.testcontainers:testcontainers-bom from 1.20.6 to 1.21.3 (#711), closes #711
  • 03abb96 deps: bump serialization.version from 1.8.1 to 1.9.0 (#717), closes #717 #2945 #2983 #2995 #2998 #3014 #3023 #3027 #3031
  • 632676b deps-dev: bump org.postgresql:postgresql from 42.7.5 to 42.7.8 (#741), closes #741 #3510 #3513 #3613 #3641 #3660 #3663 #3665 #3666 #3678 #3682 #3686 #3687 #3695 #3696 #3697 #3701 #3703 #3746 #3747 #3748 #3750 #3751 #3758 #3759 #3774 #3775 #3778 #3780 #3782 #3783 #3794 #3796 #3797 #3799 #3800 #3801 #3802 #3803 #3805 #3807 #3808 #3809
  • 46e6aa2 deps: bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 (#742), closes #742
  • af23155 deps: Use Spring Boot v3.5.5 as default (from 3.4.5) (#739), closes #735 #739

Contributors

We'd like to thank the following people for their contributions:

v16.1.0

04 Sep 16:13
4e487d3

Choose a tag to compare

Changelog

🐛 Fixes

🛠 Build

📝 Documentation


Contributors

We'd like to thank the following people for their contributions:

v16.0.0

20 Jul 13:22

Choose a tag to compare

Changelog

🛠 Build

  • 2df4eb6 Update to Java 17 (#698), closes #681
  • 74ec31c Migrate to mavenCentral plugin for publishing
  • 304f455 Thread safe pausing (#697), closes #697
  • 6941131 Add documentation for SchedulerClient.cancel (#692), closes #692
  • 6e1191c deps-dev: bump com.oracle.database.jdbc:ojdbc8 from 23.6.0.24.10 to 23.8.0.25.04 (#696)
  • 3ed373a deps: bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 (#690)
  • 38aca92 deps: bump serialization.version from 1.8.0 to 1.8.1 (#689)
  • 9e67fe0 deps: bump com.google.guava:guava from 33.4.0-jre to 33.4.8-jre (#687)

Contributors

We'd like to thank the following people for their contributions:

v15.6.0

28 Apr 07:46
9a74fa5

Choose a tag to compare

Changelog

🐛 Fixes

  • 9a74fa5 Fix getExecutionsFailingLongerThan to not return executions that have previously failed but are now running ok (#685), closes #563 #685

Contributors

We'd like to thank the following people for their contributions:

v15.5.0

23 Apr 17:49
8c1e4fa

Choose a tag to compare

Changelog

🚀 Features

🐛 Fixes

  • eda01aa Daily Schedule should add day on LocalDate before setting the LocalTi… (#663), closes #662 #663

🛠 Build

  • 9f6f8b6 deps: bump net.java.dev.jna:jna from 5.15.0 to 5.17.0 (#675)
  • 53f68f1 deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#676)
  • 77ff8ea deps: bump org.mockito:mockito-bom from 5.15.2 to 5.17.0 (#677)
  • def22ac deps-dev: bump bytebuddy.version from 1.17.2 to 1.17.5 (#678), closes #678
  • 0aaabf6 deps: bump kotlin.version from 2.1.10 to 2.1.20 (#679), closes #679

Contributors

We'd like to thank the following people for their contributions:

v15.4.2

16 Apr 13:28
ab9801c

Choose a tag to compare

Changelog

🐛 Fixes

  • ab9801c Use SchedulerListerner instead of the deprecated StatsRegistry in the TaskResolver (#659), closes #504 #658 #659
  • 8b2b4a8 Reduce log-level to DEBUG when missing a single heartbeat update (#670), closes #654 #670

  • b2d91ed Updating contributing guidelines

Contributors

We'd like to thank the following people for their contributions:

v15.4.1

16 Apr 12:02
1e3ea67

Choose a tag to compare

Changelog

🐛 Fixes

🛠 Build

  • 6e185e9 deps: bump org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.6 (#644)
  • cc7aff0 deps-dev: bump bytebuddy.version from 1.17.1 to 1.17.2 (#645), closes #645
  • 74a48c6 deps: bump jackson.version from 2.18.2 to 2.18.3 (#646), closes #646
  • f5bbecc deps-dev: bump org.mariadb.jdbc:mariadb-java-client from 3.5.1 to 3.5.3 (#657), closes #657
  • 2d3af56 deps: bump org.junit:junit-bom from 5.11.4 to 5.12.2 (#664), closes #664

Contributors

We'd like to thank the following people for their contributions:

v15.4.0

15 Apr 13:27

Choose a tag to compare

What's Changed

  • build(deps-dev): bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 by @dependabot in #638
  • build(deps-dev): bump bytebuddy.version from 1.16.1 to 1.17.1 by @dependabot in #637
  • build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 by @dependabot in #635
  • build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.18.1 to 3.19.1 by @dependabot in #636
  • build(deps): bump serialization.version from 1.7.3 to 1.8.0 by @dependabot in #618
  • fix: Compile with -parameters flag by @kagkarlsson in #616
  • feat: expose missedHeartbeatsLimit config through Spring Boot properties (addresses #633) by @wallind in #634

Full Changelog: v15.3.0...v15.4.0

v15.3.0

19 Feb 11:05

Choose a tag to compare

Changelog

🚀 Features

🛠 Build

  • 8b261a6 deps: bump org.mockito:mockito-bom from 5.14.2 to 5.15.2 (#621)
  • 11523f1 deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.2 (#619)
  • 51b1a19 deps: bump kotlin.version from 2.1.0 to 2.1.10 (#620)
  • 9b5698d deps: bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#622)

Contributors

We'd like to thank the following people for their contributions:

v15.2.0

29 Jan 14:33
b041658

Choose a tag to compare

Changelog

🚀 Features

🛠 Build

  • 76c7bb2 deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.5.2 (#607)
  • 8faffd3 deps: bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 (#608)
  • 097e75d deps-dev: bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#610)
  • 7fd3c5a deps: bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#609)
  • eb1f55b deps-dev: bump bytebuddy.version from 1.15.11 to 1.16.1 (#611)

  • e895227 Use correct logger for CancelDeadExecution (#614)

Contributors

We'd like to thank the following people for their contributions: