All Versions
69
Latest Version
Avg Release Cycle
54 days
Latest Release
795 days ago

Changelog History
Page 6

  • v3.0.2 Changes

    March 19, 2017
    • ๐Ÿ›  Fix custom SQS client initialization
  • v3.0.1 Changes

    March 13, 2017
    • ๐Ÿ›  Fix commands sqs mv and dump options.delete checker
  • v3.0.0 Changes

    March 12, 2017
    • ๐Ÿ’Ž Replace Celluloid with Concurrent Ruby

    • โœ‚ Remove AWS configuration from Shoryuken. Now AWS should be configured from outside. Check this for more details

    • โœ‚ Remove deprecation warnings

    • ๐Ÿ‘ Allow dynamic adding queues

    • ๐Ÿ‘Œ Support retry_intervals passed in as a lambda. Auto coerce intervals into integer

    • โž• Add SQS commands shoryuken help sqs, such as ls, mv, dump and requeue

  • v2.1.3 Changes

    January 27, 2017
    • ๐Ÿ‘‰ Show a warn message when batch isn't supported

    • Require Celluloid ~> 17

    • ๐Ÿ›  Fix excessive logging when 0 messages found

  • v2.1.2 Changes

    December 22, 2016
    • ๐Ÿ›  Fix loading logfile from shoryuken.yml

    • โž• Add support for Strict priority polling (pending documentation)

    • โž• Add test_workers for end-to-end testing supporting

    • ๐Ÿ”ง Update README documenting configure_client and configure_server

    • ๐Ÿ›  Fix memory leak caused by async tracking busy threads

    • ๐Ÿ”จ Refactor fetcher, polling strategy and manager

  • v2.1.1 Changes

    December 05, 2016
    • ๐Ÿ›  Fix aws deprecation warning message
  • v2.1.0 Changes

    December 03, 2016
    • ๐Ÿ›  Fix celluloid "running in BACKPORTED mode" warning

    • ๐Ÿ‘ Allow setting the aws configuration in 'Shoryuken.configure_server'

    • ๐Ÿ‘ Allow requiring a file or dir a through -r

    • โฌ‡๏ธ Reduce info log verbosity

    • ๐Ÿ›  Fix auto extender when using ActiveJob

    • โž• Add FIFO queue support

    • ๐Ÿ—„ Deprecates initialize_aws

    • โšก๏ธ Other miscellaneous updates

  • v2.0.11 Changes

    July 02, 2016
    • ๐Ÿšš Same as 2.0.10. Unfortunately 2.0.10 was removed yanked by mistake from RubyGems.
  • v2.0.10 Changes

    June 09, 2016
    • ๐Ÿ›  Fix manager #225
  • v2.0.9 Changes

    June 08, 2016
    • ๐Ÿ›  Fix daemonization broken in #219