- Breaking change
(Api[a-zA-Z]Request).Execute()
and(*Api[a-zA-Z]Request).[a-zA-Z]Execute()
API functions now returns theEntityArrayPagedIterator
data type to for code clients to implement paging of results. #392 - Note Upgraded go version to 1.23 to align with the go release policy. #395
- Enhancement Added
(Api[a-zA-Z]Request).ExecuteInitialPage()
and(*Api[a-zA-Z]Request).[a-zA-Z]ExecuteInitialPage()
API functions to just return the initial page of a paged response. #392
- Breaking change
Links
objects changed fromLinksHATEOAS
object tomap[string]LinksHATEOASValue
type. #366 - Enhancement Added the
HALApi
service to be able to follow HAL links in responses. #366
- Enhancement Add the
com.au
top level domain to the connection configuration. #351
- Enhancement Add
Management
to theCredentialType
data model. #339 - Enhancement Add
Required
to theCredentialTypeMetaDataFieldsInner
data model. #339 - Bug Fixed
DeletedAt
property (made read-only) in theCredentialType
data model and update the data type. #339
- Note Upgrade GO to
v1.21
#306 - Note Updated the default UserAgent string format. #305
- Enhancement Add ability to append custom user-agent information to HTTP requests. #305
- Note Remove redundant data models and documentation. #300
- Enhancement Add API error handling for
409
errors. #279 - Enhancement Added the
ReferencedValues
property to theP1ErrorDetailsInnerInnerError
object model. #279
- Enhancement Added the
Default
property to theCredentialTypeMetaDataFieldsInner
object model. #275 - Enhancement Added
Multiple
object attribute to theCredentialType
object model. #275
- Note Unskip read only attributes when converting API models to maps. #255
- Note Updated the default UserAgent string format. #255
- Enhancement Add parameters
OnDelete
to theCredentialType
model. #240 - Enhancement Add parameters
FileSupport
to theCredentialTypeMetaDataFieldsInner
model. #240
- Bug Corrected situations where
EntityArrayEmbeddedItemsInner
object dereferencing led to panic error. #237
- Enhancement Implement HATEOAS links for API response objects. #227
- Note Code optimisation for API response processing. #216
- Note Allow user-defined values for the
UserAgent
configuration parameter. #217 - Note Add parameter to explicitly define http proxy support without the standard environment variables. #223
- Note Now suppresses errors when attempting to unmarshal an ENUM value from JSON that isn't yet supported in the SDK. The value is now returned as
UNKNOWN
. #208 - Enhancement Add parameters
protocol
,baseDomain
andbaseHostname
to server configuration. #205 - Enhancement Add ability to set default server index and a server variable default value on the client configuration as an alternative option to setting them in the context. #205
- Initial release #166