This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Releases: MeltwaterArchive/datasift-ruby
Releases · MeltwaterArchive/datasift-ruby
3.8.0
3.7.1
3.5.1
3.7.0
Added
- Support for
analysis_queries
param for Account Identity Limits - Test against Ruby 2.3 on Travis
Changed
- Minor styling changes for Rubocop
3.6.2
3.6.0
3.5.0
Added
- Support for the /account/usage API endpoint
- Added explicit support for 412, 415, 503 and 504 HTTP error responses
- Support for the /pylon/sample API endpoint. Full details about the feature can be found in our platform release notes
Changed
- Only set
Content-Type
HTTP header for POST/PUT requests; it's not necessary unless we are passing a request entity - Teased out some minor performance enhancements by allocating fewer objects on each request
- Loosen some Gem dependancies. Successfully tested against rest-client v2.0.0
3.4.0
Added
- Support for Open Data Processing batch uploads (Thanks @giovannelli)
- Explicit support for 413 and 422 errors from API
Changed
- Ability to get at API response headers using the
object.response
accessor. (Thanks again @giovannelli) - Bumped rest-client dependency to ~> 1.8
- The OpenSSL version you select within the DataSift gem no longer changes the default OpenSSL version in your wider application; it only affects API calls made by the DataSift gem to DataSift's API
3.3.0
Added
- Explicit support for 429 errors from the API
- PYLON Nested query example
Changed
- Default API version to 1.2
- Improved Managed Sources examples (added dedicated Facebook Pages example)
Removed
- References to the Twitter data source (being deprecated on August 13th, 2015)