Skip to content

Commit

Permalink
Note of the breaking change in browser 6.0 -> 6.1 (#1614)
Browse files Browse the repository at this point in the history
* Note of the breaking change in browser 6.0 -> 6.1

* Add link to tag, fix missing newline

* Better wording
  • Loading branch information
slobo committed Jan 2, 2021
1 parent 1277a88 commit e2987e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ For SuperAgent extensions such as couchdb and oauth visit the [wiki](https://git

Our breaking changes are mostly in rarely used functionality and from stricter error handling.

* [6.0 to 6.1](https://github.com/visionmedia/superagent/releases/tag/v6.1.0)
* Browser behaviour changed to match Node when serializing `application/x-www-form-urlencoded`, using `arrayFormat: 'indices'` semantics of `qs` library. (See: https://www.npmjs.com/package/qs#stringifying)
* [5.x to 6.x](https://github.com/visionmedia/superagent/releases/tag/v6.0.0):
* Retry behavior is still opt-in, however we now have a more fine-grained list of status codes and error codes that we retry against (see updated docs)
* A specific issue with Content-Type matching not being case-insensitive is fixed
Expand Down

0 comments on commit e2987e3

Please sign in to comment.