Skip to content

Releases: haraka/haraka-net-utils

1.7.2

31 Jan 20:32
25ac326
Compare
Choose a tag to compare
  • deps(all): bump to latest
  • deps(eslint): upgrade to v9
  • style(prettier): moved config into package.json

1.7.1

13 Nov 19:44
983381b
Compare
Choose a tag to compare
  • deps: bump several versions to latest
  • test: fix stale IP, new err code

1.7.0

02 May 22:31
577087b
Compare
Choose a tag to compare
  • feat: added HarakaMx
  • feat: add add_line_processor, aka line_socket.setup_line_processor
  • fix(get_public_ip): set timeout in stun request
  • test: added get_implicit_mx tests
  • change: get_mx: don't filter implicit MX errors

1.6.0

18 Apr 01:57
52aa4e7
Compare
Choose a tag to compare
  • feat: normalizeDomain, for punycode/IDN names
  • feat: get_mx now also returns implicit MX records
  • feat: added get_implicit_mx
  • feat: added resolve_mx_hosts
  • doc(Changes): fixed broken tag version links
  • doc(CONTRIBUTORS): added
  • chore: populate [files] in package.json. Delete .npmignore
  • chore(lint): remove duplicate / stale rules from .eslintrc
  • dep(punycode): punycode -> punycode.js (avoid name collission)
  • chore: refactored get_ips_by_host using Promise.allSettled

1.5.4

02 Apr 21:10
814bb8f
Compare
Choose a tag to compare

1.5.3

16 Dec 04:38
7722666
Compare
Choose a tag to compare
  • cf124e0 dep(punycode): override built-in with trailing /

1.5.2

12 Dec 04:26
bc984e4
Compare
Choose a tag to compare
  • replace stun with @msimerson/stun

1.5.1

04 Dec 21:18
d7da1f5
Compare
Choose a tag to compare

1.5.0

21 Dec 08:12
e93c9f8
Compare
Choose a tag to compare
  • 697d883 feat: add async support for get_public_ip
  • 1440a41 doc: use async/await syntax in examples (#74)

1.4.1

22 Jul 20:23
cc836df
Compare
Choose a tag to compare
  • 4c3663b doc: use async/await syntax in examples
  • feat(get_mx): use async/await
  • feat(get_mx): call w/o callback for promise API
  • test(get_mx): expand and improve test coverage
  • chore(ci): use more shared haraka/.github workflows