|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.4.0](https://github.com/OTRF/ATTACK-Python-Client/tree/HEAD) |
| 3 | +## [0.4.1](https://github.com/OTRF/ATTACK-Python-Client/tree/0.4.1) (2024-04-01) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.9...HEAD) |
| 5 | +[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.4.0...0.4.1) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- SSL certificate problem [\#56](https://github.com/OTRF/ATTACK-Python-Client/issues/56) |
| 10 | +- Integrating examples from MITRE CTI - USAGE docs in GitHub [\#35](https://github.com/OTRF/ATTACK-Python-Client/issues/35) |
| 11 | +- Create a function template for functions in attack\_client class [\#34](https://github.com/OTRF/ATTACK-Python-Client/issues/34) |
| 12 | +- Dynamic Interaction with stix2.v20.sdo object types [\#33](https://github.com/OTRF/ATTACK-Python-Client/issues/33) |
| 13 | + |
| 14 | +**Fixed bugs:** |
| 15 | + |
| 16 | +- AttributeError: 'function' object has no attribute 'query' when using get\_techniques\_used\_by\_group\_software [\#67](https://github.com/OTRF/ATTACK-Python-Client/issues/67) |
| 17 | + |
| 18 | +**Closed issues:** |
| 19 | + |
| 20 | +- 503 Error when client = attack\_client\(\) [\#72](https://github.com/OTRF/ATTACK-Python-Client/issues/72) |
| 21 | +- Connection Timeout Issue When Using 'attackcti' Library [\#71](https://github.com/OTRF/ATTACK-Python-Client/issues/71) |
| 22 | +- Expired certificate causes library crash [\#70](https://github.com/OTRF/ATTACK-Python-Client/issues/70) |
| 23 | +- How to Access the Cloud ATT&CK Matrix [\#68](https://github.com/OTRF/ATTACK-Python-Client/issues/68) |
| 24 | +- some external references are not available in technique data [\#32](https://github.com/OTRF/ATTACK-Python-Client/issues/32) |
| 25 | +- \[TO-DO\] Add case insensitive features to some of the search functions [\#25](https://github.com/OTRF/ATTACK-Python-Client/issues/25) |
| 26 | + |
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Updated Type Annotations and Docstrings [\#77](https://github.com/OTRF/ATTACK-Python-Client/pull/77) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g)) |
| 30 | +- Removed double query method from COMPOSITE\_DS.query, fix \#67 [\#76](https://github.com/OTRF/ATTACK-Python-Client/pull/76) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g)) |
| 31 | +- Improve STIX Object Handling and Documentation with Pydantic and Type Annotations [\#75](https://github.com/OTRF/ATTACK-Python-Client/pull/75) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g)) |
| 32 | +- Adding `proxies` and `verify` parameters for TAXII Client [\#73](https://github.com/OTRF/ATTACK-Python-Client/pull/73) ([thelok](https://github.com/thelok)) |
| 33 | +- Update Dockerfile [\#69](https://github.com/OTRF/ATTACK-Python-Client/pull/69) ([halcyondream](https://github.com/halcyondream)) |
| 34 | +- use COMPOSITE\_DS instead of TC\_ENTERPRISE\_SOURCE in generic functions [\#66](https://github.com/OTRF/ATTACK-Python-Client/pull/66) ([rubinatorz](https://github.com/rubinatorz)) |
| 35 | + |
| 36 | +## [0.4.0](https://github.com/OTRF/ATTACK-Python-Client/tree/0.4.0) (2023-05-23) |
| 37 | + |
| 38 | +[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.9...0.4.0) |
6 | 39 |
|
7 | 40 | **Merged pull requests:** |
8 | 41 |
|
|
0 commit comments