Skip to content

Latest commit

 

History

History
184 lines (110 loc) · 9.27 KB

CHANGELOG.md

File metadata and controls

184 lines (110 loc) · 9.27 KB

Change Log

Unreleased (2018-07-02)

Full Changelog

Closed issues:

  • Retrieve analyzer report after analysis [question] #75
  • Keep analyzer reports when merging a case #73
  • Unify the naming of statuses and filters #70

Merged pull requests:

1.4.3 (2018-02-07)

Full Changelog

Implemented enhancements:

  • add update_alert to allow updating an alert #61 (Rolinh)

Fixed bugs:

  • How to close a case via API #67
  • CustomFields are not updated in update_case #66
  • Correction in update_case usage #57

Merged pull requests:

1.4.2 (2017-12-27)

Full Changelog

Implemented enhancements:

  • Raise custom exceptions from api methods instead of calling sys.exit #55

Merged pull requests:

1.4.1 (2017-12-19)

Full Changelog

Merged pull requests:

1.4.0 (2017-12-05)

Full Changelog

Implemented enhancements:

  • Provide just the template name when creating a case from a template #45
  • Add support of custom fields to the case model #39
  • Case helper #37 (npratley)

Fixed bugs:

  • Error updating case #51

Closed issues:

  • Add a query builder capabilities #49
  • Run Cortex analyzer through api #40
  • Update case #5

Merged pull requests:

1.3.1 (2017-09-17)

Full Changelog

Fixed bugs:

  • Basic auth doesn't work with version 1.3.0 #38

1.3.0 (2017-09-15)

Full Changelog

Implemented enhancements:

  • Allow specifying range to return > 10 cases, observables, etc., #30
  • fix two cases of bad indentation in exception handling code #26 (Rolinh)
  • fix default severity level of an alert #25 (Rolinh)

Fixed bugs:

  • certificate verify option not included in create_case_task #27

Closed issues:

  • Add an API method to create users #33
  • Feature Request - Task Log Template/Boilerplate Text #32
  • Add support to authentication by API key #36
  • Add a find_alerts method to search for alerts #31

Merged pull requests:

1.2.3 (2017-07-20)

Full Changelog

Implemented enhancements:

  • Adding option for an Internal CA #24

Merged pull requests:

1.2.2 (2017-07-06)

Full Changelog

Fixed bugs:

  • Remove print calls from TheHiveApi.find_cases method #22

1.2.1 (2017-06-29)

Full Changelog

Fixed bugs:

  • Fix the issue related to wrong base64 decoding when creating alerts #20
  • python-magic dependency not in setup.py #19
  • "future" dependency not documented in requirements.txt #18

Merged pull requests:

1.2.0 (2017-05-12)

Full Changelog

Closed issues:

  • Add the ability to create a TheHive alert #13

Merged pull requests:

1.1.1 (2017-05-11)

Full Changelog

Fixed bugs:

  • Use basic auth when calling TheHive apis #14

1.1.0 (2017-03-23)

Full Changelog

Implemented enhancements:

  • Search for cases #4
  • Add observables to a case #3

1.0.1 (2017-03-08)

Full Changelog

Fixed bugs:

  • Issue creating a cases without metrics and without case template #8

1.0.0 (2017-03-08)

Closed issues:

  • 2nd typo in setup.py #2
  • Typo in setup.py #1

* This Change Log was automatically generated by github_changelog_generator