Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 680 Bytes

CHANGELOG.mkd

File metadata and controls

11 lines (11 loc) · 680 Bytes

0.2.0 - Initial Public Release 0.2.1 - Point release to update gemspec dependencies ... 0.2.4 - Point release including tests that are now mocked properly 0.2.6 - Code cleanup from @raykao 0.2.7 - Removing dead code and an un-needed dependency 0.2.8 - Removing the nesting limit on the JSON parser 0.2.10 - Removing a nesting limit that we missed 0.2.11 - We weren't properly handling an empty payload response 0.2.12 - Added a global option to disable SSL checking from socrata#7 0.2.13 - Added a global :timeout option to override the default Net:HTTP timeout, and accepting 202 as an "OK" response code, which should only occur during import.