Sha256: 60d82909fd1cb8cedc18084fb8433fa0d0c54507034a52a7d441b645281e1f03

Contents?: true

Size: 919 Bytes

Versions: 1

Compression:

Stored size: 919 Bytes

Contents

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