All Versions
40
Latest Version
Avg Release Cycle
73 days
Latest Release
526 days ago

Changelog History
Page 3

  • v7.2.1 Changes

    June 07, 2018

    ๐Ÿ› Bug Fixes

    • โœ… proxy events into instance var and add test script (#1661) ([de72f49e](git://github.com/restify/node-restify.git/commit/de72f49e))
    • server: address req and res close event changes in Node v10.x (#1672) ([6be3fb7c](git://github.com/restify/node-restify.git/commit/6be3fb7c))

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ jsonBodyParser handles extended content types *+json (#1663) ([45375144](git://github.com/restify/node-restify.git/commit/45375144))
  • v7.2.0 Changes

    May 16, 2018

    ๐Ÿ”‹ Features

    • helpers: add compose feature (#1660) ([eb60ef40](git://github.com/restify/node-restify.git/commit/eb60ef40))
  • v7.1.2 Changes

    May 15, 2018

    ๐Ÿ› Bug Fixes

    • dtrace: route probes (#1659) ([84bcded7](git://github.com/restify/node-restify.git/commit/84bcded7))
  • v7.1.1 Changes

    April 10, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ plugins: save req._matchedVersion (#1642) ([69f917a3](git://github.com/restify/node-restify.git/commit/69f917a3))
  • v7.1.0 Changes

    March 26, 2018

    ๐Ÿ”‹ Features

    • router: add ignoreTrailingSlash router option (#1632) ([92ffbf5c](git://github.com/restify/node-restify.git/commit/92ffbf5c))
  • v7.0.0 Changes

    March 20, 2018

    ๐Ÿ”‹ Features

    • server: new router and middleware system (#1561) ([1161370b](git://github.com/restify/node-restify.git/commit/1161370b))

    ๐Ÿ’ฅ Breaking Changes

    *

    • ๐Ÿ‘€ Server returns RequestCloseError instead of RequestAbortedError
    • Non-strict routing is gone
    • Different RegExp usage in router path and wildcards
    • โœ‚ Remove already deprecated next.ifError
    • 0๏ธโƒฃ Disable DTrace probes by default
    • ๐Ÿ”„ Change in calling next multiple times
    • ๐Ÿ”Œ Router versioning and content type as a separate plugin: conditionalHandler
    • After event fires when both request is flushed and the last handler is finished
    • ๐Ÿšค Metrics plugin latency logic changes and new latencies were added

    ๐Ÿ‘€ For more info see the /guides/6to7guide.md. ([1161370b](git://github.com/restify/node-restify.git/commit/1161370b))

    • โฌ‡๏ธ dropping support below Node.js 4 ([0698f45c](git://github.com/restify/node-restify.git/commit/0698f45c))
  • v6.4.0 Changes

    March 20, 2018

    ๐Ÿ› Bug Fixes

    • server should fire not acceptable event (#1627) ([8b11b71b](git://github.com/restify/node-restify.git/commit/8b11b71b))
    • ๐Ÿ›ฐ send numbers or bools as payloads (#1609) ([0919f26d](git://github.com/restify/node-restify.git/commit/0919f26d))
    • ๐Ÿ‘ Allow multiple unmerged set-cookie headers. (#1570) ([df040154](git://github.com/restify/node-restify.git/commit/df040154))
    • โž• add support for secureOptions in createServer (#1575) ([656e60e0](git://github.com/restify/node-restify.git/commit/656e60e0))
    • ๐Ÿ‘‰ use Buffer.isBuffer instead of util.isBuffer. (#1593) ([35bd1c2b](git://github.com/restify/node-restify.git/commit/35bd1c2b))
    • ๐Ÿ“œ jsonBodyParser: fix percent sign causing server fail (#1411) ([bde8fda6](git://github.com/restify/node-restify.git/commit/bde8fda6))
    • request: date() and time() methods return value (#1576) ([4c2cb1a7](git://github.com/restify/node-restify.git/commit/4c2cb1a7))
  • v6.3.4 Changes

    November 21, 2017

    ๐Ÿ› Bug Fixes

    • bodyReader: Fix memory leak (#1566) ([756b3f02](git://github.com/restify/node-restify.git/commit/756b3f02))
    • server: avoiding uncaughtException in _routeErrorResponse by only sending response when ([cf65c65c](git://github.com/restify/node-restify.git/commit/cf65c65c))
  • v6.3.2 Changes

    November 08, 2017
  • v6.3.1 Changes

    November 03, 2017

    ๐Ÿ› Bug Fixes

    • server: avoid http2 experimental warning without http2 option (#1555) ([12da7fdf](git://github.com/restify/node-restify.git/commit/12da7fdf))