* Update to allowed characters for Tag keys. Tag keys can only contain numbers, letters and the _ character. `OAATemplateException` is raised for invalid characters in Tag key or value.
* `client.OAAClient` connection class now can automatically load OS environment values for `VEZA_URL` and `VEZA_API_KEY`
* Added debug logging to `client.OAAClient` API function to log detailed error response information if logging level is set to `DEBUG`.
* OAAClient version and calling platform details are included in API call headers as the User-Agent.