Releases: akamai/AkamaiOPEN-edgegrid-node
Releases · akamai/AkamaiOPEN-edgegrid-node
v3.2.0
3.2.0 (Apr 26, 2022)
IMPROVEMENTS:
- Add Typescript declaration file (#71)
v3.1.4
3.1.4 (Mar 24, 2022)
IMPROVEMENTS:
- Remove deprecated
moment
dependency
BUG FIXES
- Fix response when Content-Type is
application/gzip
(#83)
v3.1.3
3.1.3 (Feb 22, 2022)
IMPROVEMENTS:
- Update various dependencies
BUG FIXES
v3.1.2
3.1.2 (Nov 3, 2021)
NOTES:
- [IMPORTANT] Change npm package name from
edgegrid
to akamai-edgegrid
- Clean up README.md to include working examples and get rid of inconsistencies
v3.1.1
3.1.1 (Sep 28, 2021)
BUG FIXES:
- Update version of axios to 0.21.4 to get rid of ReDoS vulnerability
v3.1.0
3.1.0 (Sep 27, 2021)
BUG FIXES:
- Fix support of environment variables (#27)
- Fix error when Tarball exceeds maxbody size (#33)
FEATURES/ENHANCEMENTS
- Replace 'request' package with axios (#64)
- Fix code quality issues
- Update version of mocha
- Add resolving ~ sign in edgerc path
Version 3.0
This version includes breaking changes to address the enforcement of node style callbacks (including error, response, body). This changes alters the signature of the method function as outlined in the updated README file. Please be sure to review the new formate and update any calls to the send method when updating to use this version.