Sha256: 99330cd66876cb6c959284bc026671a6dfeff664f5a7472d4687f8b6e66803ca

Contents?: true

Size: 542 Bytes

Versions: 1

Compression:

Stored size: 542 Bytes

Contents

# Changelog

## [Unreleased]

## [1.3.4] - 2024-10-29

### Added

- Add an alias `:update` for the method `:update_attributes`

## [1.3.3] - 2023-08-20

### Added

- Add HTTP 429 TooManyRequests error

## [1.3.2] - 2023-08-08

### Added

- Allow using request body for GET requests by passing `force_get_params_in_body: true`.

  ```ruby
  User.all(params: {ids: ids}, force_get_params_in_body: true)
  ```

## [1.3.1] - 2023-02-26

### Changed

- Update request_store dependency to 1.6.

## [1.3.0] - 2022-07-04

- Public release to Github.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ddy_remote_resource-1.3.4 CHANGELOG.md