Skip to content

Commit

Permalink
Merge branch 'develop' into urllib_update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdazam1942 authored Oct 3, 2023
2 parents 92d5ecf + 8c176d4 commit 47f9a20
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stix_shifter/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"options": {
"alert": {
"type": "boolean",
"default": false
"default": true
},
"alertV2": {
"type": "boolean",
Expand Down

0 comments on commit 47f9a20

Please sign in to comment.