Releases: yarbshk/pybitrix24
Releases · yarbshk/pybitrix24
v1.0.1
- Handle HTTP errors gracefully
- Add default value for
user_id
constructor argument in Bitrix24 class
v1.0.0
- Added support for multiple Python versions (2.7, 3.5+)
- Removed any dependencies
- Improved test coverage
- Improved code stability, readability and documentation
v0.3.3
Features
- Create a
call_webhook
method to handle webhooks.
- Add a couple of exceptions handlers.
Bug fixes