Sha256: 3d49fd006fe8e1f1ba03d817110ed2d23a88d75ed2adfa76156a090f14607710

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# 0.5.19

* introduced PATCH requests.
* brought back ruby < 2.1 compatibility. Process::CLOCK_MONOTONIC is not present until ruby 2.2. There was a breaking change since 0.5.16.

# 0.5.18

* pass along the caller to each `connection` hook

# 0.5.17
 * fix a bug where logger on debug level thrown an encoding error #19

# 0.5.16

 * improve logging, log request details on Logger::DEBUG level

# 0.5.15

 * add response status code to error message

# 0.5.14

 * make ApiClient::Base marshallable by not storing proc as instance var

# 0.5.13

 * add raw_body method to Scope which allows to set non-hash request payload

# 0.5.12

 * fix threading problem on ruby 1.8.7 and earlier

# 0.5.11

 * fix handling errors

# 0.5.10

 * add TooManyRequests error

# 0.5.9

 * fix compatibility with ruby 1.8.x

# 0.5.8

 * fix the problem with strict_attr_reader and Array#flatten

# 0.5.7

 * fix compatibility with hashie 2.1.0 and strict_attr_reader

# 0.5.6

 * add strict_attr_reader option to raise `KeyError` on missing key access

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api_client-0.5.19 CHANGELOG.md