1.0.0 (November 07, 2025)#
Added#
Python
3.14is now fully tested and supported in CI/CD.Add
extra.task_idto more log messages.Log more statistics (e.g. performance counters and number of unique IDs translated).
Changed#
The
enable_verbose_debug_messages()function has received several improvements:Add
levelargument (default=’verbose’, as before).Allow using as a regular function to keep “temporary” logging config.
Add temporary handler when no handlers are found.
Set
use_custom_handler=Trueto force.Style options: ‘minimal’, ‘basic’, ‘pretty’ (default), ‘rainbow’.
Options ‘pretty’ & ‘rainbow’ display more information and color.
Fixed#
The
AbstractFetcherwill no longer crash when placeholder types (source and format) are mixed.The
MultiFetcher.initialize_sources()method is now a proper key event.
Removed#
No longer adds a
NullHandlerto root logger on import.