-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added moreInfo to ApplicationError and normalized string representati…
…ons of errors
- Loading branch information
Showing
3 changed files
with
94 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## 1.1.0 (November 04, 2020) | ||
|
||
ENHANCEMENTS: | ||
|
||
* added `AdditionalInfo` property to `ApplicationError` | ||
* string representation of both `Error` and `ApplicationError` was changed | ||
|
||
## 1.0.0 (October 01, 2020) | ||
|
||
NOTES: | ||
|
||
* first version of Equinix rest-go module | ||
|
||
FEATURES: | ||
|
||
* Resty based client parses Equinix standardized error response body contents | ||
* `GetPaginated` function queries for data on APIs with paginated responses. Pagination | ||
options can be configured by setting up attributes of `PagingConfig` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters