-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathHISTORY
17 lines (17 loc) · 895 Bytes
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== 1.0.0 / 2011-05-26
* Cache API responses in Redis from HTTParty requests
* Only cache APIs that have been registered with CacheBar.
* Stores response body as Redis string data type that is set to expire.
* Store a backup of responses incase the API service goes down.
* If an exception or timeout occurs and there is no backup an exception is raised.
* If a bad response is received the backup will be used if available otherwise the bad response will be returned
== 1.0.1 / 2011-06-01
* Include gemspec in release
* Allow non-required keys via `require_keys` method
== 1.0.2 / 2011-11-17
* Only cache get requests requests
* SystemTimer is no longer a hard dep because it's not needed or available on ruby 1.9
* Don't extend core classes
== 1.1.0 / 2012-4-23
* Update to work with latest version of HTTParty
* Change name of gem (gem names should be all lowercase)