Releases: haraka/haraka-net-utils
Releases · haraka/haraka-net-utils
1.7.2
- deps(all): bump to latest
- deps(eslint): upgrade to v9
- style(prettier): moved config into package.json
1.7.1
- deps: bump several versions to latest
- test: fix stale IP, new err code
1.7.0
- 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
- 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.3
- cf124e0 dep(punycode): override built-in with trailing /
1.5.2
- replace stun with @msimerson/stun
1.5.0
- 697d883 feat: add async support for get_public_ip
- 1440a41 doc: use async/await syntax in examples (#74)
1.4.1
- 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