2.1.0

2.0.2

2.0.1

2.0.0

This release is largely API compatible, but makes several breaking changes.

2.0.0.rc1

Changes in the release candidate that did not persist through the final 2.0.0 release: - RestClient::Exceptions::Timeout was originally going to be a direct subclass of RestClient::Exception in the release candidate. This exception tree was made a subclass of RestClient::RequestTimeout prior to the final release.

1.8.0

Previously, any Set-Cookie headers found in an HTTP 30x response would be sent to the redirection target, regardless of domain. Responses now expose a cookie jar and respect standards compliant domain / path flags in Set-Cookie headers.

1.7.3

1.7.2

1.7.1

1.7.0

1.6.14

1.6.10, 1.6.11, 1.6.12, 1.6.13 (CVE-2019-15224)

1.6.9

1.6.8

1.6.7

1.6.6

1.6.5

1.6.4

1.6.3

1.6.2

1.6.1

1.6.0

1.5.1

1.5.0

1.4.2

1.4.1

1.4.0

The response change may be breaking in rare cases.

1.3.1

1.3.0

The only breaking change should be the exception classes, but as the new classes inherits from the existing ones, the breaking cases should be rare.

1.2.0

1.1.0

All changes exept the last one should be fully compatible with the previous version.

NOTE: due to a dependency problem and to the last change, heroku users should update their heroku gem to >= 1.5.3 to be able to use this version.