Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirit committed Jul 2, 2023
1 parent 1633fa8 commit c57324f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
1.17.5
______
- Add endpoint scans filter by computer names

1.17.4
______
- Add verdict property to `UrlAnalysis` and `EndpointAnalysis`
- Add endpoint scans filter by computer names

1.17.3
______
- Raise `UrlOfflineError` when analyzing a url that seems offline.
- Don't set `composed_only` of `from_latest_hash_analysis` if not explicitly set.
- Add optional day limit to `from_latest_hash_analysis`.
- Raise `UrlOfflineError` when analyzing a url that seems offline.
- Don't set `composed_only` of `from_latest_hash_analysis` if not explicitly set.
- Add optional day limit to `from_latest_hash_analysis`.

1.17.2
______
- Support check availability.
- Support check availability.

1.17.1
______
Expand Down
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.17.5'
__version__ = '1.17.4'

0 comments on commit c57324f

Please sign in to comment.