Releases: oasis-open/cti-taxii-client
Releases · oasis-open/cti-taxii-client
Version 2.3.0
- #95 Remove extra whitespace in Content-Type header (@2xyo)
- #94 Pagination changes to support more of the header combinations used in TAXII 2.0 (RFC7233). Provide similar as_pages method for v21 paginated call.
- #93 Fixes to ReadTheDocs not rendering Reference API documentation
- #91 Transitioned test suite from TravisCI to GitHub Workflows
- #89 Expose the
cert
parameter to all API classes in v20 and v21
Version 2.2.2
This patch release includes the following changes:
- #85 Provide more details when a Server Response status code is 406. (v20, v21)
- #84 Fallback "Range" HTTP Header for pagination requests. (@teizenman) (v20)
- #81 More flexibility for the Status Endpoint validation. It no longer fails for optional successes, pendings, failures lists (@maybe-sybr) (v20, v21)
Version 2.2.1
This patch release includes the following changes:
- #78 Prevent KeyError when TAXII Server Response does not include 'Content-Range' Header (v20)
Version 2.2.0
Version 2.1.0
Version 2.0.0
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>
Version 1.0.1
Version 1.0.0
Base release of the TAXII Client for 2.0
Unsupported features:
- TLS support in requests
- Force connection initiation using HTTPS