Skip to content

v11.1.0

Latest

Choose a tag to compare

@apozzer305 apozzer305 released this 08 Mar 09:18
· 2 commits to master since this release
7c0ffa5
  • Fixed thread-local context duplication across shared libraries (#890)
  • Added a nullptr check in macro-free log functions (LogFunctions.h) to allow calls with an uninitialized logger. Macro-based logging remains deliberately unchanged (#894)
  • Suppress GCC false-positive warnings during LTO builds.
  • Added backend worker poll loop hooks backend_worker_on_poll_begin/ backend_worker_on_poll_end (#897)
  • Added opt-in sequential thread IDs via QUILL_USE_SEQUENTIAL_THREAD_ID with QUILL_DEFINE_SEQUENTIAL_THREAD_ID (#898)