Skip to content

Releases: akamai/AkamaiOPEN-edgegrid-node

v3.4.5

03 Apr 07:39
7017d36
Compare
Choose a tag to compare

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

v3.4.4

15 Nov 16:06
ac30429
Compare
Choose a tag to compare

3.4.4 (Nov 15, 2023)

IMPROVEMENTS:

  • Update various dependencies

v3.4.3

23 Oct 12:16
9856eb8
Compare
Choose a tag to compare

3.4.3 (Oct 23, 2023)

IMPROVEMENTS:

  • Update various dependencies

v3.4.2

12 Sep 14:16
211141b
Compare
Choose a tag to compare

3.4.2 (Sep 12, 2023)

BUG FIXES

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

IMPROVEMENTS:

  • Update various dependencies

v3.4.1

09 May 06:49
5b89523
Compare
Choose a tag to compare

3.4.1 (May 09, 2023)

IMPROVEMENTS:

  • Update various dependencies

v3.4.0

26 Jan 07:19
691b66c
Compare
Choose a tag to compare

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

v3.3.0

08 Nov 12:12
7d8942a
Compare
Choose a tag to compare

3.3.0 (Nov 08, 2022)

IMPROVEMENTS:

  • Update various dependencies

BUG FIXES

  • Fix adding User-Agent header to the request

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