Skip to content

Releases: patrickcping/pingone-go-sdk-v2

Release (2023-08-15)

15 Aug 12:21
b6c69c9
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.3
    • Note bump github.com/golangci/golangci-lint v1.53.3 => v1.54.1 #238
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.3.0 => v0.3.1 #238
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.25.0 => v0.26.0 #238
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.26.0
    • Bug Fixed inclusion of FormManagementApi and RecaptchaConfigurationApi API to the client. #235
    • Enhancement Clarified the headers parameter in the SubscriptionHttpEndpoint model of the subscriptions API endpoint to be a map of strings rather than a map of any data type. #234
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.3.1
    • Bug Corrected situations where EntityArrayEmbeddedItemsInner object dereferencing led to panic error. #237

What's Changed

  • Clarified the headers parameter in the SubscriptionHttpEndpoint model of the subscriptions API endpoint to be a map of strings rather than a map of any data type by @patrickcping in #234
  • Fixed inclusion of FormManagementApi and RecaptchaConfigurationApi API to the client by @patrickcping in #235
  • Corrected situations where EntityArrayEmbeddedItemsInner object dereferencing led to panic error by @patrickcping in #237
  • bump go modules 2023-08-15 by @patrickcping in #238

Full Changelog: v0.10.2...v0.10.3

Release (2023-08-08)

08 Aug 09:21
2f67c80
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.2
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/authorize v0.2.1 => v0.3.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.2.1 => v0.3.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.24.0 => v0.25.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.15.0 => v0.16.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.8.1 => v0.9.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/verify v0.2.1 => v0.3.0 #233
    • Note bump golang.org/x/oauth2 v0.10.0 => v0.11.0 #233
  • github.com/patrickcping/pingone-go-sdk-v2/authorize : v0.3.0
    • Enhancement Implement HATEOAS links for API response objects. #227
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.3.0
    • Enhancement Implement HATEOAS links for API response objects. #227
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.25.0
    • Enhancement Implement basic cursor for paging results (ApiReadAllEnvironmentsRequest, ApiReadAllGroupMembershipsForUserRequest, ApiReadAllGroupsRequest, ApiReadAllPopulationsRequest, ApiReadAllUsersRequest). #227
    • Enhancement Implement HATEOAS links for API response objects. #227
    • Enhancement Add new DaVinci admin roles to EnumRoleName model. #230
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.16.0
    • Enhancement Implement HATEOAS links for API response objects. #227
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.9.0
    • Enhancement Implement HATEOAS links for API response objects. #227
    • Enhancement Add support for Suspicious device and Bot detection predictor types. #229, #231
  • github.com/patrickcping/pingone-go-sdk-v2/verify : v0.3.0
    • 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

What's Changed

Full Changelog: v0.10.1...v0.10.2

Release (2023-07-18)

18 Jul 10:25
852977e
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.1
    • Bug Fixed service hostname override client parameter validation that reported an invalid https address. #225

What's Changed

  • Fixed service hostname override client parameter validation that reported an invalid https address by @patrickcping in #225

Full Changelog: v0.10.0...v0.10.1

Release (2023-07-12)

12 Jul 16:10
74dff72
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.0
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement v0.2.0 => v0.2.1 #224
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/authorize v0.2.0 => v0.2.1 #224
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.2.0 => v0.2.1 #224
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.23.0 => v0.24.0 #224
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.14.0 => v0.15.0 #224
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.8.0 => v0.8.1 #224
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/verify v0.2.0 => v0.2.1 #224
    • Note bump golang.org/x/oauth2 v0.9.0 => v0.10.0 #224
    • Enhancement Added ability to override the useragent at the point of client init. #218
    • Enhancement Add environment parameter defaults to client init. #222
    • Enhancement Add parameter to explicitly define http proxy support without the standard environment variables. #223
  • github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement : v0.2.1
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/authorize : v0.2.1
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.2.1
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.24.0
    • 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
    • Bug Corrected data type for CreatedAt, UpdatedAt on the User object. #221
    • Bug Corrected data type for LockedAt, UnlockAt on the UserAccount object. #221
    • Bug Corrected read-only status for LockedAt, SecondsUntilUnlock and UnlockAt on the UserAccount object. #221
    • Bug Corrected required status for CanAuthenticate and Status on the UserAccount object. #221
    • Bug Corrected data type for At on the UserLastSignOn object. #221
    • Bug Corrected data type for Type on the UserPasswordExternalGateway object. #221
    • Bug Corrected required status for Href on the UserPhoto object. #221
    • Enhancement Added read-only EmailVerified to the User object. #221
    • Enhancement Added optional SuppressVerificationCode to the UserLifecycle object. #221
    • Enhancement Updated the KeyRotationPolicy model such that ValidityPeriod is now optional and has a default value, and RotationPeriod has a default value. #220
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.15.0
    • 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
    • Enhancement Add optional ENUM attribute NewDeviceNotification to the DeviceAuthenticationPolicy model. #215
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.8.1
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/verify : v0.2.1
    • 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

Release (2023-07-04) (2)

04 Jul 16:23
150686b
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.9.1
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.13.0 => v0.14.0 #214
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.14.0
    • Breaking change Corrected the CreateDeviceAuthenticationPolicies return data model object to return a new object DeviceAuthenticationPolicyPostResponse that reflects an EntityArray object returned on migration. #213
    • Bug Fixed the inability to select the content type header of the CreateDeviceAuthenticationPolicies API. #213

What's Changed

  • Correct the CreateDeviceAuthenticationPolicies API for migration of policies by @patrickcping in #213
  • Bump github.com/patrickcping/pingone-go-sdk-v2/mfa from v0.13.0 to v0.14.0 by @patrickcping in #214

Full Changelog: v0.9.0...v0.9.1

Release (2023-07-04)

04 Jul 08:56
2c7d8ac
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.9.0
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement v0.1.4 => v0.2.0 #212
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/authorize v0.1.7 => v0.2.0 #212
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.1.0 => v0.2.0 #212
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.22.0 => v0.23.0 #212
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.12.0 => v0.13.0 #212
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.7.1 => v0.8.0 #212
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/verify v0.1.0 => v0.2.0 #212
    • Enhancement Added ability to override the default server and server variables at the point of client init. #206
  • github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement : v0.2.0
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/authorize : v0.2.0
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.2.0
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.23.0
    • 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
    • Bug Fixed Phone Notification Settings POST and PUT request payload data model. #195
    • Bug Corrected Requests from object to array in the NotificationsSettingsPhoneDeliverySettingsCustom object. #195
    • Bug Corrected Name as required property of NotificationsSettingsPhoneDeliverySettingsCustom object. #195
    • Bug Corrected DeleteNotificationsSettings response code and payload. #203
    • Bug Corrected UpdateNotificationsSettings request payload. #203
    • Enhancement Added Numbers array to the NotificationsSettingsPhoneDeliverySettingsCustom object. #195
    • Enhancement Added PhoneDeliverySettings array to the EntityArray object. #195
    • Enhancement Added Environment, DeliveryMode and Whitelist attributes to the NotificationsSettings object. #203
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.13.0
    • 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
    • Breaking change Changed the request and response payload of the DeviceAuthenticationPolicyApi.CreateDeviceAuthenticationPolicies API to account for the ability to migrate device authentication policies from legacy FIDO to upgraded FIDO2 policies. #211
    • Breaking change Migrated CreateMFAPushCredentialRequest and UpdateMFAPushCredentialRequest to MFAPushCredentialRequest. #201
    • Breaking change Migrated EntityArrayEmbeddedPushCredentialsInner to MFAPushCredentialResponse. #201
    • Note Deprecated old FIDO policy API. #202
    • Feature Support for upgraded FIDO2 policies API. #202, #209, #210
    • Enhancement Add support for migrating device authentication policies from legacy FIDO to upgraded FIDO2 policies. #211
    • Enhancement Add support for FIDO2 policies API in MFA Device Policies. #202
    • Enhancement Add optional attribute PairingDisabled to each MFA Device Policy device type. #202, #204
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.8.0
    • 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
  • github.com/patrickcping/pingone-go-sdk-v2/verify : v0.2.0
    • 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

What's Changed

Read more

mfa/v0.14.0

04 Jul 16:13
7772d83
Compare
Choose a tag to compare
module changelog pre-release

Release (2023-06-19)

19 Jun 10:29
21f9e29
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.8.0
    • Note bump github.com/golangci/golangci-lint from v1.52.2 to v1.53.3 #184 #199
    • Note bump golang.org/x/oauth2 v0.8.0 => v0.9.0 #199
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.11.0 => v0.12.0 #199
    • Enhancement Common client support for the new PingOne Verify module. #191
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.12.0
    • Note Deprecated FCM key authentication for Google Play based mobile devices. #196
    • Enhancement Add support for Firebase Cloud Messaging for sending push messages for Google Play based mobile devices. #196
    • Enhancement Fix TimeUnit enum in the DeviceAuthenticationPolicyMobileApplicationsInnerPairingKeyLifetime model. #190
  • github.com/patrickcping/pingone-go-sdk-v2/verify : v0.1.0

What's Changed

  • Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #189
  • Support PingOne Verify - Verify Policies API by @mjspi in #186
  • Fix TimeUnit enum in the DeviceAuthenticationPolicyMobileApplicationsInnerPairingKeyLifetime model by @patrickcping in #190
  • Bump github.com/golangci/golangci-lint from 1.52.2 to 1.53.2 by @dependabot in #184
  • P1Verify fix for issue 192. by @mjspi in #194
  • Moved to Firebase Cloud Messaging for sending push messages by @patrickcping in #196
  • P1verify root module update (corrected). by @mjspi in #191
  • Bump dependencies 2023-06-19 by @patrickcping in #199

Full Changelog: v0.7.3...v0.8.0

Release (2023-06-05)

05 Jun 17:25
e88958d
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.7.3
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.7.0 => v0.7.1 #185
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.7.1
    • Bug Fix the risk policy result for the RiskPolicySet.DefaultResult and the RiskPolicyResult.Level attribute. #183

What's Changed

Full Changelog: v0.7.2...v0.7.3

Release (2023-05-30)

30 May 17:16
30c33fb
Compare
Choose a tag to compare
  • github.com/patrickcping/pingone-go-sdk-v2 : v0.7.2
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.21.0 => v0.22.0 #182
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.6.0 => v0.7.0 #182
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.22.0
    • Enhancement Added SloWindow optional attribute to the Application SAML objects. #179
    • Enhancement Added SLO optional attributes to the SAML External Identity Provider object. #179
    • Enhancement Added NewUserProvisioning to the SignOnPolicyActionLogin model. #181
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.7.0
    • 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

What's Changed

Full Changelog: v0.7.1...v0.7.2