This release fixes a crash that could occur when reading JSON data. It also improves CEF parsing to handle non-conforming unescaped equals characters.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”JSON reading crash fix
Section titled “JSON reading crash fix”Mar 2, 2026 · @IyeOnline · #5855
We fixed a bug that could cause a crash when reading JSON data.
Fix CEF parsing for unescaped equals
Section titled “Fix CEF parsing for unescaped equals”Mar 2, 2026 · @jachris · #5841
The CEF parser now handles unescaped = characters (which are not conforming to
the specification) by using a heuristic.