Nikolas de Hor
f19baa8fc4
fix: convert remaining f-string logger calls to loguru native format
...
Follow-up to #864 . Three f-string logger calls in base.py and dingtalk.py
were missed in the original sweep. These can cause KeyError if interpolated
values contain curly braces, since loguru interprets them as format placeholders.
2026-02-20 10:01:38 -03:00
Re-bin
73fdd0dd45
fix: complete ensure_ascii=False and UTF-8 encoding migration
2026-02-20 07:59:32 +00:00
Re-bin
37252a4226
fix: complete loguru native formatting migration across all files
2026-02-20 07:55:34 +00:00
Nikolas de Hor
53b83a38e2
fix: use loguru native formatting to prevent KeyError on messages containing curly braces
...
Closes #857
2026-02-19 17:19:36 -03:00
chtangwin
a2379a08ac
Fix: Ensure UTF-8 encoding and ensure_ascii=False for remaining file/JSON operations
2026-02-18 18:37:17 -08:00
Re-bin
b429bf9381
fix: improve long-running stability for various channels
2026-02-12 01:20:57 +00:00
Re-bin
b6ec6a8a76
fix(dingtalk): security and resource fixes for DingTalk channel
2026-02-08 18:06:07 +00:00
w0x7ce
240db894b4
feat(channels): add DingTalk channel support and documentation
2026-02-08 11:58:49 +08:00