-------------------
Improvements
- **fie** module:
- Introduced a new module called **fie** which corresponds to the ReversingLabs **File Investigation Engine (FIE)** service.
- The module currently has one class with four methods for sending files to FIE for analysis and fetching the short classification or more detailed analysis reports.
Scheduled removals
- **December 2024.**:
- Parameter `sample_sha1` from the `ticloud.DynamicAnalysis.detonate_sample` method will be removed. Parameter `sample_hash` should be used instead.
- **March 2025.**:
- Parameters `internet_simulation` and `sample_name` from the `ticloud.DynamicAnalysis.detonate_sample` method will be removed and should be further used through `**optional_parameters`.