Releases: weyoss/redis-smq
Releases · weyoss/redis-smq
2.0.5 (2020-09-23)
- Bumped redis-smq-monitor to 1.1.5
2.0.4 (2020-09-23)
- Bumped redis-smq-monitor to 1.1.4
2.0.3 (2020-09-21)
- Bumped redis-smq-monitor to 1.1.3
2.0.2 (2020-09-20)
- Bumped redis-smq-monitor to 1.1.2
2.0.1 (2020-09-20)
- 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)
- 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)
- Bug fix: Fixed broken message retry delay (see issue #24)
1.1.5 (2019-11-26)
- Migrated from Mocha/sinon/chai to Jest
- Minor scheduler bug fix in some cases when using both
PROPERTY_SCHEDULED_REPEAT
andPROPERTY_SCHEDULED_CRON
- Code cleanup
1.1.4 (2019-11-23)
- Hotfix release addresses a bug with invalid state checking at the dispatcher level
1.1.3 (2019-11-23)
- Clean up
- Improved error handling
- Improved dispatcher state management
- Fixed broken redis parameters parsing for old configuration syntax used before v1.1.0