1.0.0-beta.1 (2025-01-15)
⚠ BREAKING CHANGES
- redact: Correctly handle urlencoded data when tokenizing characters (#2864)
- Correctly handle urlencoded data when tokenizing characters (#2863)
- protocol: Improve deprecation message on enum-like field usage (#2855)
- refactor wasm loading for analyze (#1832)
🚀 New Features
🪲 Bug Fixes
- Correctly handle urlencoded data when tokenizing characters (#2863) (fa93290)
- protocol: Improve deprecation message on enum-like field usage (#2855) (6512258)
- protocol: Include
cookies
and query
fields on reports (#2777) (cff2e3a) - redact: Correctly handle urlencoded data when tokenizing characters (#2864) (fbed883)
🏎️ Performance Improvements
- analyze: Compile WebAssembly upon module load (#2727) (489f1c6)
🧹 Miscellaneous Chores