Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 271 Bytes

CHANGELOG.md

File metadata and controls

10 lines (6 loc) · 271 Bytes

v.0.0.2

  • Renamed RequestError to ServerError.
  • Added ability to cache API responses using an ActiveSupport::Cache::Store. Simply using URL as cache key.
  • Explicit instrumentation and logging how many elements requested from the API.

v.0.0.1

  • First release.