Skip to content

Releases: akamai/AkamaiOPEN-edgegrid-node

v3.2.0

26 Apr 12:12
21ef7a6
Compare
Choose a tag to compare

3.2.0 (Apr 26, 2022)

IMPROVEMENTS:

  • Add Typescript declaration file (#71)

v3.1.4

24 Mar 10:47
cadf855
Compare
Choose a tag to compare

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

22 Feb 09:10
479a659
Compare
Choose a tag to compare

3.1.3 (Feb 22, 2022)

IMPROVEMENTS:

  • Update various dependencies

BUG FIXES

v3.1.2

03 Nov 12:31
dc99e8d
Compare
Choose a tag to compare

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

28 Sep 11:41
f91e037
Compare
Choose a tag to compare

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

27 Sep 12:17
26e50ce
Compare
Choose a tag to compare

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

21 Dec 16:10
Compare
Choose a tag to compare

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.