-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Samuel Hassine
committed
Jul 21, 2019
1 parent
93436f3
commit 22d6102
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changelog | ||
|
||
## Version 1.2.12 (21/07/2019) | ||
|
||
#### Enhancements: | ||
|
||
- [#12](https://github.com/OpenCTI-Platform/client-python/issues/12) Split STIX2 bundle before sending them in ConnectorHelper | ||
- [#7](https://github.com/OpenCTI-Platform/client-python/issues/7) Handle STIX 2 indicators import | ||
|
||
--- | ||
|
||
## Version 1.2.9 (11/07/2019) | ||
|
||
#### Enhancements: | ||
|
||
- [#8](https://github.com/OpenCTI-Platform/client-python/issues/8) Add a new class for connector helper | ||
|
||
--- | ||
|
||
## Version 1.2.4 (05/07/2019) | ||
|
||
#### Enhancements: | ||
|
||
- [#6](https://github.com/OpenCTI-Platform/client-python/issues/6) Handle observables export as STIX2 indicators | ||
|
||
--- | ||
|
||
## Version 1.2.2 (02/07/2019) | ||
|
||
#### Bug Fixes: | ||
|
||
- [#3](https://github.com/OpenCTI-Platform/client-python/issues/3) Fix the STIX2 class for a compliant export | ||
|
||
--- | ||
|
||
## Version 1.2.1 (28/06/2019) | ||
|
||
#### Enhancements: | ||
|
||
- [#2](https://github.com/OpenCTI-Platform/client-python/issues/2) Add a method of health check | ||
- [#1](https://github.com/OpenCTI-Platform/client-python/issues/1) Add methods to select observables and their relations |