All Versions
23
Latest Version
Avg Release Cycle
290 days
Latest Release
-

Changelog History
Page 1

  • v1.9.3 Changes

    • ➕ Added support for Scala 3. PR #114
  • v1.9.2 Changes

    • ➕ Added deleteAll method. PR #109
  • v1.9.1 Changes

    • 🛠 Fixed Delayed Setup & Execute a Cron Job test case at QuartzTypedSchedulerFunctionalSpec.
    • ⚡️ Updated to Scala 2.12.13 and 2.13.5.
    • ⚡️ Updated TravisCI to build with new Scala Versions.
    • ➕ Added OpenJDK11 stage on TravisCI.
  • v1.9.0 Changes

    • ➕ Added Akka Typed Actor compatibility. PR #102
    • ⬆️ Upgrade Akka Actor to 2.6.10 version.
    • ⬆️ Upgrade Akka Test Kit to 2.6.10 version.
    • 🔧 Extract Functional Test Sample Configuration to its own class.
  • v1.8.5 Changes

    • ➕ Added previous and next firing times to messages where applicable. PR #80
    • ⚡️ Updated config from val to def to allow it to be overriden. Pr #100
    • ⬆️ Upgraded the project to SBT 1.3.13 and removed some unnecessary plugins for the project.
    • ✅ Some of the tests use America/San_Francisco as a timezone. This timezone doesn't exist, so some time was spent "fixing" this but ultimately the changes ⏪ were mostly reverted. Again, this should only affect the tests and shouldn't affect the library itself.
    • ⚡️ Updated to Scala 2.12.12 and 2.13.3
  • v1.8.4 Changes

    • ⏱ Officially removed support for Scala 2.11 since Akka 2.6+ requires Scala 2.12+. PR #97
    • 🛠 Fixed issue with concurrency concerns. Issue #96 and #98
  • v1.8.4-akka

    May 22, 2020
  • v1.8.3 Changes

    • ⏱ Marked HikariCP as an excluded dependency due to classpath conflicts with other projects such as Play!. Issue #83.
  • v1.8.3-akka

    March 02, 2020
  • v1.8.2 Changes

    • ➕ Added Akka 2.6.0 support by fixing issue with ExtensionKey usage.