Releases: hexfusion/perl-net-etcd
Releases · hexfusion/perl-net-etcd
v0.022
v0.021
v0.020
v0.019
v0.018
Add Member class. (#36) * Add Member class and tests. * Point TLS example at test certs. * Add member helper method * removed BUILD block * Added ENV defaults for name 'ETCD_CLIENT_USERNAME', password 'ETCD_CLIENT_PASSWORD' and cacert 'ETCD_CERT_FILE' accessors. * Add member list example to POD.
v0.017
v0.016
Maintenance (#32) * Add support and tests for Maintenance status and defragment. * Add support and tests for Maintenance class methods version, status and defragment * Update POD * Add is_success and content helper methods. * Update version and change log for pending release.
v0.015
Cache auth (#30) * Add support for retry_auth * In the case the auth attempt returns a 401 unauthorized the code will attemp to refresh the token and try the request again. The code does assume the 401 is caused by a stale token. If it attempts again it will fail by confess. * Add clearer to headers accessor. * Clear headers after successful request so that we do not keep stale values cached. * Do not add auth header during auth attempt so that we don't create a false posative. * Add endpoint accessor. * Bump version and add changes in prep for release.