diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:27:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:27:00 +0000 |
commit | 0fa39a9749fa522c03ac768ca70447de27000f72 (patch) | |
tree | 70934ea9eb4870ab5362707a51def322189ac167 /docs/release-notes-1.4.0.rst | |
parent | Adding upstream version 1.3.2+dfsg. (diff) | |
download | cvprac-upstream/1.4.0+dfsg.tar.xz cvprac-upstream/1.4.0+dfsg.zip |
Adding upstream version 1.4.0+dfsg.upstream/1.4.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/release-notes-1.4.0.rst')
-rw-r--r-- | docs/release-notes-1.4.0.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/release-notes-1.4.0.rst b/docs/release-notes-1.4.0.rst new file mode 100644 index 0000000..b6c81fb --- /dev/null +++ b/docs/release-notes-1.4.0.rst @@ -0,0 +1,20 @@ +###### +v1.4.0 +###### + +2024-5-6 + +Enhancements +^^^^^^^^^^^^ + +* Move from pkg_resources to packaging for Python 3.12 support. (`271 <https://github.com/aristanetworks/cvprac/pull/271>`_) [`mharista <https://github.com/mharista>`_] +* Add support for searchTopology V3 endpoint. (`275 <https://github.com/aristanetworks/cvprac/pull/275>`_) [`mharista <https://github.com/mharista>`_] + +Fixed +^^^^^ + +* Add missing url encoding for get_user. (`264 <https://github.com/aristanetworks/cvprac/pull/264>`_) [`noredistribution <https://github.com/noredistribution>`_] +* Updated the enrollment endpoint for CVaaS. (`269 <https://github.com/aristanetworks/cvprac/pull/269>`_) [`noredistribution <https://github.com/noredistribution>`_] +* Add timeout to get_configlets_and_mappers(). (`270 <https://github.com/aristanetworks/cvprac/pull/270>`_) [`noredistribution <https://github.com/noredistribution>`_] +* Update setup.py to reference python3 only. (`272 <https://github.com/aristanetworks/cvprac/pull/272>`_) [`mharista <https://github.com/mharista>`_] +* Python3 lint/format fixes. (`273 <https://github.com/aristanetworks/cvprac/pull/273>`_) [`mharista <https://github.com/mharista>`_] |