Release notes¶ ↑
0.6.0 (2023-02-10)¶ ↑
-
Add basic auth external (PR #82)
0.5.0 (2022-05-10)¶ ↑
-
Add support for kerberos negotiate auth (PR #81)
0.4.0 (2020-05-29)¶ ↑
-
support Ruby 2.7 (PR #79)
0.3.0 (2019-10-25)¶ ↑
0.2.3 (2019-01-16)¶ ↑
-
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 (2018-01-09)¶ ↑
-
modernize ruby versions (PR #71)
0.2.1 (2018-01-06)¶ ↑
0.2.0 (2017-04-24)¶ ↑
-
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 (2017-03-28)¶ ↑
-
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 (2016-12-09)¶ ↑
-
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 (2016-08-31)¶ ↑
-
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 (2016-06-23)¶ ↑
-
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 (2016-03-08)¶ ↑
-
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)
0.0.15 (2015-09-21)¶ ↑
-
Make awesome_print optional (#29)
0.0.14 (2015-08-25)¶ ↑
-
support rest-client 1.8.0 (#27)
0.0.13 (2015-04-23)¶ ↑
-
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)
0.0.12 (2015-03-23)¶ ↑
-
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)
0.0.11 (2014-11-09)¶ ↑
-
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
0.0.10 (2014-09-18)¶ ↑
-
apipie-bindings should enforce required params, BZ 1116803 (#6820)
0.0.9 (2014-08-29)¶ ↑
-
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