From 4030f41db03de6b5ed4f78d01e69b762ee589891 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 27 Jun 2018 16:17:42 +0200 Subject: [PATCH] PyMISP updates --- PyMISP-Changelog.txt | 77 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/PyMISP-Changelog.txt b/PyMISP-Changelog.txt index c443745..bb32a8f 100755 --- a/PyMISP-Changelog.txt +++ b/PyMISP-Changelog.txt @@ -7,14 +7,89 @@ Changelog New ~~~ -- Add edit_object, simplify add_object. [Raphaël Vinot] +- Add many comments in the jupyter notebook. [Raphaël Vinot] +- Return the new object in `add_object` [Raphaël Vinot] +- Add the ability to add Other attributes via the API. [Paul Stark] +- Tuto for MISPEvent. [Raphaël Vinot] +- Load Org and Orgc as MISPOrganisation. [Raphaël Vinot] + + Related to #239 + +Changes +~~~~~~~ +- Moar jupyter. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Add full example. [Raphaël Vinot] +- Add few more calls. [Raphaël Vinot] +- Fix sample retrieval from new-style zips. [Xavier Mehrenberger] +- Bump misp-objects. [Raphaël Vinot] +- Raise an exception if the response is not in JSON. [Raphaël Vinot] + +Other +~~~~~ +- Merge branch 'master' of github.com:MISP/PyMISP into + feature/feedgenerator_rework. [Alexandre Dulaunoy] +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Merge pull request #241 from cipherlock/master. [Raphaël Vinot] + + new:Add the ability to add Other attributes via the API +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Merge pull request #238 from SHSauler/patch-3. [Raphaël Vinot] + + Added download_samples(..., unzip=True) +- Added unzip-flag. [Steffen Sauler] + + added: download_samples(..., unzip=True) +- Merge pull request #235 from Lastpixl/master. [Raphaël Vinot] + + chg: fix sample retrieval from new-style zips +- Merge branch 'master' of github.com:CIRCL/PyMISP into + feature/feedgenerator_rework. [Alexandre Dulaunoy] +- Update README.md. [Raphaël Vinot] + + +v2.4.92.1 (2018-06-05) +---------------------- + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Bump changelog. [Raphaël Vinot] Fix ~~~ +- Index out of range in add_object. [Raphaël Vinot] + + +v2.4.92 (2018-06-05) +-------------------- + +New +~~~ +- Add edit_object, simplify add_object. [Raphaël Vinot] + +Changes +~~~~~~~ +- Bump changelog. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Bump version. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] + +Fix +~~~ +- Correct docstring of search method. [iso] +- Response data type mismatch in _send_attributes() [Raphaël Vinot] + + Fix #206 - Decoding issue. [Raphaël Vinot] Other ~~~~~ +- Merge pull request #232 from 0xiso/fix-docstring. [Alexandre Dulaunoy] + + fix: Correct docstring of search method +- Fix issue when adding multiple attributes and the instance is too + slow. [Raphaël Vinot] - Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]