Authors/ChangeLog for 4.8.0

Change-Id: I91ae6faa19f918d829659d8457760455dcc0ab6f
This commit is contained in:
Tim Burke
2025-05-15 20:55:33 -07:00
parent a710461da5
commit 8486005ebd
3 changed files with 36 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ PAPAMICA (mickael@papamica.com)
Pavel Abalikhin (anpavl@gmail.com)
Paul Belanger (pabelanger@redhat.com)
Paulo Ewerton (pauloewerton@lsd.ufcg.edu.br)
Pawel Tetera (ptetera@redhat.com)
pengyuesheng (pengyuesheng@gohighsec.com)
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
Peter Lisak (peter.lisak@firma.seznam.cz)

View File

@@ -1,3 +1,22 @@
4.8.0
-----
* Auth tokens are now truncated when running with `--debug`. Added
`--debug-with-secrets` flag to enable previous, less-secure behavior.
* Dropped support for Python 3.6.
* Now tested under Python 3.13.
* Various other minor bug fixes and improvements.
4.7.0
-----
* Various minor bug fixes and improvements.
4.6.0
-----

View File

@@ -0,0 +1,16 @@
---
features:
- |
Now tested under Python 3.13.
fixes:
- |
Auth tokens are now truncated when running with ``--debug``. Added
``--debug-with-secrets`` flag to enable previous, less-secure behavior.
- |
Various other minor bug fixes and improvements.
other:
- |
Dropped support for Python 3.6.