forked from intezer/analyze-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
99 lines (77 loc) · 1.94 KB
/
CHANGES
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
1.9.2
-------
- Allow passing file-like object to download file
- When providing to download file a directory, the file name is taken from the response
1.9.1
-------
- Optional latest family search on get analysis metadata
1.9.0
-------
- Rename exception to have Error suffix
- Add `SubAnalysis.from_analysis_id` to properly initialize SubAnalysis without the composed analysis
- Fix URL analysis additional parameters propagation
- Add File analysis summary metadata function
1.8.3
-------
- add extraction info to sub analysis
1.8.1
-------
- Add space in note title
1.8.0
-------
- Add on-premise compatability
- Deprecate `get_analysis_by_id` in favor of `Analysis.from_analysis_id`
1.7.0
-------
- Add UrlAnalysis
- `Analysis` was renamed to `FileAnalysis`
- Drop support for python 3.5, add support for python 3.10
1.6.4 - 1.6.10
-------
- Analysis summary utility improvements
1.6.3
-------
- Fix: analysis summary didn't handle no code reuse report
1.6.2
-------
- Fix: analysis summary didn't look for genes in root analysis
1.6.1
-------
- Fix: Handle no iocs correctly
1.6
------
- Add analysis summary utility function
- Handle no ttps correctly
1.5
------
- Add family search
- Support for zip password
- Add iocs and dynamic ttps to analysis
- Add capabilities to sub analysis
1.4.5.2
------
- Fixes for get_analysis_by_id function
1.4.5
------
- Add a timeout option when waiting for operation completion
1.4
------
- Add support for strings api calls
1.3
------
- Add all sub-analyses api calls: code reuse, metadata, account related samples and find related samples
- Add download
1.2
------
- Add option to specify wait interval
- Errors are more informative now
1.1.1
------
- Add support for python 3.8
- Retry https connection errors
1.1
------
- In Analysis: Refresh JWT access token in case of expiration
1.0
------
- In Analysis: Change dynamic_unpacking and static_unpacking to disable_dynamic_unpacking and disable_static_unpacking