Skip to content

Latest commit

 

History

History
118 lines (53 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

118 lines (53 loc) · 4.61 KB

Changelog

4.8.2 (2024-12-19)

Bug Fixes

  • ARC: ensure that instance value is 1 if ARC chain does not exist yet (ab4c5e9)

4.8.1 (2024-11-05)

Bug Fixes

  • cli: Updated help strings for the cli script (8a86e51)

4.8.0 (2024-11-05)

Features

  • cert-type: BIMI authority information includes the type of the cert ('VMC' or 'CMC') (0dd8db8)

4.7.3 (2024-10-21)

Bug Fixes

  • BodyHashStream: Skip header (3da03d2)

4.7.2 (2024-10-02)

Bug Fixes

  • dkim: Store byteLength in BodyHashStream (081f823)

4.7.1 (2024-10-02)

Bug Fixes

  • dkim: New class BodyHashStream (88d2fad)

4.7.0 (2024-10-02)

Features

  • dkim-sign: Added new Transfor stream class DkimSignStream to sign emails in a stream processing pipeline (130a1a3)

4.6.9 (2024-08-22)

Bug Fixes

  • deps: Removed uuid dependency in favor of crypto.randomUUID() (0b5d8f5)
  • dkim-relaxed: Faster DKIM hash calculation for relaxed body if the body contains extremely long lines (fd8c89e)

4.6.8 (2024-06-04)

Bug Fixes

  • dmarc-alignment: Fixed tldts usage to allow private domains (cc7dfa8)

4.6.7 (2024-05-30)

Bug Fixes

  • psl: Replaced psl module with tldts for up to date public suffix list (cab894b)

4.6.6 (2024-05-13)

Bug Fixes

  • deps: Bumped deps to clear out security warnings (4ca35fe)

4.6.5 (2024-02-12)

Bug Fixes

  • dkim: Added new output property mimeStructureStart (8f25353)

4.6.4 (2024-02-05)

Bug Fixes

  • ed25519: Fixed ed25519 signing and verification (40f1245)

4.6.3 (2024-01-26)

Bug Fixes

  • bumped 2022 in copyright notices to 2024 (cc89823)

4.6.2 (2024-01-25)

Bug Fixes

  • bimi: skip bimi with undersized DKIM signatures (d666d74)

4.6.1 (2024-01-24)

Bug Fixes

  • dkim-verify: Show the length of the source body in DKIM results (d28663b)

4.6.0 (2023-11-02)

Features

  • deploy: Set up automatic publishing (f9b9c32)