Releases: akamai/AkamaiOPEN-edgegrid-node
Releases · akamai/AkamaiOPEN-edgegrid-node
v3.5.1
v3.5.0
3.5.0 (Jul 02, 2024)
IMPROVEMENTS:
- Updated various dependencies
BUG FIXES:
max_body
is deprecated, ignored and replaced with constant value of 131072 bytes
v3.4.5
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
3.4.4 (Nov 15, 2023)
IMPROVEMENTS:
- Update various dependencies
v3.4.3
v3.4.2
v3.4.1
v3.4.0
3.4.0 (Jan 26, 2023)
IMPROVEMENTS:
- Reads 'max_body' (alias 'max-body') field from
.edgerc
config file with default value of131072
(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