v1.7.4
New features:
- Adds support for Socrata's grid view URL structure (e.g., ending with
/data
) (#147) read.socrata
,write.socrata
, andls.socrata
includesUser-Agent
in headers, allowing for Socrata to track RSocrata usage (from version 1.7.4 onward) (#119)
Bug fixes:
- Temporary fix for #137 by simply commenting-out the unit test calling to City of Boston. Future versions will provide an alternative fix for this.
- Reduces "false positive"
write.socrata()
unit test by only checking for200
HTTP status code (#143) - Solved erroneous error messages from unit testing (#148)