v3.0
- Removed Facade design pattern and added Factory design pattern on Bolt class
- Checked and updated all protocol classes by official documentation
- Added authentification helper for generating extra argument for hello/init message
- Added new type of exception on message response IGNORED
- Refactoring
What's Changed
- Bolt acts as ProtocolFactory instead of Facade. by @stefanak-michal in #65
- Protocols cleanup by @stefanak-michal in #67
- Small authentication improvements by @transistive in #74
- Extended MessageException by @stefanak-michal in #73
- Added version method to AProtocol classes by @transistive in #75
Full Changelog: v2.7.1...v3.0