Releases: kkamkou/node-akamai-http-api
Releases · kkamkou/node-akamai-http-api
0.6.1
lodash
security issue #16
0.6.0
No major changes, only polishing and simplification.
- Code coverage is increased
- Dependencies are upgraded
fileExists
and mtime
return the akamai
object
0.5.1
lodash
and request
are upgraded #14
0.5.0
- lodash and request are upgraded to the latest versions #12
0.4.0
Added a new config key request
, which is used by request.js. A request timeout
is 20s
by default.
- Add some sort of timeout to underlying HTTP connection, #5 (@itsmemattchung)
- Dockerfile updated
0.3.0
- Added a new
code
(http response code) attribute to the err
object, #4