Skip to content

v1.131.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 22:26
· 4 commits to main since this release
b036b9a
  • 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