Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 525 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 525 Bytes

Change Log

All notable changes to this project are documented in this file. This change log follows the conventions of keepachangelog.com.

[0.2.0] - 2016-09-10

Fixed

  • Fix queue/initialize! that fails to create MySQL tables due to index conflict.
  • Internal: Fix possible test failures in non-UTC timezones.
  • Internal: Fix graceful shutdown test.

Changed

  • Use JVM time when querying for pending jobs instead of relying on UTC.
  • Verify the library works properly on Java 8.