1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #11254: Introduce the X-Request-ID HTTP header to annotate the unique ID of each request for change logging

This commit is contained in:
jeremystretch
2023-01-13 11:41:57 -05:00
committed by jeremystretch
parent ef3ac25406
commit f74a2536f1
5 changed files with 43 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
## v3.5.0 (FUTURE)
### Enhancements
* [#11254](https://github.com/netbox-community/netbox/issues/11254) - Introduce the `X-Request-ID` HTTP header to annotate the unique ID of each request for change logging
### Other Changes
* [#10604](https://github.com/netbox-community/netbox/issues/10604) - Remove unused `extra_tabs` block from `object.html` generic template