1.10.0 (2024-02-29)
Features Added
- Added logging event
log.EventResponseError
that will contain the contents ofResponseError.Error()
whenever anazcore.ResponseError
is created. - Added
runtime.NewResponseErrorWithErrorCode
for creating anazcore.ResponseError
with a caller-supplied error code. - Added type
MatchConditions
for use in conditional requests.
Bugs Fixed
- Fixed a potential race condition between
NullValue
andIsNullValue
. runtime.EncodeQueryParams
will escape semicolons before callingurl.ParseQuery
.
Other Changes
- Update dependencies.