Change Log

6.5.0 - 2019-11-07

6.4.1 - 2019-10-23

6.4.0 - 2019-10-23

6.3.3 - 2018-04-22

6.3.2 - 2018-03-26

6.3.1 - 2018-03-26

6.3.0 - 2017-06-22

6.2.3 - 2017-02-28

6.2.2 - 2016-10-08

6.2.1 - 2016-07-18

6.2.0 - 2016-03-21

6.1.1 - 2015-11-22

6.1.0 - 2015-09-08

6.0.2 - 2015-07-04

6.0.1 - 2015-05-27

6.0.0 - 2015-05-26

5.3.0 - 2015-05-19

6.0.0-beta.1

5.2.0 - 2015-01-27

5.1.0 - 2014-12-19

5.0.3 - 2014-11-03

This change updates query strings so that they are treated as un-encoded values by default where the value represents an un-encoded value to send over the wire. A Query object then encodes the value before sending over the wire. This means that even value query string values (e.g., ":") are url encoded. This makes the Query class match PHP's http_build_query function. However, if you want to send requests over the wire using valid query string characters that do not need to be encoded, then you can provide a string to Url::setQuery() and pass true as the second argument to specify that the query string is a raw string that should not be parsed or encoded (unless a call to getQuery() is subsequently made, forcing the query-string to be converted into a Query object).

5.0.2 - 2014-10-30

5.0.1 - 2014-10-16

Bugfix release.

5.0.0 - 2014-10-12

Adding support for non-blocking responses and some minor API cleanup.

New Features

Breaking changes

The breaking changes in this release are relatively minor. The biggest thing to look out for is that request and response objects no longer implement fluent interfaces.

4.2.2 - 2014-09-08

4.2.1 - 2014-08-19

4.2.0 - 2014-08-17

4.1.8 - 2014-08-14

4.1.7 - 2014-08-07

4.1.6 - 2014-08-03

4.1.5 - 2014-08-02

4.1.4 - 2014-07-22

4.1.3 - 2014-07-15

4.1.2 - 2014-06-18

4.1.1 - 2014-06-08

4.1.0 - 2014-05-27

4.0.2 (2014-04-16)

4.0.1 - 2014-04-04

4.0.0 - 2014-03-29

4.0.0.rc-2 - 2014-03-25

4.0.0-rc.1 - 2014-03-15

3.8.1 - 2014-01-28

3.8.0 - 2013-12-05

3.7.4 - 2013-10-02

3.7.3 - 2013-09-08

3.7.2 - 2013-08-02

3.7.1 - 2013-07-05

3.7.0 - 2013-06-10

3.6.0 - 2013-05-29

3.5.0 - 2013-05-13

3.4.3 - 2013-04-30

3.4.2 - 2013-04-29

3.4.1 - 2013-04-16

3.4.0 - 2013-04-11

3.3.1 - 2013-03-10

3.3.0 - 2013-03-03

3.2.0 - 2013-02-14

3.1.2 - 2013-01-27

3.1.1 - 2013-01-20

3.1.0 - 2013-01-12

3.0.7 - 2012-12-19

3.0.6 - 2012-12-09

3.0.5 - 2012-11-18

3.0.4 - 2012-11-11

3.0.3 - 2012-11-04

3.0.2 - 2012-10-25

3.0.1 - 2012-10-22

3.0.0 - 2012-10-15

2.8.8 - 2012-10-15

2.8.7 - 2012-09-30

2.8.6 - 2012-09-05

2.8.5 - 2012-08-29

2.8.4 - 2012-08-15

2.8.3 - 2012-07-30

2.8.2 - 2012-07-24

2.8.1 - 2012-07-16

2.8.0 - 2012-07-15

2.7.2 - 2012-07-02

2.7.1 - 2012-06-26

2.7.0 - 2012-06-25

2.6.6 - 2012-06-10

2.6.5 - 2012-06-03

2.6.4 - 2012-05-30

2.6.3 - 2012-05-23

2.6.2 - 2012-05-19

2.6.1 - 2012-05-19

2.6.0 - 2012-05-15

2.5.0 - 2012-05-08