Skip to content

Releases: Apipie/apipie-bindings

0.3.0

25 Oct 12:38
Compare
Choose a tag to compare
  • Add token based auth mechanism (PR #77)
  • Throw malformed examples (PR #78)

0.2.3

16 Jan 15:22
Compare
Choose a tag to compare
  • Remove error log output from specs (PR #76)
  • Update apidoc_cache_name apidoc (PR #74)
  • Fix typo in api docs (PR #75)
  • Fix typo in param test (PR #73)

0.2.2

09 Jan 18:34
Compare
Choose a tag to compare
  • Drop support for Ruby < 2.0.0 (PR #71)

0.2.1

06 Jan 20:04
Compare
Choose a tag to compare
  • Do not allow NIL as a route parameter (PR #70) (#22009)
  • update cache on error responses (PR #67)
  • pin oauth to support ruby < 2.0.0 (PR #69)

0.2.0

24 Apr 22:28
Compare
Choose a tag to compare
  • Support for overriding exceptions from authorizers (PR #64)
  • Use ssl_ca_file with ssl_ca_path (rest-client < 1.7.0) (PR #63) (#62)
  • Make following redirects compatible with rest-client > 1.8 (PR #61) (#60)

0.1.0

28 Mar 12:10
Compare
Choose a tag to compare
  • Verify SSL by default (PR #59)
  • Do not hide exceptions during cache retrieval (PR #57)
  • Legacy auth supports username config key (PR #54)

0.0.19

28 Mar 12:09
Compare
Choose a tag to compare
  • Support for more advanced authentication algorithms (PR #52)
  • Show resource when inspecting Action (PR #50)
  • Prevent rest-client timeout deprecation warnings (PR #53)

0.0.18

31 Aug 14:18
Compare
Choose a tag to compare
  • Recover from exception while inspecting error response (#48)
  • Add yard docs for ApipieBindings::Resource class (#47)
  • Restrict json to < 2.0.0 (#46)
  • Support rest-client 2.0.0 (#45)

0.0.17

23 Jun 21:43
Compare
Choose a tag to compare
  • Restrict rest-client version to < 2.0.0 (#42)
  • Include request in response for rest-client < 1.8.0 (#11147)
  • Don't try to clear credentials if nil (#43)

0.0.16

08 Mar 16:14
Compare
Choose a tag to compare
  • Controll following redirection (#37)
  • Enable for mocking api calls with validations
  • Log the server uri (#36)
  • build without sudo (#40)
  • Added clear credentials on error (#12112)
  • Added a function that enables removing credentials on need (#12112)