Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

112 lines (67 loc) · 6.79 KB

v0.14.0 (2024-03-15)

  • Enhancement Added the EMAIL_REPUTATION predictor type. #330

v0.13.0 (2024-02-23)

  • Enhancement Added the RiskPredictorAdversaryInTheMiddle property to the RiskPredictor object model and extended the EnumPredictorType enum with ADVERSARY_IN_THE_MIDDLE to support the adversary in the middle predictor. #321

v0.12.2 (2024-01-12)

  • 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

v0.12.1 (2023-12-27)

  • Note Remove redundant data models and documentation. #300

v0.12.0 (2023-11-10)

  • Enhancement Add API error handling for 409 errors. #279
  • Enhancement Added the ReferencedValues property to the P1ErrorDetailsInnerInnerError object model. #279

v0.11.0 (2023-10-16)

  • 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 the RiskPredictorComposite model, to replace the Composition attribute that has now been deprecated. #256

v0.10.0 (2023-09-15)

  • Enhancement Add support for a Bot detection specific data model. #252

v0.9.0 (2023-08-08)

  • Enhancement Implement HATEOAS links for API response objects. #227
  • Enhancement Add support for Suspicious device and Bot detection predictor types. #229, #231

v0.8.1 (2023-07-12)

  • 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

v0.8.0 (2023-07-04)

  • 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 and baseHostname 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

v0.7.1 (2023-06-05)

  • Bug Fix the risk policy result for the RiskPolicySet.DefaultResult and the RiskPolicyResult.Level attribute. #183

v0.7.0 (2023-05-30)

  • Enhancement Add Triggers to the RiskPolicySet model to support "staging" risk policies. #180
  • Bug Fix the RiskPolicyResult object, where the Level should only be LOW. #178

v0.6.0 (2023-05-19)

  • Breaking change RiskPolicySetRiskPoliciesInner model changed to RiskPolicy. #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

v0.5.1 (2023-04-28)

  • Bug Fix for retry for conditions based on PingOne error response object. #157

v0.5.0 (2023-04-24)

  • Breaking change RiskPredictor model changed to RiskPredictorCommon, 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

v0.4.0 (2023-04-18)

  • Feature Full support for risk predictors. #135

v0.3.4 (2023-03-20)

  • Note Adjust client request/response debug and fix linting issues. #133

v0.3.3 (2023-03-10)

  • Note bump codegen v6.2.1 => v6.4.0 #122

v0.3.2 (2023-02-22)

  • 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

v0.3.1 (2023-01-09)

  • Note bump codegen v6.2.0 => v6.2.1 #84

v0.3.0 (2022-08-29)

  • Enhancement Add 404 response processing for all requests #28
  • Enhancement Add missing 400 response processing #29

v0.2.0 (2022-07-17)

v0.1.0 (2022-07-16)

Initial release - rebasing versions to reflect module stability