1.0.0 (November 07, 2025)#

Added#

  • Python 3.14 is now fully tested and supported in CI/CD.

  • Add extra.task_id to 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 level argument (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=True to force.

      • Style options: ‘minimal’, ‘basic’, ‘pretty’ (default), ‘rainbow’.

      • Options ‘pretty’ & ‘rainbow’ display more information and color.

Fixed#

  • The AbstractFetcher will 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 NullHandler to root logger on import.