Skip to content

Commit

Permalink
Merge pull request #67 from sophos/release/2.1.0
Browse files Browse the repository at this point in the history
Update docs to prep for 2.1.0 release
  • Loading branch information
ramksophos authored Jan 6, 2022
2 parents 48c17d2 + b384544 commit 4fd97bb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
#v2.0.1
# v2.1.0

This release contains the following fixes:

* Fix JSON output to emit one object per line [#52](https://github.com/sophos/Sophos-Central-SIEM-Integration/issues/52)
* Remove empty lines from JSON output [#37](https://github.com/sophos/Sophos-Central-SIEM-Integration/issues/37)
* Resolve issue seen with duplicate events [#50](https://github.com/sophos/Sophos-Central-SIEM-Integration/issues/50)
* Fix `dhost` in CEF output to make it valid [#18](https://github.com/sophos/Sophos-Central-SIEM-Integration/issues/18)

**Full Changelog**: https://github.com/sophos/Sophos-Central-SIEM-Integration/compare/v2.0.1...2.1

# v2.0.1

1. Added check for minimum supported Python version.

# v2.0.0

1. New JWT-based authentication for the SIEM API
- You can now use Sophos Central public [API credentials](https://developer.sophos.com/getting-started) to sync alerts and events from the SIEM API.
- Add `client_id` and `client_secret` to config.ini.
Expand All @@ -16,7 +29,9 @@
- You now need Python 3.6+ to use this tool.

# v1.1.0

## New Features

1. ****Added a “datastream” text identifier to each object in the API output to distinguish between events and alerts****
- Example:
***_alert output_***
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here is more information available on how to setup API Credentials: [https://com

### Installation ###

Download and extract from [here](https://github.com/sophos/Sophos-Central-SIEM-Integration/archive/v2.0.1.zip) for the latest release.
Download and extract from [here](https://github.com/sophos/Sophos-Central-SIEM-Integration/archive/v2.1.0.zip) for the latest release.
For older version, please consult the Releases section below.
For changes to the API, please consult the API Updates section below.
We recommend running this script with the latest version of Python 3.7 or newer. We have tested that this program works with Python 3.6 on multiple platforms. However, support for that version of Python will be dropped when it reaches end-of-life.
Expand All @@ -29,6 +29,10 @@ We recommend running this script with the latest version of Python 3.7 or newer.

See [changelog](CHANGELOG.md) for full details.

##### [v2.1.0](https://github.com/sophos/Sophos-Central-SIEM-Integration/archive/v2.1.0.zip) #####

* Bug fixes

##### [v2.0.1](https://github.com/sophos/Sophos-Central-SIEM-Integration/archive/v2.0.1.zip) #####

* Added check for minimum supported Python version.
Expand Down

0 comments on commit 4fd97bb

Please sign in to comment.