mirror of https://github.com/MISP/PyMISP
chg: Bump changelog
parent
9654912127
commit
afa86f56f9
|
@ -2,11 +2,99 @@ Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.195 (2024-07-26)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
New
|
||||||
|
~~~
|
||||||
|
- Add delete role, test suite for roles. [Raphaël Vinot]
|
||||||
|
- Test publish & search. [Raphaël Vinot]
|
||||||
|
- Add delete role, test suite for roles. [Raphaël Vinot]
|
||||||
|
- Test publish & search. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Bump version. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- [publish tests] further debugging. [iglocska]
|
||||||
|
- [publish test] check if the publishing actually worked as intended.
|
||||||
|
[iglocska]
|
||||||
|
- [tests] speculative fix for the published search. [iglocska]
|
||||||
|
|
||||||
|
- locally it seems to work as intended, curious what is going on here
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- [publish tests] further debugging. [iglocska]
|
||||||
|
- [publish test] check if the publishing actually worked as intended.
|
||||||
|
[iglocska]
|
||||||
|
- [tests] speculative fix for the published search. [iglocska]
|
||||||
|
|
||||||
|
- locally it seems to work as intended, curious what is going on here
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Do not let a user pass a full dict as tagname. [Raphaël Vinot]
|
||||||
|
- [publish tests] fixed invalid setting name for disabling background
|
||||||
|
processing. [iglocska]
|
||||||
|
- [publish test] invalid path for the publishing outcome in the
|
||||||
|
response. [iglocska]
|
||||||
|
- [publish test] fixed. [iglocska]
|
||||||
|
|
||||||
|
- was incorrect as it triggered a background processed publishing, which can take time
|
||||||
|
- Do not let a user pass a full dict as tagname. [Raphaël Vinot]
|
||||||
|
- Do not let a user pass a full dict as tagname. [Raphaël Vinot]
|
||||||
|
- [publish tests] fixed invalid setting name for disabling background
|
||||||
|
processing. [iglocska]
|
||||||
|
- [publish test] invalid path for the publishing outcome in the
|
||||||
|
response. [iglocska]
|
||||||
|
- [publish test] fixed. [iglocska]
|
||||||
|
|
||||||
|
- was incorrect as it triggered a background processed publishing, which can take time
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Re-naming variables to make tests happy. [Tobias Mainka]
|
||||||
|
- Added support to add or update a MISP role. [Tobias Mainka]
|
||||||
|
- Update tests. [Raphaël Vinot]
|
||||||
|
- Build(deps): bump certifi from 2024.6.2 to 2024.7.4. [dependabot[bot]]
|
||||||
|
|
||||||
|
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
|
||||||
|
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: certifi
|
||||||
|
dependency-type: indirect
|
||||||
|
...
|
||||||
|
- MANIFEST.in does not seem to have an effect any longer. [Ulrik Haugen]
|
||||||
|
- Include docs, examples and tests in sdist. [Ulrik Haugen]
|
||||||
|
- Re-naming variables to make tests happy. [Tobias Mainka]
|
||||||
|
- Added support to add or update a MISP role. [Tobias Mainka]
|
||||||
|
- Update tests. [Raphaël Vinot]
|
||||||
|
- Build(deps): bump certifi from 2024.6.2 to 2024.7.4. [dependabot[bot]]
|
||||||
|
|
||||||
|
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
|
||||||
|
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: certifi
|
||||||
|
dependency-type: indirect
|
||||||
|
...
|
||||||
|
- Feat: Adds methods to get attribute by id/uuid. [Sura De Silva]
|
||||||
|
|
||||||
|
|
||||||
v2.4.194 (2024-06-21)
|
v2.4.194 (2024-06-21)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Bump changelog. [Raphaël Vinot]
|
||||||
- Bump version. [Raphaël Vinot]
|
- Bump version. [Raphaël Vinot]
|
||||||
- Bump deps. [Raphaël Vinot]
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue