Releases: CybercentreCanada/assemblyline_client
Releases · CybercentreCanada/assemblyline_client
v4.9.1.dev1: Merge pull request #46 from CybercentreCanada/set_obo
Treat daily quota error differently then concurrent quota errors
v4.9.0: Merge pull request #46 from CybercentreCanada/set_obo
- Added support for OBO Tokens
- Allow client to create a classification engine object from the server's configuration
v4.8.3.dev2
Add missing __init__ file
v4.8.3.dev1
Allow the AL Client to get the classification engine from the server
v4.8.3.dev0
Added functions for OBO support
v4.8.2
Release 4.8.1
Additions
- Added APIs to remove labels from Alerts
v4.8.0
What's Changed
- Allow passing a single service instead of a list of one by @gdesmar in #39
- Make sure we can parse to text all result sections by @cccs-sgaron in #42
- Use POST instead of GET for login by @cccs-sgaron in #43
Full Changelog: v4.7.1...v4.8.0
v4.8.0.dev3
What's Changed
- Allow passing a single service instead of a list of one by @gdesmar in #39
- Make sure we can parse to text all result sections by @cccs-sgaron in #42
- Use POST instead of GET for login @cccs-sgaron in #43
Full Changelog: v4.7.1...v4.8.0.dev3
v4.8.0.dev2
- Use POST for login in so we stop supporting sending data through get operations
- Fix tests