Skip to content

Latest commit

 

History

History
118 lines (64 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

118 lines (64 loc) · 4.57 KB

6.3.1 (2017-11-03)

Bug Fixes

  • server: avoid http2 experimental warning without http2 option (#1555) (12da7fdf)

6.3.0 (2017-11-02)

Features

  • http2: add native HTTP/2 support (#1489) (6b202853)

6.2.3 (2017-10-18)

6.2.2 (2017-10-18)

Bug Fixes

  • package-lock.json: remove artifacts.netflix.com repo (#1526) (3d2f0f7d)

6.2.1 (2017-10-18)

Bug Fixes

  • cpuUsageThrottle: dont include interval in lag (#1504) (eecb2d25)
  • npm: remove unleash dependency (#1522) (a43aa60f)
  • plugins: use process.hrtime() for duration calculation (#1507) (e8efd6cd)

6.2.0 (2017-10-16)

Bug Fixes

  • cpuUsageThrottle: dont include interval in lag (#1504) (eecb2d25)
  • plugins: use process.hrtime() for duration calculation (#1507) (e8efd6cd)

6.1.0 (2017-10-16)

Bug Fixes

  • cpuUsageThrottle: dont include interval in lag (#1504) (eecb2d25)
  • plugins: use process.hrtime() for duration calculation (#1507) (e8efd6cd)

6.0.1 (2017-09-19)

Bug Fixes

  • cpuUsageThrottle: Correctly named handler for debugInfo (#1499) (78b0900b)
  • server: error in pre handler triggers after event (#1500) (c2e6deae)

6.0.0 (2017-09-15)

Bug Fixes

  • exclude package-lock.json (#1477) (011fdf0e)
  • Update dependency mime to 1.4.0 (#1467) (6d38b38c)
  • cpuUsageThrottle: Always queue a new timeout (#1484) (e4ffe430)
  • inflightRequestThrottle: properly handle next (#1471) (4db404f9)
  • static: avoid user-provided data in Error messages being interpreted as sprintf codes (# (99063447)

Features

  • cpuUsageThrottle (#1460) (84be6799)
  • throttle plugin: expose rate limit metrics as headers (#1453) (1627a557)

5.2.0 (2017-08-16)

Bug Fixes

  • package.json version now matches npm (9944dbd5)
  • create unit tests for sanitizePath plugin (#1352) (12714cfc)
  • audit timers of same name should accumulate (#1435) (#1443) (a2d34aaa)
  • respect when status code is set with res.status (GH-1429) (#1440) (5abc0677)
  • versioned route matching should not throw TypeError (#1381) (25d10f00)

5.0.1 (2017-07-17)

Bug Fixes

  • monkey patch getHeaders for pre-v7 Node.js (GH-1409) (82088a71)
  • add node 7-8 travis support (#1405) (536a4735)
  • Add migration guid to website (#1402) (5f053c7e)
  • update http-signature to v1.0.0 (#1401) (ec887376)
  • documentation update for restifyError event example (#1398) (94fe7151)
  • doc site (#1393) (76ee5480)
  • test static plugin's handling of sprintf escape sequences (#1391) (5d7039a5)