This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
Releases: envato-archive/lumberg
Releases · envato-archive/lumberg
Add get_nameserver_config to Lumberg::Whm::Dns
Raise WhmConnectionError for non-JSON cPanel Responses
We bumped the major version because now Lumberg will raise WhmConnectionError
if it encounters a non-JSON response from cPanel. Previously Lumberg would have raised a JSON::ParserError
.
- Handle all non-JSON cpanel responses [#107]
Raise WhmConnectionError when cPanel API is unavailable
- Raises a
WHMConnectionError
when the cPanel API is unavailable [#103]
Improved Connection Handling
The connection behavior has changed. Now, if a connection failure or timeout occurs, Lumberg::WhmConnectionError
will be raised instead of Lumberg::WhmArgumentError
.
- Resolve host first and raise connection error for a failure. [#102]
2.0.1 Include host name in 'Missing WHM hash' exceptions
Modifies the message for the exception Lumberg::WhmArgumentError
so that the hostname is included.
Version 2.0.0
Lots of new API support and other updates! We are now only targeting cPanel 11.4x and up. Support has been added for Ruby 2.2.0 and 2.1.x. Ruby 1.8 and below are no longer supported.
Notable updates:
- Add support to cPanel/WHM transfers. [#92, #93, #94, #95]
- Gets the IP address for a given name server [#87]
- Add support for Email::passwdpop [#85]
- Adds support for
Email::setdefaultaddress
[#82] - Get server disk usage [#81]
- List and edit standardized hooks [#76]
- Generate certificate signing requests through Whostmgr [#67]
- Implement
fetch_ssl_vhosts
[#66] - Fix Zlib::BufError [#64]
- Remove certificate data [#62]
- Run Whostmgr scripts [#60]
- Option to remove/delete SSL Certificates [#59]
- Adds support for Cpanel's FTP [#55] and PasswdStrength [#51] modules.
- Pass (almost) same options when creating certificate signing requests [#50]
Add support to cPanel/WHM transfers.
Accept-Encoding: deflate Header
Add Accept-Encoding: deflate
header [#83]
Lookup Nameserver IP
- Gets the IP address for a given name server [#87]
Add support for Email::passwdpop
Add support for Email::passwdpop [#85]