All Versions
128
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 9

  • v1.3.26 Changes

    ๐Ÿ›  Bugfix:

    • ๐Ÿ“œ Parameters sent within the URL (e.g. /foo/:bar) should be URI escaped or Flexirest raises an error about unparseable URLs
  • v1.3.25 Changes

    ๐Ÿ”‹ Feature:

    • ๐Ÿ‘Œ Improvements in performance due to date parsing (thanks to guanglunw for the PR)
  • v1.3.24 Changes

    July 14, 2016

    ๐Ÿ›  Bugfix:

    • Calling class methods on an instance where the instance is cacheable should work (thanks to johnmckinght for the bug report)
  • v1.3.23 Changes

    ๐Ÿ›  Bugfix:

    • ๐Ÿ“œ Should not parse multiline strings as DateTime when using the automatica parsing (thanks to execjosh for the PR)
  • v1.3.22 Changes

    June 24, 2016

    ๐Ÿ›  Bugfix:

    • โšก๏ธ Broke a test in v1.3.21 (according to Travis) which was passing locally, updated all my gems and then it broke locally, so reverted the test.
  • v1.3.21 Changes

    ๐Ÿ”‹ Feature:

    • ๐Ÿ‘€ Now any requests returning a 204 with an empty (nil or blank) body return true instead of raising a ParseException
  • v1.3.20 Changes

    ๐Ÿ›  Bugfix:

    • ๐Ÿ›  Fixed has_one association raising an error if there is no associated object (it should just return nil) (thanks to Azat Galikhanov for the PR)
  • v1.3.19 Changes

    ๐Ÿ”‹ Feature:

    • โž• Added Headers in to Flexirest::ResponseParseException to aid debugging of why it doesn't work against custom APIs.
  • v1.3.18 Changes

    ๐Ÿ”‹ Feature:

    • Simplistic load balancing of API servers by supplying an array of URLs to base_url. It then pulls a random one out for each request.
  • v1.3.17 Changes

    ๐Ÿ›  Bugfix:

    • Authentication credentials weren't being passed through proxied classes (thanks to Lukasz Modlinski for the contribution).