Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* work in progress for version 2 * fix: peg lodash version in dev dependencies to whistlepunk's required version * fix(topology): correct behavior when no channels are pending re-establishment during reconnection * fix: correct nack behavior for noBatch to not nack inclusively * fix(topology): add missing rejection handler for edge case when response queue fails * fix(tests): correct misuses of arrow function for mocha calls. fix race condition in request test. * fix(tests): correct no reply queue and queue specific handle setups to avoid race conditions * fix(tests): move harness setup in wild card type test in attempt to fix race condition * fix(tests): add docker kill step to travis script * chore: update README, remove coverage output, update CHANGELOG * chore: remove drone artifacts * chore: remove gulpfile * feat(logging): change logging to bole * fix: remove lingering lodash and when refs * fix: remove lingering when refernces, correct lint errors, add lint step to build, update formatting to semistandard * docs: add separate docs and add links in README in an effort to simplify README and focus on library use. * fix: amqps protocol when using uri (#91) * docs: acknowledge Hugo Cortes for his contribution 😄 * feat: add option to set custom client properties on connection (#85) * docs: acknowledge Mathias Lundell's contribution 🎉 * feat: add ability to remove binding to exchange or queue (#102) * docs: acknowledge Ben Whatley's addition of remove bindings feature 👏 * fix: update debug version - fixes #82: insecure dependency fix security warning on dependencies * feat: add parameters for connections to modify the initial delay, maximum delay, and rate of linear backoff between retry attempts. (#112) * docs: acknowledge Nathan Graves for adding better control over connection retry parameters ⭐ * fix: update dependencies to their latest version (#113) * fix: minor corrections required as a result of dependency updates * fix: correct log defect and channel reacquisition when recreating deleted topology * tests: make wildcard types test block on publish in before * fix: set machina to 2.0.0 (2.0.1 has breaking changes) * tests: refactor exchangeFSM spec to avoid unhandled rejection warnings * fix: update to machina 2.0.2 * docs: update changelog
- Loading branch information