- Capture +domain:failData+ information from +create+ operation failures.
- Remove setting account:contact[type] attribute as this is not in the schema
- Fix syntax error in helpers.rb
- Correct implementation of Update Operation for domain, account and contact to send the correct sequence of XML elements
- Amend account:contact elements in Create operation to ensure order attribute range
- Fix sequencing of elements in account:addr block
- Fix sequencing of elements in contact:create block
- Fix sequencing of elements in account:create block
- Enforce the correct element sequencing for the domain:create operation
- Yank v0.0.6 and bump version to fix bug introduced in v0.0.6
- Fix "Command Syntax Error" response for Create operation with "2y" style periods
- Many bug fixes in Create operation
- Support for using
host:update
to modify name server glue information.
- Operations now cache their responses, accessible through
Client#last_response
- Last response messages are available through
Client#last_message
- Tweak how #poll method works w.r.t blocks
- Add Documentation
- Support the 'abuse-limit' on Nominet check operation
- Fix issue with info operation XML response parsing
- Add support for 'none' and 'all' options on list operation
- Fix bugs in info operation for account objects
- Improve handling of XML namespaces and schema locations
- Initial release
- Supports the following operations
- Create
- Delete
- Fork
- Hello
- Info
- List
- Lock
- Merge
- Poll
- Transfer
- Unlock
- Unrenew
- Update