Releases: markus-wa/godispatch
Releases · markus-wa/godispatch
v1.4.1
Fixes
- Fixed incompatibility with Go 1.11 by downgrading stretcher/testify from 1.7.0 to 1.6.1
v1.4.0
New Features
- Added
Dispatcher.UnregisterAllHandlers()
- Exposed
ErrQueueNotFound
var
v1.3.0
New Features
- Added
PanicHandler
config parameter used to handle panics during dispatching
- Added
NewDispatcherWithConfig(Config)
func
v1.2.1
Changes
- Changed
ConsumerCodePanic
type from struct to interface for mockability
v1.2.0-beta
Changes
- Added
Dispatcher.CancelQueues()
and Dispatcher.CancelAllQueues()
v1.1.0
Changes
- Added
Dispatcher.UnregisterHandler()
Dispatcher.RegisterHandler
now returns a HandlerIdentifier