forked from oasis-open/cti-taxii-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
35 lines (30 loc) · 1.02 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Version 0.5.0
2018-11-09
- #50 Fix an issue regarding trailing slash being missing in the Endpoint url
- #51 Expose `proxies` to all Endpoint for better flexibility
- #53 Better handling of custom content. It is now stored in the `custom_properties` dictionary
Version 0.4.0
2018-10-31
- #36 Added "proxies" argument to _HTTPConnection.
- Created documentation and host on ReadTheDocs.
- #35 Handle invalid content better.
- #39 Added "_raw" to provide access to raw TAXII Responses.
- #40 Allow users to specify the user agent.
Version 0.3.1
2018-04-12
- Fix packaging problem
Version 0.3.0
2018-04-12
- #21 Re-work the accept parameters validation
- #24 Expose verify positional parameter on endpoints
- #27 Expose the accept positional parameter to allow configurable requests
- #30 Do not fail hard for optional fields of a response
Version 0.2.0
2017-11-07
- Filter keyword arguments to query params
- Add datetime formatting
- Improve README documentation
- Improve code coverage/testing
Version 0.1.0
2017-11-07
- Initial release