Releases: kagkarlsson/db-scheduler
Releases · kagkarlsson/db-scheduler
v16.2.0
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:
- Dejan Pekter (@deximat)
- Gustav Karlsson (@kagkarlsson)
- Max Hovens (@maxhov)
- dependabot[bot] (@dependabot[bot])
v16.1.0
Changelog
🐛 Fixes
🛠 Build
📝 Documentation
- ce4257e Update README.md
Contributors
We'd like to thank the following people for their contributions:
- Aleksander Thornes Vestlund (@aleksandervestlund)
- Gustav Karlsson (@kagkarlsson)
- ilya-kretov
v16.0.0
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:
- Felix Wiemuth (@felixwiemuth)
- Gustav Karlsson (@kagkarlsson)
- Ilya Krylov (@IlKrylov)
- beilCrxmarkets (@beilCrxmarkets)
- dependabot[bot] (@dependabot[bot])
v15.6.0
v15.5.0
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:
- G1AC0B
- Gustav Karlsson (@kagkarlsson)
- dependabot[bot] (@dependabot[bot])
v15.4.2
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:
- Gustav Karlsson (@kagkarlsson)
- beilCrxmarkets (@beilCrxmarkets)
v15.4.1
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:
- Gustav Karlsson (@kagkarlsson)
- dependabot[bot] (@dependabot[bot])
v15.4.0
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
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)
- 207be68 Upload artifact v4
- f00e810 update Spring Boot configuration docs for polling strategy (#630), closes #629 #630
Contributors
We'd like to thank the following people for their contributions:
- Douglas Robert Wallin (@wallind)
- Gustav Karlsson (@kagkarlsson)
- NicklasWallgren (@NicklasWallgren)
- dependabot[bot] (@dependabot[bot])
v15.2.0
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)
Contributors
We'd like to thank the following people for their contributions:
- Geir Sagberg (@geirsagberg)
- Gustav Karlsson (@kagkarlsson)
- dinoklein (@dinoklein)