v1.131.0
-
The redact package has been rewritten to dramatically improve performances and extend the range of redacted keywords:
- The regular expressions have been replaced with byte-scan functions.
- New redaction target keywords.
- Reduced false positives.
- New public byte-level fast functions.
-
[BREAKING] The RedactFn type in the httpserver and httpclient packages has been changed to accept a byte slice as argument instead of string. This prevents the byte -> string -> byte conversion saving memory and execution time.
-
Added IP check in the dnscache package before dialling.
-
Updated dependencies.
Full Changelog: v1.130.5...v1.131.0