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)
Verify SSL by default (PR #59)
Do not hide exceptions during cache retrieval (PR #57)
Legacy auth supports username config key (PR #54)
Support for more advanced authentication algorithms (PR #52)
Show resource when inspecting Action (PR #50)
Prevent rest-client timeout deprecation warnings (PR #53)
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)
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)
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)
Make awesome_print optional (#29)
support rest-client 1.8.0 (#27)
Limited rest-client version to < 1.8.0
Added option to turn off param validation (per call)
Validation of optional parameters containing required attributes (#24, #25)
Add readme to the dummy app
Fix ordering issue in tests
Dummy app for testing purposes
Declare 1.8 dependencies in Gemfile for tests
Allow non-friendly 1.8 gems (Newer libraries supports IPv6)
Added lazy loading of credentials (#7408)
Separate caches for different API versions (#18)
Change license to MIT
List missing parameter names in validation exception message
apipie-bindings should enforce required params, BZ 1116803 (#6820)
Fixes RHBZ#1134954 - Log API errors that are re-risen with debug verbosity
Add apidoc_cache_base_dir option to move all caches to another dir
Moved development dependences to gemspec
Fixed cache name test
Added configuration for Travis CI
Fixed response headers in dry_run
Logging response headers