Sha256: db67beb3eed4ec01f001fec5be4e3aebb719b334f6688ed4d2c12cb2d4d029c2

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

# Changelog

2.13.1
---

- Update activesupport requirement from ~> 6.0 to >= 6, < 8 (#152)

2.13.0
---

- Require ruby >= 2.7

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

1 entries across 1 versions & 1 rubygems

Version Path
restful_resource-2.13.1 CHANGELOG.md