Skip to content

Releases: Apipie/apipie-bindings

0.7.1

14 May 13:56

Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Jan 11:05

Choose a tag to compare

What's Changed

  • Use GHA, set minimal Ruby to 2.7, update dependencies by @ofedoren in #83
  • Add show? method to param description by @ofedoren in #84

Full Changelog: 0.6.0...0.7.0

0.3.0

25 Oct 12:38

Choose a tag to compare

  • Add token based auth mechanism (PR #77)
  • Throw malformed examples (PR #78)

0.2.3

16 Jan 15:22

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

Choose a tag to compare

  • Drop support for Ruby < 2.0.0 (PR #71)

0.2.1

06 Jan 20:04

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

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

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

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

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)