Restforce v3.0.0 Release Notes

Release Date: 2018-08-02 // almost 6 years ago
    • ๐Ÿ—„ Deprecate support for Ruby 2.0, 2.1 and 2.2, since even Ruby 2.2 reached its end-of-life in June 2018. (This is the only breaking change included in this version.)
    • ๐Ÿ›  Fix NoMethodError when trying to upsert a record using a Fixnum as the external ID (@AlexandruCD)
    • Escape record IDs passed in to the client to identify records to find, delete, etc. (@jmdx)
    • ๐Ÿ‘ Stop relying on our middleware for Gzip compression if you're using httpclient, since Faraday enables this automatically using httpclient's built-in support (@shivanshgaur)
    • โšก๏ธ Fix get_updated and get_deleted API calls by removing the erroneous leading forward slash from the path (@scottolsen)
    • ๐Ÿ›  Fix unpacking of dependent picklist options (@parkm)