Release 0.19
This commit is contained in:
@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
|
||||
from version 0.14.0.
|
||||
|
||||
## 0.19 - 2021-02-23
|
||||
|
||||
### Added
|
||||
|
||||
* New parameters for Elastic backends
|
||||
* Various field mappings
|
||||
* FireEye Helix backend
|
||||
* Generic log source image_load
|
||||
* Kibana NDJSON backend
|
||||
* uberAgent ESA backend
|
||||
* SumoLogic CSE backend
|
||||
|
||||
### Changed
|
||||
|
||||
* Updated mdatp backend fields
|
||||
* QRadar query generation optimized
|
||||
* MDATP: case insensitive search
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixing Qradar implementation for create valid AQL queries
|
||||
* Nested conditions
|
||||
* Various minor bug fixes
|
||||
|
||||
## 0.18.1 - 2020-08-25
|
||||
|
||||
Release created for technical reasons (issues with extended README and PyPI), no real changes done.
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ with open(path.join(here, 'LONG_DESCRIPTION.md'), encoding='utf-8') as f:
|
||||
|
||||
setup(
|
||||
name='sigmatools',
|
||||
version='0.18.1',
|
||||
version='0.19',
|
||||
description='Tools for the Generic Signature Format for SIEM Systems',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user