Closed greenkeeper[bot] closed 4 years ago
Update to this version instead π
The new version differs by 9 commits.
1930bd4
Work around mime-types flipflopping about XML mime type
1e255c2
Update node versions in CI
96f3df8
Update dependencies
0e85681
docs(piping): add note about chunked transfer encoding
0274b7b
Syntax fix
7326cc0
Field/attach docs
c5be156
Upgrading instructions
f059135
ES6 in readme examples
cbf8569
Update dependency
See the full diff
Update to this version instead π
Update to this version instead π
The new version differs by 9 commits.
579c99c
Changelog
4a03ac7
Work in strict mode
ebb25ce
3.7.0
946e28d
Limit maximum response size
81f0512
Don't pop last array element when parsing a header.
4722207
Add standard props to errors thrown by .ok() callback
cf63db0
Use node with faster npm for browser tests
6097e83
Bump Appium version
092e3d6
Catch and pass along errors in ok callback
See the full diff
Update to this version instead π
The new version differs by 21 commits.
064b8b0
3.8.0
b2708db
Retry callback
383b308
Refactor shouldRetry
6bd9b31
indentation to match
bba9773
log and test style
bac9933
fn as optional param
ff607e2
Add optional callback to retry
9b0d98d
Changelog
c808dd0
3.8.0-alpha.1
87516fc
Also support events in global-ish agent
66aed34
Default settings for all agent requests
05d6c88
Authenticate request using username and password
06d7865
Extract common node/browser auth into request-base
104ccba
Unify auth args handling in node/browser
be5ab92
Handle errors in zlib pipe
There are 21 commits in total.
See the full diff
Update to this version instead π
The new version differs by 8 commits.
b021520
3.8.2
4cf9cbd
Merge pull request #1321 from gabegorelick/attach-docs
81e2c19
Fix documentation around attaching Buffer
2cbcb6e
Merge pull request #1315 from nwwells/master
9db15de
#1161 - document bad usages of pipe()
6ff0493
Fix handling of exceptions in callbacks #1314
fd60f6f
Merge pull request #1311 from leedm777/dont-parse-json-seq
af30141
Do not parse json-seq as json
See the full diff
dependency
superagent was updated from 3.5.2
to 4.0.0
.Update to this version instead π
.end(β¦)
returns undefined
instead of the request. If you need the request object after calling .end()
(and you probably don't), save it in a variable and call request.end(β¦)
. Consider not using .end()
at all, and migrating to promises by calling .then()
instead..buffer(false)
to requests or set superagent.buffer[yourMimeType] = false
..pipe()
throw.req.abort().end()
is called.end()
promise on all error events (Kornel LesinΜski)https.servername
from the Host
header (Kornel LesiΕski)response.buffered
is more accurate.dependency
superagent was updated from 3.5.2
to 4.1.0
.Update to this version instead π
.connect()
IP/DNS override option (Kornel).trustLocalhost()
option for allowing broken HTTPS on localhost
.abort()
used with promises rejects the promise.The new version differs by 11 commits.
8580c4f
v4.1.0
d7916f1
Abort
3b25a43
Bump
d30fc77
Allow HTTPS to be broken on localhost (only!)
e6e66a0
IP/DNS override option
a0e6a75
Fixed rotten HTTPS tests
a37c4b5
Promisify test
bed47aa
Show more await in docs
3e46870
Merge pull request #1438 from mmmmmrob/patch-1
9ef1369
Adding link to new cheerio plugin
cf40cf0
Readme
See the full diff
dependency
superagent was updated from 3.5.2
to 5.0.2
.Update to this version instead π
dependency
superagent was updated from 3.5.2
to 5.0.2
.dependency
superagent was updated from 3.5.2
to 5.0.2
.Update to this version instead π
dependency
superagent was updated from 3.5.2
to 5.0.3
.dependency
superagent was updated from 3.5.2
to 5.0.4
.dependency
superagent was updated from 3.5.2
to 5.0.5
.dependency
superagent was updated from 3.5.2
to 5.0.6
.dependency
superagent was updated from 3.5.2
to 5.0.7
.dependency
superagent was updated from 3.5.2
to 5.0.8
.dependency
superagent was updated from 3.5.2
to 5.0.9
.dependency
superagent was updated from 3.5.2
to 5.1.0
.dependency
superagent was updated from 3.5.2
to 5.1.1
.dependency
superagent was updated from 3.5.2
to 5.1.2
.dependency
superagent was updated from 3.5.2
to 5.1.3
.dependency
superagent was updated from 3.5.2
to 5.2.0
.dependency
superagent was updated from 3.5.2
to 5.2.1
.dependency
superagent was updated from 3.5.2
to 5.2.2
.
Version 3.6.0 of superagent just got published.
The version 3.6.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of superagent. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v3.6.0TCP_NODELAY
option (#1240) (xiamengyu)Commits
The new version differs by 29 commits.
02985f9
Change test for header own props
6783635
3.6.0
4e21f1c
Documented FormData support in .send() (#1260)
7e19e77
Update supported node version to >= 4.0 (#1248)
d55adf1
Keep nodelay always on
72babfb
support TCP_NODELAY option (#1240)
f5e39b7
Merge pull request #1238 from mxl/patch-1
9e8c3ed
timeout options.read property is not used.
ccecb4e
grammar misstype (#1234)
d0ab622
Merge pull request #1227 from focusaurus/fix-latest-mime-tests
ea35c57
Fix spelling mistake in the docs (#1232)
340a4bf
Merge pull request #1228 from focusaurus/get-head-data-in-query-string
15b3750
Merge pull request #1230 from PWesterdale/bugfix/pfx-passphrase
977be03
Remove stale duplicate test.html from root dir
801ec88
Use tocbot instead of tocify for documentation
There are 29 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: