Sha256: 75d59058710dfa710c8379cd964e97a4c14895c3fc389288b5bd58fef411b514

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

Contents

# Changelog

2.10.0
---

- Support Faraday v1 (#85)

2.9.0
---

- Add support for DELETE in RestfulResource::RailsValidations (#73)

2.8.1
---

- Looser Faraday requirement >= 0.15, < 1.1

2.8.0
---

- Make params hash in methods consistent, and always optional (#61)

2.7.0
---

- Add `X-Client-Start` header on request containing milliseconds since unix epoch

2.6.1
---

- Support only `faraday-0.15.x`
    - `0.16.x` breaks `faraday-http-cache`

2.6.0 (yanked)
---

- Upgrade to `faraday-0.16.x`
- Add `X-Client-Timeout` header on requests if a client timeout is set

2.5.3
---

- Raise `RestfulResource::HttpClient::GatewayTimeout` when response status is `504`


2.5.2
---

- Add ability to set `timeout` and `open_timeout` options on connection

2.5.1
---

- Add support for `PATCH` in `RestfulResource::RailsValidation`
- Improved specs for `PATCH` features

2.5.0
---

- Add support for `PATCH`

v2.4.0
---

- Add `faraday_options` to `Base.configure`

v2.1.0
---

- Add `open_timeout` and `timeout` options to `Base.configure` and all request methods

v1.6.0
---
- group ServiceUnavailable, Timeout, and ClientError as subclasses of RetryableError
  [#20](https://github.com/carwow/restful_resource/pull/20)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
restful_resource-2.12.1 CHANGELOG.md
restful_resource-2.12.0 CHANGELOG.md
restful_resource-2.11.0 CHANGELOG.md
restful_resource-2.10.3 CHANGELOG.md
restful_resource-2.10.1 CHANGELOG.md
restful_resource-2.10.0 CHANGELOG.md