All Versions
128
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 9
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)
- ๐ Should not parse multiline strings as
-
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 returnnil
) (thanks to Azat Galikhanov for the PR)
- ๐ Fixed
-
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.
- Simplistic load balancing of API servers by supplying an array of URLs to
-
v1.3.17 Changes
๐ Bugfix:
- Authentication credentials weren't being passed through proxied classes (thanks to Lukasz Modlinski for the contribution).