Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 3.24 KB

File metadata and controls

69 lines (34 loc) · 3.24 KB

Changelog

1.6.0 (2026-02-11)

Features

  • add DANE/TLSA support for outbound SMTP connections (8705f72)
  • add DANE/TLSA support for outbound SMTP connections (dd8525b)

Bug Fixes

  • add engines field requiring Node.js 14+ (56ebbfc)
  • address code review feedback for DANE/TLSA support (e1f4c7f)
  • dane: address post-merge issues in DANE/TLSA implementation (a000cdc)
  • dns-errors: correct EOF error code and improve descriptions (5899eef)
  • get-connection: destroy socket on connection error to prevent handle leak (bd3e8f5)
  • net-errors: update error codes and descriptions from libuv (36beca2)
  • use userland punycode and fix preferIPv6 sort (68ae733)

1.5.6 (2025-04-20)

Bug Fixes

  • handle edge case errors (7feea75)

1.5.5 (2024-07-01)

Bug Fixes

  • Exception: Fixed exception on throwing an error (21f9333)

1.5.4 (2024-05-13)

Bug Fixes

  • deps: Bumped deps to clear security warnings (d2efd6a)

1.5.3 (2024-01-19)

Bug Fixes

  • typo: Fixed typo in network error response (2d3616d)

1.5.2 (2024-01-19)

Bug Fixes

  • errors: normalized error categories (f4e7173)

1.5.1 (2024-01-19)

Bug Fixes

  • autodeploy: Fixed dependency retrieval (c3b26ba)

1.5.0 (2024-01-19)

Features

  • autodeploy: Enabled auto-deployment. Updated response errors (324c021)