- Note Upgraded go version to 1.23 to align with the go release policy. #395
- MODULE RETRACTION The API endpoint in this module suffers major loss of function. The module has been retracted but is retained in the source repo for the purpose of retration. #352
- 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 Add API error handling for
409
errors. #279 - Enhancement Added the
ReferencedValues
property to theP1ErrorDetailsInnerInnerError
object model. #279
- Note Updated the default UserAgent string format. #255
- 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
- Note Change default useragent for HTTP requests. #160
- Bug Fix for retry for conditions based on PingOne error response object. #157
- Note Add retry logic for retryable HTTP status codes. #147
- Note Adjust client request/response debug and fix linting issues. #133