Sha256: a307e68d421ea13c37c1e712d88ec0150b65cc57710283a763969a0c48642107

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# 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.46 CHANGELOG.md