Skip to content

Commit 8da5274

Browse files
Merge pull request #298 from eclecticiq/update-release-notes
Update release notes
2 parents 04c1e6c + 212ab48 commit 8da5274

2 files changed

Lines changed: 45 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,52 @@ Changelog
33

44
0.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

1253
0.9.3 (2022-10-11)
1354
------------------

opentaxii/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This module defines the package version for use in __init__.py and setup.py.
44
"""
55

6-
__version__ = '0.10.0'
6+
__version__ = '0.10.0b1'

0 commit comments

Comments
 (0)