Sneakers v2.12.0 Release Notes
Release Date: 2019-12-24 // over 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v2.11.0
-
๐ Changes Between 2.10.0 and 2.11.0
๐ This releases includes bug fixes, support for more queue-binding options, better
๐ management of the Bunny dependency, and improved documentation. Following is a
list of the notable changes:Rescue from ScriptError
๐ Fixes a bug that would cause Sneakers workers to freeze if an exception
descending fromScriptError
, such asNotImplementedError
, is raisedContributed by @sharshenov
GitHub Pull Request: 373
Loosen Bunny dependency to minor version
๐ The dependency on Bunny is now pinned to the minor version instead of patch,
๐ allowing users to benefit from non-breaking updates to Bunny without having to
๐ wait for a Sneakers release.Contributed by @olivierlacan
GitHub Pull Request: #372
๐ Support
:bind_arguments
on bindIt is now possible to set arguments on a queue when connecting to a headers
exchangeContributed by @nerikj
GitHub Pull Request: #358
Other contributions
๐ This release also contains contributions from @ivan-kolmychek (bumping up Bunny
๐ dependency), @michaelklishin (improving code style), and @darren987469 (adding
examples to the README)