Sha256: 648fa40a3a2c9f26fbab62f605fad8ab8fdd07df2e4035c272e5f9acccf22e01

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

# 0.0.49
* Support `extra_env` as a client option to load more into the env pre-adapter.

# 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

4 entries across 4 versions & 1 rubygems

Version Path
saddle-0.0.53 CHANGELOG.md
saddle-0.0.51 CHANGELOG.md
saddle-0.0.50 CHANGELOG.md
saddle-0.0.49 CHANGELOG.md