Skip to content

Releases: markSmurphy/akamai-staging

v2.0.3 - Dependency Updates

21 Feb 11:06
Compare
Choose a tag to compare

Changelog

[v2.0.3] - February 21st 2022

Changed

  • Updated dependency debug to version 4.3.3
  • Updated dependency yargs to version 17.3.1

v2.0.2 - Dependency Updates

11 Nov 18:46
Compare
Choose a tag to compare

Changelog

[v2.0.2] - November 11th 2021

Changed

  • Updated dependency chalk to version 4.1.2
  • Updated dependency yargs to version 17.2.1

v2.0.1 - Minor fixes and performance improvements

24 Jul 08:59
Compare
Choose a tag to compare

Changelog

[v2.0.1] - July 24th 2021

Changed

  • Fixed response object initialisation NULL_POINTER issue, reported by deepscan.io.
  • Code improvements recommended by Codacy.
  • Performance improvements by deprecating the use of concat() in favour of += for string concatenation.
  • Fixed a typo in README.md.

Added


v2.0.0 - Support for deep nested CNAMEs through recursion of the full DNS `answer`, and asynchronous DNS queries.

14 Jul 11:02
Compare
Choose a tag to compare

Changelog

[v2.0.0] - July 14th 2021

New Features

This releases uses a different DNS library so that:

  • The lookup of multiple domains is much quicker due to DNS queries now being asynchronous.
  • The full CNAME chain can be recursed so that the Akamai domain is found no matter how deeply nested it is.
  • akamai-staging will now return a Staging IP address for the following Akamai domains:
    • edgekey.net
    • edgesuite.net
    • akamaiedge.net
  • Redirecting output to a file now displays any errors in the console rather than have them written to the target file.
    • This is because errors are now written to stderr to separate them from stdout.

⚠ BREAKING CHANGES

  • Dropped Node 10 support.

Added

  • Added dependency native-dns-multisocket.
  • Added dependency multimatch.

Changed

  • Updated dependency debug to version 4.3.2.
  • Updated dependency yargs to version 17.0.1.

Removed

  • Removed dependency supports-color.
  • Removed dependency dns-sync.

v1.1.9 - Dependency Updates

13 May 18:36
Compare
Choose a tag to compare

Changelog

[v1.1.9] - May 13th 2021

Changed

  • Updated dependency supports-color to version 8.1.1.
  • Updated dependency chalk to version 4.1.1.