@@ -3,11 +3,52 @@ Changelog
33
440.10.0 (unreleased)
55-------------------
6+
7+ Features:
8+
9+ * Add --public and --id params to the CLI opentaxii-add-api-root `#283
10+ <https://github.com/eclecticiq/OpenTAXII/pull/283> `_
11+ * Enable TAXII 2.1 in the default configuration `#293
12+ <https://github.com/eclecticiq/OpenTAXII/pull/293> `_
13+ * Improve get objects performance `#297
14+ <https://github.com/eclecticiq/OpenTAXII/pull/297> `_
15+
16+ Bug fixes:
17+
18+ * Fix UUID json serialization `#289
19+ <https://github.com/eclecticiq/OpenTAXII/pull/289> `_
20+ * Returned ``spec_version `` was equal to the ``type `` `#237
21+ <https://github.com/eclecticiq/OpenTAXII/pull/237> `_ (@meetghodasara-crest)
22+ and `#284 <https://github.com/eclecticiq/OpenTAXII/pull/284 >`_
23+ * Consider ``--admin `` flag when creating an account from the CLI with
24+ ``opentaxii-create-account `` `#237
25+ <https://github.com/eclecticiq/OpenTAXII/pull/237> `_
26+ * TAXII 2.1 version supports now objects without a ``modified `` property.
27+ ``created `` is used as a fallback and if missing ``01/01/1970 `` date is used
28+ instead. `#240 <https://github.com/eclecticiq/OpenTAXII/pull/240 >`_
29+ (@MagsenAbbeThales)
30+ * Deleted objects were not persisted in the database `#275
31+ <https://github.com/eclecticiq/OpenTAXII/pull/275> `_ (@meetghodasara-crest)
32+ * ``can_read `` or ``can_write `` could be returned with the ``null `` value on a
33+ TAXII2 collection `#292 <https://github.com/eclecticiq/OpenTAXII/pull/292 >`_
34+
35+ Dependencies:
36+
37+ * Add Python 3.11 and 3.12 support
638* Drop EOL Python 3.6, 3.7, 3.8 and 3.9 support
7- * Add Python 3.11 support
39+ * Drop sqlalchemy 1.3 support
40+ * Require gunicorn ``>=22 `` for security reasons `#269
41+ <https://github.com/eclecticiq/OpenTAXII/pull/269> `_
842* Remove mypy_extensions dependency
9- * Fix returned "spec_version" was equal to the "type" #237 (@meetghodasara-crest)
10- * Add --public and --id params to the CLI opentaxii-add-api-root #283
43+
44+ Development:
45+
46+ * Add Docker build & push action in the CI `#296
47+ <https://github.com/eclecticiq/OpenTAXII/pull/296> `_
48+ * Add and enforce mypy type checker `#289
49+ <https://github.com/eclecticiq/OpenTAXII/pull/289> `_
50+ * Add and enforce black and isort formatter `#290
51+ <https://github.com/eclecticiq/OpenTAXII/pull/290> `_
1152
12530.9.3 (2022-10-11)
1354------------------
0 commit comments