- Update to version 2.4.99:

- New
  - Auto generate doc for PyMISPExpanded. 
  - Search_index in ExpandedPyMISP, cleanup, update jupyter.
  - Add log search. 
  - Add test for pushing an event to ZMQ. 
  - Change_distribution method. 
  - Add test cases for sightings, cleanup. 
  - [example] Added sighting rest search example. 
  - [sighting] Added support of sighting REST API. 
  - Allow to pass csv to return_format in search. 
  - Page/limit in search. 
 - Changes
  - Add test cases for default distribution levels. 
  - Include proposals in attributes search. 
    Add includeProposals param to the search method
  - Update readme to document testing. 
  - Fixes & update Jupyter. 
  - [tuto] Update search. 
  - Add a script to load the API key from the file system (training VM)
  - Add print in testlive to debug travis. 
 - Fix
  - Auto generate doc for PyMISPExpanded. 
  - Properly handle errors on event creation/update. 
  - Test case. 
  - Do not run the zmq test on travis. 
  - Type of quick_filter. 
  - Quick_filter was broken. 
  - Properly initialize the config when jupyter runs on the VM.
  - Readme update + python3 + pep8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=35
This commit is contained in:
Sebastian Wagner
2019-01-27 18:55:16 +00:00
committed by Git OBS Bridge
parent b422744249
commit fa63375f9d
4 changed files with 51 additions and 5 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sun Jan 27 18:54:29 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 2.4.99:
- New
- Auto generate doc for PyMISPExpanded.
- Search_index in ExpandedPyMISP, cleanup, update jupyter.
- Add log search.
- Add test for pushing an event to ZMQ.
- Change_distribution method.
- Add test cases for sightings, cleanup.
- [example] Added sighting rest search example.
- [sighting] Added support of sighting REST API.
- Allow to pass csv to return_format in search.
- Page/limit in search.
- Changes
- Add test cases for default distribution levels.
- Include proposals in attributes search.
Add includeProposals param to the search method
- Update readme to document testing.
- Fixes & update Jupyter.
- [tuto] Update search.
- Add a script to load the API key from the file system (training VM)
- Add print in testlive to debug travis.
- Fix
- Auto generate doc for PyMISPExpanded.
- Properly handle errors on event creation/update.
- Test case.
- Do not run the zmq test on travis.
- Type of quick_filter.
- Quick_filter was broken.
- Properly initialize the config when jupyter runs on the VM.
- Readme update + python3 + pep8.
align python path to readme specifying python3
- Feed-generator gitignore.
- Test cases.
- Other
- Dded get_object & get_attribute.
- Fix for last pymisp version.
- Mention virtualenv.
mide make sense for people who want to use it with virtualenv
- Be more precise with the supported time indicators.
- Fixed documentation bug.
- Fixes date parameters for search_index() function.
- Align examples on custom usage of misp_verifycert.
-------------------------------------------------------------------
Tue Dec 4 12:52:28 UTC 2018 - Matej Cepl <mcepl@suse.com>