Skip to content

Commit

Permalink
Update release notes for upcoming 5.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Sep 7, 2023
1 parent 2dbcc84 commit 216721b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ NAV 5.7
Dependency changes
------------------

New dependencies
~~~~~~~~~~~~~~~~

Dependencies to these Python modules have been added:

* :mod:`backports.zoneinfo` (only necessary when running on Python versions older than 3.9)
* Our own fork of :mod:`drf-oidc-auth`, as found at ``git+https://github.com/Uninett/[email protected]#egg=drf-oidc-auth``
We have removed the upper version bound requirement for the :mod:`Pillow` library.

Detection and alerting of Juniper chassis/system alarms
-------------------------------------------------------
Expand Down Expand Up @@ -56,6 +50,13 @@ match a single host ``10.0.0.42``, query for ``10.0.0.42/32``, like
``/api/1/prefix/?contains_address=10.0.0.42%2F32``.


Even more flexible configuration of logging
-------------------------------------------

Advanced users will find that we have added more options for configuring NAV's
logging output. The available configuration options are explored in depth
:doc:`in our new logging howto guide </howto/setting-up-logging>`.

NAV 5.6
=======

Expand Down

0 comments on commit 216721b

Please sign in to comment.