Skip to content

Commit bdfc0b3

Browse files
authored
Release: v3.2.1
1 parent ccdacfa commit bdfc0b3

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.github/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
[**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.html#update-to-the-most-recent-version)
44

5+
## [v3.2.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.2.1)
6+
7+
> Update PyIntelOwl to version [4.1.3](https://github.com/intelowlproject/pyintelowl/blob/master/.github/CHANGELOG.md#413).
8+
9+
**REST API changes**:
10+
11+
- New parameter `minutes_ago` in the `/api/ask_analysis_availability` endpoint.
12+
13+
**Bug Fixes:**
14+
15+
- Fix AWS S3 storage not working for file analysis.
16+
- Fix in intezer analyzers to correctly manage HashDoesNotExistError error
17+
- Fix in `Fortiguard` analyzer.
18+
- Temporary disable `Quark_Engine_APK` analyzer in CI tests because of [quark-engine/quark-engine#286](https://github.com/quark-engine/quark-engine/issues/286).
19+
20+
**Other:**
21+
22+
- Updated to python 3.9 in CI.
23+
- Uniform docker-compose version in all docker-compose files.
24+
- Use isort to sort import statements.
25+
526
## [v3.2.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.2.0)
627

728
**New Analyzers:**

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### DO NOT CHANGE THIS VALUE !!
22
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
3-
INTELOWL_TAG_VERSION=v3.2.0
3+
INTELOWL_TAG_VERSION=v3.2.1
44
### Change this to `develop` when doing local development.
55
INTELOWL_NG_TAG_VERSION=v3.1.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Matteo Lodi"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "v3.2.0"
32+
release = "v3.2.1"
3333

3434

3535
# -- General configuration ---------------------------------------------------

intel_owl/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def retrieve(self, file, analyzer):
153153
# DRF Spectacular
154154
SPECTACULAR_SETTINGS = {
155155
"TITLE": "IntelOwl API specification",
156-
"VERSION": "3.2.0",
156+
"VERSION": "3.2.1",
157157
}
158158

159159
# Django-Rest-Durin

0 commit comments

Comments
 (0)