Releases: markSmurphy/akamai-staging
Releases · markSmurphy/akamai-staging
v2.0.3 - Dependency Updates
Changelog
[v2.0.3] - February 21st 2022
Changed
- Updated dependency
debugto version4.3.3 - Updated dependency
yargsto version17.3.1
v2.0.2 - Dependency Updates
Changelog
[v2.0.2] - November 11th 2021
Changed
- Updated dependency
chalkto version4.1.2 - Updated dependency
yargsto version17.2.1
v2.0.1 - Minor fixes and performance improvements
Changelog
[v2.0.1] - July 24th 2021
Changed
- Fixed response object initialisation
NULL_POINTERissue, reported by deepscan.io. - Code improvements recommended by Codacy.
- Performance improvements by deprecating the use of
in favour ofconcat()+=for string concatenation. - Fixed a typo in
README.md.
Added
-
Included a deepscan.io badge in
README.md.
v2.0.0 - Support for deep nested CNAMEs through recursion of the full DNS `answer`, and asynchronous DNS queries.
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
CNAMEchain can be recursed so that the Akamai domain is found no matter how deeply nested it is. akamai-stagingwill now return a Staging IP address for the following Akamai domains:edgekey.netedgesuite.netakamaiedge.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
stderrto separate them fromstdout.
- This is because errors are now written to
⚠ BREAKING CHANGES
- Dropped Node 10 support.
Added
- Added dependency
native-dns-multisocket. - Added dependency
multimatch.
Changed
- Updated dependency
debugto version4.3.2. - Updated dependency
yargsto version17.0.1.
Removed
- Removed dependency
supports-color. - Removed dependency
dns-sync.
v1.1.9 - Dependency Updates
Changelog
[v1.1.9] - May 13th 2021
Changed
- Updated dependency
supports-colorto version8.1.1. - Updated dependency
chalkto version4.1.1.