diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd274de3..7dceba925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,27 @@ We have started this changelogs from version 4.0.0. So, changes on previously re -------------------------------------- +## 6.2.2 (2023-10-03) + +### Changes: + +* include connector type in logger error [#1585](https://github.com/opencybersecurityalliance/stix-shifter/pull/1585) +* Add new screen shots to CLI Lab [#1576](https://github.com/opencybersecurityalliance/stix-shifter/pull/1576) + +### Fixes: + +* Update Azure Log Analytics stix transmission to use BaseJsonSyncConnector [#1584](https://github.com/opencybersecurityalliance/stix-shifter/pull/1584) +* Fixing authentication token handling [#1583](https://github.com/opencybersecurityalliance/stix-shifter/pull/1583) +* allow host address input in MS Graph configuration [#1582](https://github.com/opencybersecurityalliance/stix-shifter/pull/1582) +* fix coding lab [#1578](https://github.com/opencybersecurityalliance/stix-shifter/pull/1578) +* Fix and update coding lab [#1577](https://github.com/opencybersecurityalliance/stix-shifter/pull/1577) + +### Dependency update: + +* Bump aioboto3 from 11.2.0 to 11.3.0 in /stix_shifter [#1575](https://github.com/opencybersecurityalliance/stix-shifter/pull/1575) + +-------------------------------------- + ## 6.2.1 (2023-09-07) ### Changes: diff --git a/stix_shifter/requirements.txt b/stix_shifter/requirements.txt index fe0f7f0e5..67f51de5d 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -1,6 +1,6 @@ aioboto3==11.3.0 aiohttp-retry==2.8.3 -aiomysql==0.1.1 +aiomysql==0.2.0 antlr4-python3-runtime==4.8 asyncio==3.4.3 asynctest==0.13.0 diff --git a/stix_shifter_modules/azure_sentinel/configuration/config.json b/stix_shifter_modules/azure_sentinel/configuration/config.json index 667bf753b..f88c6b275 100644 --- a/stix_shifter_modules/azure_sentinel/configuration/config.json +++ b/stix_shifter_modules/azure_sentinel/configuration/config.json @@ -26,7 +26,7 @@ "options": { "alert": { "type": "boolean", - "default": false + "default": true }, "alertV2": { "type": "boolean",