- Bug Add missing protect predictor composite conditions
IP_RANGE
andIP_COMPARISON
. #401
- 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 - Enhancement Added the
ShouldValidatePayloadSignature
field to theRiskPredictorDevice
model. #380 - Enhancement Added the
IncludeRepeatedEventsWithoutSdk
field to theRiskPredictorBotDetection
model. #382 - Enhancement Support the
TRAFFIC_ANOMALY
risk predictor type (newRiskPredictorTrafficAnomaly
model). #383
- 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
- Bug Corrected
DomainWhiteList
field in theRiskPredictorAdversaryInTheMiddle
model. #361
- Enhancement Add the
com.au
top level domain to the connection configuration. #351
- Bug Fixed error "Error when calling
ReadAllRiskPredictors
: Data failed to match schemas in oneOf(RiskPredictor)" when theEMAIL_REPUTATION
predictor type is in the API's response payload. #332
- Enhancement Added the
EMAIL_REPUTATION
predictor type. #330
- Enhancement Added the
RiskPredictorAdversaryInTheMiddle
property to theRiskPredictor
object model and extended theEnumPredictorType
enum withADVERSARY_IN_THE_MIDDLE
to support the adversary in the middle predictor. #321
- 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
- Note Unskip read only attributes when converting API models to maps. #255
- Note Updated the default UserAgent string format. #255
- Enhancement Enhance the
EnumFlowType
with new supported values. #256 - Enhancement Added the
Compositions
array to theRiskPredictorComposite
model, to replace theComposition
attribute that has now been deprecated. #256
- Enhancement Add support for a Bot detection specific data model. #252
- Enhancement Implement HATEOAS links for API response objects. #227
- Enhancement Add support for Suspicious device and Bot detection predictor types. #229, #231
- 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
- Bug Fix the risk policy result for the
RiskPolicySet.DefaultResult
and theRiskPolicyResult.Level
attribute. #183
- Enhancement Add
Triggers
to theRiskPolicySet
model to support "staging" risk policies. #180 - Bug Fix the
RiskPolicyResult
object, where theLevel
should only beLOW
. #178
- Breaking change
RiskPolicySetRiskPoliciesInner
model changed toRiskPolicy
. #170 - Note Change default useragent for HTTP requests. #160
- Bug Fix the Risk Predictor data model. #164
- Enhancement Enhance the Risk Predictor data model. #164
- Enhancement Support score based risk policies. #170
- Bug Fix for retry for conditions based on PingOne error response object. #157
- Breaking change
RiskPredictor
model changed toRiskPredictorCommon
, replaced with the predictor type model. #151 - Note Add retry logic for retryable HTTP status codes. #147
- Bug fix Fix for Risk Predictor API request/responses not including the individual predictor type data models. #151
- Feature Full support for risk predictors. #135
- Note Adjust client request/response debug and fix linting issues. #133
- Note bump codegen v6.2.1 => v6.4.0 #122
- Note bump
golang.org/x/net
v0.2.0 => v0.7.0 #109 - Note bump
golang.org/x/oauth2
v0.2.0 => v0.5.0 #109
- Note bump codegen v6.2.0 => v6.2.1 #84
- Enhancement Add 404 response processing for all requests #28
- Enhancement Add missing 400 response processing #29
- Security Bump
golang.org/x/net
forCVE-2021-33194
: https://deps.dev/advisory/osv/GO-2021-0238 - Feature Full support for enum values
Initial release - rebasing versions to reflect module stability