Skip to content

Releases: osoykan/db-scheduler-additions

v0.0.5

02 Sep 15:06
Compare
Choose a tag to compare

Full Changelog: 0.0.4...0.0.5

v0.0.4

02 Sep 13:07
Compare
Choose a tag to compare

Full Changelog: 0.0.3...0.0.4

v0.0.3

02 Sep 12:51
Compare
Choose a tag to compare

Full Changelog: 0.0.2...0.0.3

v0.0.2

02 Sep 11:36
Compare
Choose a tag to compare

What's Changed

  • Added db-scheduler-couchbase support! 🎉
  • Added db-scheduler-mongo support! 🎉
  • Added a DSL for constructing the scheduler
  • The package name renamed io.github.osoykan.dbscheduler --> io.github.osoykan.scheduler to keep same convention with db-scheduler project itself.

Internals

  • Created a testing structure that works for both databases, take look at SchedulerUseCases

Deps

  • Update all non-major dependencies to v2.0.20 by @renovate in #21
  • Update all non-major dependencies by @renovate in #22
  • Update dependency io.github.smiley4:ktor-swagger-ui to v3.3.1 by @renovate in #23

Full Changelog: 0.0.1...0.0.2

0.0.1

20 Aug 07:11
0bb9b59
Compare
Choose a tag to compare

Ktor Plugin

  • Introduced, see doc