- Updated various dependencies.
- Updated various dependencies.
- Updated various dependencies.
max_body
is deprecated, ignored and replaced with a constant value of 131072 bytes.
- 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 a function parameter.
- Updated various dependencies.
- Updated various dependencies.
- Updated various dependencies.
- Don't set the default
''
(empty) body in the requests.
- Updated various dependencies.
- Updated various dependencies.
- Added reading of the
max_body
(aliasmax-body
) field from.edgerc
config file with a default value of131072
(PR#1). - Added a default Accept header (related to PR#43 and I#33).
- Added the README section explaining how to use proxy (related to PR#35 and I#59).
- Added the README section explaining how to change request encoding (related to PR#58).
- Updated various dependencies.
- Updated various dependencies.
- Fixed adding the
User-Agent
header to the request.
- Added the Typescript declaration file (#71).
- Removed a deprecated
moment
dependency.
- Fixed the response when Content-Type is
application/gzip
(#83).
- Updated various dependencies.
- Bumped axios to 0.26.0 to get rid of vulnerability in follow-redirects.
- [IMPORTANT] Changed the npm package name from
edgegrid
toakamai-edgegrid
. - Cleaned up
README.md
to include working examples and got rid of inconsistencies.
- Updated the version of axios to 0.21.4 to get rid of the ReDoS vulnerability.
- Fixed support of environment variables (#27).
- Fixed an error when Tarball exceeds a max-body size (#33).
- Replaced the
request
package with axios (#64). - Fixed code quality issues.
- Updated the version of mocha.
- Added a resolving ~ sign in the edgerc path.