Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Feb 23, 2018
1 parent 911f69e commit dac7eb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGES.md
@@ -1,16 +1,31 @@
# restify-clients Changelog

## not yet released
## Not Yet Released

## 2.0.0

### Breaking ###
* #109: Migrate to restify-errors@6.0.0. This migrates all errors to using
VError under the hood.
* #141: Throw when the `url` option does not have a valid http/https protocol.
* #148: JSONClient is now strict about valid responses. Non JSON responses
return parse errors to the caller. HTTP errors supersede parse errors. JSONP
is also no longer supported. Empty responses return an empty pojo `{}`.
* #152: honor requestTimeout when socket has already been established.

### Fix ###
* #132: Handle multibyte characters properly in gzipped responses
* #152: Honor `requestTimeout` when re-using existing socket/connection
* #154: Trim extraneous whitespace characters in `url` option

### New ###
* #109: Add DNSTimeoutError.
* #105: Support for checkServerIdentity https option (#155)
* #139: Record request lifecyclet timings. Retrievable via `req.getTimings()`
* #153: Support `query` option at both constructor and request time

### Chore ###
* Makefile now uses Yarn under the hood.
* #158: Upgrade to new major versions, mime@2.x and fast-safe-stringify@2.x

## 1.5.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "restify-clients",
"version": "1.5.2",
"version": "2.0.0",
"main": "lib/index.js",
"description": "HttpClient, StringClient, and JsonClient extracted from restify",
"homepage": "http://www.restify.com",
Expand Down

0 comments on commit dac7eb1

Please sign in to comment.