Skip to content

This release fixes a crash that could occur when reading JSON data. It also improves CEF parsing to handle non-conforming unescaped equals characters.

Mar 2, 2026 · @IyeOnline · #5855

We fixed a bug that could cause a crash when reading JSON data.

Mar 2, 2026 · @jachris · #5841

The CEF parser now handles unescaped = characters (which are not conforming to the specification) by using a heuristic.