Skip to content

Latest commit

 

History

History
96 lines (64 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

96 lines (64 loc) · 2.94 KB

RELEASE NOTES

3.4.5 (Apr 3, 2024)

BUG FIXES

  • Fixed a bug where the max_body parameter was not utilized when generating the authentication header.
  • Implemented support for the max_body parameter when the configuration is provided as function parameter.

IMPROVEMENTS:

  • Updated various dependencies

3.4.4 (Nov 15, 2023)

IMPROVEMENTS:

  • Update various dependencies

3.4.3 (Oct 23, 2023)

IMPROVEMENTS:

  • Update various dependencies

3.4.2 (Sep 12, 2023)

BUG FIXES

  • Don't set the default '' (empty) body in the requests

IMPROVEMENTS:

  • Update various dependencies

3.4.1 (May 09, 2023)

IMPROVEMENTS:

  • Update various dependencies

3.4.0 (Jan 26, 2023)

IMPROVEMENTS:

  • Reads 'max_body' (alias 'max-body') field from .edgerc config file with default value of 131072 (PR#1)
  • Add default Accept header (related to PR#43 and I#33)
  • Add README section explaining how to use proxy (related to PR#35 and I#59)
  • Add README section explaining how to change request encoding (related to PR#58)
  • Update various dependencies

3.3.0 (Nov 08, 2022)

IMPROVEMENTS:

  • Update various dependencies

BUG FIXES

  • Fix adding User-Agent header to the request

3.2.0 (Apr 26, 2022)

IMPROVEMENTS:

  • Add Typescript declaration file (#71)

3.1.4 (Mar 24, 2022)

IMPROVEMENTS:

  • Remove deprecated moment dependency

BUG FIXES

  • Fix response when Content-Type is application/gzip (#83)

3.1.3 (Feb 22, 2022)

IMPROVEMENTS:

  • Update various dependencies

BUG FIXES

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

3.1.1 (Sep 28, 2021)

BUG FIXES:

  • Update version of axios to 0.21.4 to get rid of ReDoS vulnerability

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