Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Releases: MeltwaterArchive/datasift-ruby

3.8.0

23 May 13:55
Compare
Choose a tag to compare

Added

  • Support for the PYLON Tasks API
  • Explicit support for additional HTTP response codes

Changed

  • Uses API v1.5 by default

3.7.1

06 Oct 14:46
Compare
Choose a tag to compare

Now handles 502 API errors correctly

3.5.1

06 Oct 14:46
Compare
Choose a tag to compare

Now handles 502 API errors correctly

3.7.0

04 Aug 13:37
Compare
Choose a tag to compare

Added

Changed

  • Minor styling changes for Rubocop

3.6.2

15 Jul 12:55
Compare
Choose a tag to compare

Fixed

  • Corrected params used in the managed_source_auth.remove() method. Thanks @zenovich

3.6.0

08 Mar 11:17
Compare
Choose a tag to compare

Added

3.5.0

13 Nov 15:49
Compare
Choose a tag to compare

Added

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

21 Aug 11:27
Compare
Choose a tag to compare

Added

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

21 Aug 11:28
Compare
Choose a tag to compare

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)