Skip to content

Releases: weyoss/redis-smq

2.0.2 (2020-09-20)

16 Sep 17:07
Compare
Choose a tag to compare
  • Bumped redis-smq-monitor to 1.1.2

2.0.1 (2020-09-20)

16 Sep 17:08
Compare
Choose a tag to compare
  • Included CPU usage percentage, hostname, and IP address in the consumer stats
  • Bumped redis-smq-monitor to 1.1.1
  • Updated the monitor parameters types based on the redis-smq-monitor package typing

2.0.0 (2020-04-12)

16 Sep 17:08
Compare
Choose a tag to compare
  • Removed all deprecated methods
  • Removed undocumented Message constructor parameters
  • Message.createFromMessage() now accepts 2 parameters for cloning a message (see Message API docs)
  • Introduced TypeScript support
  • Added examples for TypeScript
  • Small refactoring and cleaning

1.1.6 (2019-11-29)

16 Sep 17:09
Compare
Choose a tag to compare
  • Bug fix: Fixed broken message retry delay (see issue #24)

1.1.5 (2019-11-26)

16 Sep 17:09
Compare
Choose a tag to compare
  • Migrated from Mocha/sinon/chai to Jest
  • Minor scheduler bug fix in some cases when using both PROPERTY_SCHEDULED_REPEAT and PROPERTY_SCHEDULED_CRON
  • Code cleanup

1.1.4 (2019-11-23)

16 Sep 17:09
Compare
Choose a tag to compare
  • Hotfix release addresses a bug with invalid state checking at the dispatcher level

1.1.3 (2019-11-23)

16 Sep 17:10
Compare
Choose a tag to compare
  • Clean up
  • Improved error handling
  • Improved dispatcher state management
  • Fixed broken redis parameters parsing for old configuration syntax used before v1.1.0

1.1.1 (2019-11-12)

16 Sep 17:10
Compare
Choose a tag to compare
  • Handle gracefully unexpected errors for both consumers/producers. Instead of terminating the whole node process, in case of an unexpected error, just log the error and shutdown the instance.
  • Fixed wrong emitted event during producer instance bootstrap causing TypeError.

1.1.0 (2019-11-11)

16 Sep 17:11
Compare
Choose a tag to compare
  • Major code refactoring and improvements
  • Fixed namespace related bugs
  • Fixed minor consumer related bugs
  • Added support for ioredis
  • Rewritten RedisSMQ Monitor based on React and D3
  • RedisSMQ Monitor has split up from main repository and now maintained separately.
  • Introduced changelog