- 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.
- Updated various dependencies
- Update various dependencies
- Update various dependencies
- Don't set the default
''
(empty) body in the requests
- Update various dependencies
- Update various dependencies
- 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
- Update various dependencies
- Fix adding
User-Agent
header to the request
- Add Typescript declaration file (#71)
- Remove deprecated
moment
dependency
- Fix response when Content-Type is
application/gzip
(#83)
- Update various dependencies
- Bump axios to 0.26.0 to get rid of vulnerability in follow-redirects
- [IMPORTANT] Change npm package name from
edgegrid
toakamai-edgegrid
- Clean up README.md to include working examples and get rid of inconsistencies
- Update version of axios to 0.21.4 to get rid of ReDoS vulnerability
- Replace 'request' package with axios (#64)
- Fix code quality issues
- Update version of mocha
- Add resolving ~ sign in edgerc path