mosquito v0.1.1 Release Notes

Release Date: 2018-06-08 // almost 6 years ago
  • 2018-06-08

    • ๐Ÿ’ฅ Breaking: Update Mosquito::Model type alias to match updates to Granite
    • โฌ†๏ธ Misc typo fixes and flexibility upgrades
    • โšก๏ธ Update Crystal specification 0.23.1 -> .24.2
    • ๐Ÿ”€ Correctly specify and sync version numbers from shard.yml / version.cr / git tag
    • ๐Ÿš€ Release version 0.1.1

    2018-01-16

    • ๐Ÿ”ง Use configurable Logger instead of writing directly to stdout
    • โฑ Job classes can now disable rescheduling on failure
    • ๐ŸŒฒ Log output is now colorized and formatted to be read by human eyes
    • ๐Ÿ› BUG: task id was mutating on each save, causing weird logging when tasks reschedule.

    2017-12

    • ๐ŸŽ PERFORMANCE: adding IDLE_WAIT to prevent slamming redis when the queues are empty. Smarter querying of the queues for work.