- Note Upgraded go version to 1.25 to align with the go release policy. #515
- Bug Fix Added back
OPTIONALenum value toEnumVerify, removed in error. #507
- Breaking Change Removed
OPTIONALenum value fromEnumVerifyas the API no longer supports this value. #504 - Breaking Change Removed deprecated
Otpfield from theGovernmentIdConfigurationAadhaarmodel as the API no longer supports this capability. #504 - Note Deprecated much of the voice verification functionality as it deprecated on the API. #504
- Enhancement Added
IdentityRecordMatchingto theVerifyPolicyobject. #471 - Enhancement Added
VerifyAamvaandAadhaarto theGovernmentIdConfigurationobject. #471
- Note Upgraded go version to 1.24 to align with the go release policy. #479
- Note Add backoff retry on transient 404 errors expected after environment creation. #460
- Note Enhance backoff retry logic for transient errors according to best practices. #418 #421
- Enhancement Added API functions for
X-Ping-External-Transaction-IDandX-Ping-External-Session-IDfor transaction and session telemetry. #419
- Breaking change
(Api[a-zA-Z]Request).Execute()and(*Api[a-zA-Z]Request).[a-zA-Z]Execute()API functions now returns theEntityArrayPagedIteratordata 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
- Enhancement Added
Retryfield to theLivenessConfigurationmodel. #369 - Enhancement Added
FailExpiredId,ProviderandRetryfields to theGovernmentIdConfigurationobject. #369
- Breaking change
Linksobjects changed fromLinksHATEOASobject tomap[string]LinksHATEOASValuetype. #366 - Enhancement Added the
HALApiservice to be able to follow HAL links in responses. #366
- Enhancement Add the
com.autop level domain to the connection configuration. #351
- 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
- Enhancement Added the
InspectionTypeproperty to theGovernmentIdConfigurationobject model. #278 - Enhancement Add API error handling for
409errors. #279 - Enhancement Added the
ReferencedValuesproperty to theP1ErrorDetailsInnerInnerErrorobject model. #279
- Note Unskip read only attributes when converting API models to maps. #255
- Note Updated the default UserAgent string format. #255
- Enhancement Implement HATEOAS links for API response objects. #227
- Enhancement New voice configuration object option on the verify policy API. #228
- Enhancement New voice phrase API, which is a prerequisite to support the management of the voice configuration object via the verify policy API. #228
- Enhancement New voice phrase contents API. #228
- Note Code optimisation for API response processing. #216
- Note Allow user-defined values for the
UserAgentconfiguration 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,baseDomainandbaseHostnameto 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