diff options
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>`_] |