All Versions
58
Latest Version
Avg Release Cycle
65 days
Latest Release
587 days ago

Changelog History
Page 5

  • v2.1.0 Changes

    June 29, 2015
    • Added support for query_all, explain and limits API calls (which require a newer api_version than the default of 26.0) (@theSteveMitchell, @zenchild)
    • โž• Added support for recent API call (@davebrace)
    • Changed PROXY_URI environment variable to SALESFORCE_PROXY_URI (with warning to STDOUT if the old variable is set) (@timrogers)
    • Implemented version_guard in Restforce::Concerns::API to standardise behaviour of API calls which require a particular version of the Salesforce API (@zenchild)
    • ๐Ÿ›  Fixed bug with construction of Faraday::Error::ClientError exceptions (@debussyman)
    • โž• Added support for specifying SSL options to be passed to Faraday (@jonathanrico)
    • โž• Added support for specifying a custom logger and log level (@ilyakatz)
    • ๐Ÿ‘Œ Improved experience for contributors to the gem with bootstrapping process (@rafalchmiel)
  • v2.0.0 Changes

    June 27, 2015
    • โฌ‡๏ธ Drop support for versions of Ruby earlier than 1.9.3, which were end-of-lifed long ago
    • ๐Ÿ’Ž Take advantages of Ruby 1.9.3 syntax, and drop old Ruby 1.8 shims
    • ๐Ÿ’… Enforce code style with Rubocop
  • v1.5.3 Changes

    June 26, 2015
    • ๐Ÿ›  Fixed a bug with update! and upsert! mutating provided attributes (@timrogers)
    • โž• Added note about thread safety to README.md (@epbarger)
    • ๐Ÿ‘Œ Improved documentation for select in README.md (@theSteveMitchell)
    • ๐Ÿ‘‰ Tweaked and improved consistency of README.md (@timrogers)
    • Pass through blocks given to Restforce.new (@jxa)
    • โž• Add #page_size to Restforce::Collection (@theSteveMitchell)
  • v1.5.2 Changes

    April 29, 2015
    • ๐ŸŽ Better autopagination performance #141 @th7
  • v1.5.1 Changes

    November 27, 2014
    • Looser restrictions on hashie gem #123 @zenchild
  • v1.5.0 Changes

    October 15, 2014
    • โฌ†๏ธ Upgrade faraday dependency to 0.9 #124 @zenchild
  • v1.4.1 Changes

    June 18, 2013
    • ๐Ÿ›  Fixed a bug with HTTP 413 responses #75 @patronmanager
  • v1.4.0 Changes

    June 09, 2013
    • ๐Ÿ‘ Added support for the tooling API.
    • ๐Ÿ›  Fixed a bug with EMSynchrony adapter.
    • ๐Ÿ‘ Added proxy support.
  • v1.3.0 Changes

    April 06, 2013
    • ๐Ÿ‘ Added support for lazily traversing paginated collections #61 by @nahiluhmot.
  • v1.2.0 Changes

    March 30, 2013
    • ๐Ÿ‘ Added support for proxies #60 by @wazoo.