Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@emmanvg emmanvg released this 02 Apr 03:38
· 78 commits to master since this release

Base release of the TAXII Client for 2.1. Unsupported features:

  • TLS support in requests
  • Force connection initiation using HTTPS

Note:
import taxii2client by default will load TAXII 2.1 classes. If this is not desired use from taxii2client import v20
or from taxii2client.v20 import <class>