Skip to content

Releases: kkamkou/node-akamai-http-api

0.6.1

Choose a tag to compare

@kkamkou kkamkou released this 11 May 11:54
702f15a
  • lodash security issue #16

0.6.0

Choose a tag to compare

@kkamkou kkamkou released this 25 Jan 20:25

No major changes, only polishing and simplification.

  • Code coverage is increased
  • Dependencies are upgraded
  • fileExists and mtime return the akamai object

0.5.1

Choose a tag to compare

@kkamkou kkamkou released this 04 Sep 11:28
  • lodash and request are upgraded #14

0.5.0

Choose a tag to compare

@kkamkou kkamkou released this 08 Jun 18:01
  • lodash and request are upgraded to the latest versions #12

0.4.0

Choose a tag to compare

@kkamkou kkamkou released this 16 Oct 10:44

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

Choose a tag to compare

@kkamkou kkamkou released this 19 Aug 11:30
  • Added a new code (http response code) attribute to the err object, #4

0.2.2

Choose a tag to compare

@kkamkou kkamkou released this 25 May 19:44
  • #2 Depedency request@2.27.* has a reported vulnerability (@rtorino)
  • Dockerfile added