Sha256: 56c949ac8230fd079e82267b7b2bc6758f68ebb24e025a066e66d20e26ce5f43

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# 0.0.48
* Optionally return the full response object using `:return_full_response`

# 0.0.47
* Pass arguments to the underlying HTTP adapter via `:http_adapter`

# 0.0.46
* Moving the path_prefix and user-agent middlewares before the custom middleware block.
** This is needed for OAuth 1.0 middleware to work.

# 0.0.45
* DefaultResponse is now the top-level middleware
* DefaultResponse now catches *all* exceptions
* Some cleanup in the requester's connection builder

# 0.0.44
* Fixed a bug where child endpoints were being attached to the parent's class. This would
  cause problems because the root node's class is always TraversalEndpoint, and would be shared
  amongst concrete clients.

# 0.0.43
* Fixed a bug where non-string path elements were crashing

# 0.0.42
* Fixed a bug where nil actions resulted in a trailing /

# 0.0.41
* Cleanup of the path building chain makes nicer URLs

# 0.0.40
* Support for client-specified HTTP adapter. Preparing for Thrawn.

# 0.0.39
* DEPRECATION warning: root_endpoint.rb is no longer supported

# 0.0.38
* Support for `ABSOLUTE_PATH` on endpoints

# 0.0.37
* Lowered the default # of retries

# 0.0.36
* Parse JSON before throwing an error. The body may have useful failure info.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
saddle-0.0.48 CHANGELOG.md