mirror of https://github.com/MISP/PyMISP
parent
5e76e36667
commit
c0077c19cf
|
@ -2,6 +2,80 @@ Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.184 (2024-02-02)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
New
|
||||||
|
~~~
|
||||||
|
- Enable support for python 3.12. [Raphaël Vinot]
|
||||||
|
- Relationship_type in tag. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix https://github.com/MISP/MISP/issues/9483
|
||||||
|
- [internal] Add support for orjson. [Jakub Onderka]
|
||||||
|
|
||||||
|
orjson is much faster library for decoding and encoding JSON formats
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Bump deps, version, objects. [Raphaël Vinot]
|
||||||
|
- Remove IntEnum. [Raphaël Vinot]
|
||||||
|
- Add even more debug for gha. [Raphaël Vinot]
|
||||||
|
- Add some debug for gha. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Add more strict typing, not done yet. [Raphaël Vinot]
|
||||||
|
- Add a bunch more typing. [Raphaël Vinot]
|
||||||
|
- Use typing info of lief. [Raphaël Vinot]
|
||||||
|
- First batch of changes for strict typing. [Raphaël Vinot]
|
||||||
|
- Update typing to please lief. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- [internal] Simplify code. [Jakub Onderka]
|
||||||
|
- [internal] User faster method to convert bytes to str. [Jakub Onderka]
|
||||||
|
- New annotations in tests. [Raphaël Vinot]
|
||||||
|
- Initial changes to use new annotations. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps, try to install with python 3.12. [Raphaël Vinot]
|
||||||
|
- Make the publish_timestamp a string, as per specs. [Raphaël Vinot]
|
||||||
|
- [internal] Update poetry.lock. [Jakub Onderka]
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Revert typing changes. [Raphaël Vinot]
|
||||||
|
- More responses athat are lists. [Raphaël Vinot]
|
||||||
|
- Another call that cn be a list or a dict. [Raphaël Vinot]
|
||||||
|
- Do not cast enum. [Raphaël Vinot]
|
||||||
|
- More fixes to support responses from MISP. [Raphaël Vinot]
|
||||||
|
- Handle list responses properly. [Raphaël Vinot]
|
||||||
|
- Import FileObject as needed. [Raphaël Vinot]
|
||||||
|
- Also skip docs from mypy. [Raphaël Vinot]
|
||||||
|
- Run mypy on what I want. [Raphaël Vinot]
|
||||||
|
- Compatibility with python 3.8. [Raphaël Vinot]
|
||||||
|
- Python < 3.10 support on typing, for good. [Raphaël Vinot]
|
||||||
|
- Python < 3.10 support on typing. [Raphaël Vinot]
|
||||||
|
- Rollback tests on python 3.12 as lief is not supported yet. [Raphaël
|
||||||
|
Vinot]
|
||||||
|
- Add missing wheel. [Raphaël Vinot]
|
||||||
|
- Make publish_timestamp a string in tests. [Raphaël Vinot]
|
||||||
|
- [internal] README typos. [Jakub Onderka]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Revert "fix: More responses athat are lists" [Raphaël Vinot]
|
||||||
|
|
||||||
|
This reverts commit 709a10c64c0513b515f25c3ecfb9eb577b55084b.
|
||||||
|
- Build(deps): bump jinja2 from 3.1.2 to 3.1.3. [dependabot[bot]]
|
||||||
|
|
||||||
|
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
|
||||||
|
- [Release notes](https://github.com/pallets/jinja/releases)
|
||||||
|
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
|
||||||
|
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: jinja2
|
||||||
|
dependency-type: indirect
|
||||||
|
...
|
||||||
|
|
||||||
|
|
||||||
v2.4.183 (2024-01-04)
|
v2.4.183 (2024-01-04)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -11,6 +85,7 @@ New
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Bump changelog. [Raphaël Vinot]
|
||||||
- Bump objects. [Raphaël Vinot]
|
- Bump objects. [Raphaël Vinot]
|
||||||
- Bump version. [Raphaël Vinot]
|
- Bump version. [Raphaël Vinot]
|
||||||
- Remove jsonschema from dependencies. [Raphaël Vinot]
|
- Remove jsonschema from dependencies. [Raphaël Vinot]
|
||||||
|
@ -5170,5 +5245,3 @@ v1.1.2 (2015-08-05)
|
||||||
- Json export is not supported everywhere. [Raphaël Vinot]
|
- Json export is not supported everywhere. [Raphaël Vinot]
|
||||||
- Some testing. [Raphaël Vinot]
|
- Some testing. [Raphaël Vinot]
|
||||||
- Initial commit. [Raphaël Vinot]
|
- Initial commit. [Raphaël Vinot]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue