Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e248012

Browse files
committed
Release 0.19
1 parent 5cfd837 commit e248012

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
from version 0.14.0.
88

9+
## 0.19 - 2021-02-23
10+
11+
### Added
12+
13+
* New parameters for Elastic backends
14+
* Various field mappings
15+
* FireEye Helix backend
16+
* Generic log source image_load
17+
* Kibana NDJSON backend
18+
* uberAgent ESA backend
19+
* SumoLogic CSE backend
20+
21+
### Changed
22+
23+
* Updated mdatp backend fields
24+
* QRadar query generation optimized
25+
* MDATP: case insensitive search
26+
27+
### Fixed
28+
29+
* Fixing Qradar implementation for create valid AQL queries
30+
* Nested conditions
31+
* Various minor bug fixes
32+
933
## 0.18.1 - 2020-08-25
1034

1135
Release created for technical reasons (issues with extended README and PyPI), no real changes done.

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='sigmatools',
17-
version='0.18.1',
17+
version='0.19',
1818
description='Tools for the Generic Signature Format for SIEM Systems',
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)