- Fix for deadlock with large report (#508)
- Build: move to kafka-python-ng (#510)
- Fix new config variables previously not propagated in the code (#524)
- Fixes for kafka integration (#522)
- Fix if base_domain is None before get_service_from_reverse_dns_base_domain (#514)
- Update base_reverse_dns_map.csv
This commit is contained in:
Sean Whalen
2024-05-22 09:35:18 -04:00
parent 899dc060b2
commit 13ddc26d70
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Changelog
=========
8.12.0
------
- Fix for deadlock with large report (#508)
- Build: move to kafka-python-ng (#510)
- Fix new config variables previously not propagated in the code (#524)
- Fixes for kafka integration (#522)
- Fix if base_domain is None before get_service_from_reverse_dns_base_domain (#514)
- Update base_reverse_dns_map.csv
8.11.0
------