Releases: Apipie/apipie-bindings
Releases · Apipie/apipie-bindings
0.3.0
- Add token based auth mechanism (PR #77)
- Throw malformed examples (PR #78)
0.2.3
- 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
- Drop support for Ruby < 2.0.0 (PR #71)
0.2.1
- 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
- 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
- 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
- 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
- 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
- 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
- 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)