Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps github.com/patrickcping/pingone-go-sdk-v2/management from 0.43.0 to 0.44.0.

Changelog

Sourced from github.com/patrickcping/pingone-go-sdk-v2/management's changelog.

Release (2024-11-15)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.12.4
    • Note Upgraded go version to 1.23 to align with the go release policy. #395
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/authorize v0.6.0 => v0.7.0 #397
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.9.0 => v0.10.0 #397
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.43.0 => v0.44.0 #397
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.20.0 => v0.21.0 #397
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.16.0 => v0.17.0 #397
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/verify v0.7.0 => v0.8.0 #397
    • Note bump golang.org/x/oauth2 v0.21.0 => v0.24.0 #397
  • github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement : v0.3.3
  • github.com/patrickcping/pingone-go-sdk-v2/authorize : v0.7.0
    • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator 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
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.10.0
    • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator 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
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.44.0
    • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator data type to for code clients to implement paging of results. #392
    • Breaking change Model NotificationsSettingsEmailDeliverySettings is now a compound model supporting both SMTP and custom notification models. #386
    • Note Upgraded go version to 1.23 to align with the go release policy. #395
    • Feature Added support for the Administrator Security API. #381
    • Feature Added support for custom email notification providers. #386
    • Feature Added support for the Custom Admin Roles API. #388
    • 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 SessionNotOnOrAfterDuration field to the ApplicationSAML data model. #387
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.21.0
    • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator 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 UriParameters field to the DeviceAuthenticationPolicyTotp data model. #384
    • Enhancement Added the OtpLength field to the DeviceAuthenticationPolicyOfflineDeviceOtp data model. #385
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.17.0
    • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator 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 the RiskPredictorDevice model. #380
    • Enhancement Added the IncludeRepeatedEventsWithoutSdk field to the RiskPredictorBotDetection model. #382
    • Enhancement Support the TRAFFIC_ANOMALY risk predictor type (new RiskPredictorTrafficAnomaly model). #383
  • github.com/patrickcping/pingone-go-sdk-v2/verify : v0.8.0
    • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator 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

Release (2024-07-22)

... (truncated)

Commits
  • 8e1ed95 Correct role dereferencing (#396)
  • 441fb21 changelogs pre-release
  • 657b47d Implement paging of results (breaking change) (#392)
  • 64440a3 Upgrade go to 1.23 (#395)
  • fda1db1 update dependabot schedule
  • 7c3fb76 Correct Traffic anomaly response dereferencing errors (#391)
  • d19fa6b Add hypertext links to admin security API model (#389)
  • 537123c Add support for the Custom Admin Roles API (#388)
  • e3b47e1 Added the SessionNotOnOrAfterDuration field to the ApplicationSAML data m...
  • c7ef1ad Added support for custom email notification providers (#386)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/patrickcping/pingone-go-sdk-v2/management](https://github.com/patrickcping/pingone-go-sdk-v2) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/patrickcping/pingone-go-sdk-v2/releases)
- [Changelog](https://github.com/patrickcping/pingone-go-sdk-v2/blob/main/CHANGELOG.md)
- [Commits](patrickcping/pingone-go-sdk-v2@management/v0.43.0...management/v0.44.0)

---
updated-dependencies:
- dependency-name: github.com/patrickcping/pingone-go-sdk-v2/management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 18, 2024 16:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 18, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2024

Looks like github.com/patrickcping/pingone-go-sdk-v2/management is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/patrickcping/pingone-go-sdk-v2/management-0.44.0 branch December 12, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant