v9.0.0
Bumped!
Diff: v8.2.0...v9.0.0
Changes:
- Add sync disconnect to the Bunny\Client so we can disconnect synced without Promises. The main reason for this is, that client itself is sync (async is in async/client.php) and if connection is lost during app, it will end fatal error with exception, that can`t be catch. This will put the disconnect back to the sync state, so no more promise and no mo trouble if connection is dropped. (#47) [ae30026] (@bckp)
- Support for bulk consumer (#45), co-authored-by: Petr Kučera [email protected] [ab8a81a] (@bckp)