Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/AzureAD/microsoft-authentication-library-for-go from 0.5.1 to 1.2.0 #1850

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps github.com/AzureAD/microsoft-authentication-library-for-go from 0.5.1 to 1.2.0.

Release notes

Sourced from github.com/AzureAD/microsoft-authentication-library-for-go's releases.

MSAL Go 1.2.0

Add an extensibility point for Azure Arc to request and cache Access Token of type POP #443

MSAL Go 1.1.1

Bug Fixes

Fix AcquireTokenSilent for ADFS users #446

MSAL Go 1.1.0

New Features

Allow public client app developers to take control of opening the browser AzureAD/microsoft-authentication-library-for-go#422

Bug fixes

Normalize token cache keys AzureAD/microsoft-authentication-library-for-go#425 Require an account in public client silent auth AzureAD/microsoft-authentication-library-for-go#426 Bump dependency github.com/golang-jwt/jwt/ to v5 AzureAD/microsoft-authentication-library-for-go#414

MSAL Go 1.0.0

  • Better diagnostics message (#304, #403)
  • Prevent persistent cache data races (#402)
  • Switch to new regional endpoints (#361, #408)

MSAL Go 0.9.0

MSAL Go 0.9.x is expected to be the last feature release before an upcoming 1.0 version. Please install and test this version.

This release contains breaking changes. Please refer to "API changes for GA release" for upgrade guidance.

  • Delete vestigial option function types (#383)
  • Rename public client CreateAuthCodeURL -> AuthCodeURL (#371, #384)
  • Delete deprecated confidential.NewCredFromAssertion (#385)
  • Rename confidential.WithAccessor to WithCache (#386)
  • Review all logs to ensure there is no PII (#28, #382)
  • Upgrade dependencies (#387)
  • Remove unused confidential client UserID (#389)
  • Replace NewCredFromCert with NewCredFromCertChain (#391)
  • Remove unnecessary options structs (#390)
  • Upgrade CI tools (#392)
  • Adding ExportReplace to support the Context object (#378)
  • Add optional metadata for cache.ExportReplace (#395, #381)
  • Confidential client requires authority (#394, #348)

MSAL Go 0.8.1

Bugfix: Fix a regression introduced in 0.8.0 causing unnecessary token request during silent auth with "common" or "organizations" home tenant alias. (#375)

MSAL Go v0.8.0

Enhancements:

  • Add per-request tenant ID option WithTenantID (#296, #343)

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner October 1, 2023 10:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Bumps [github.com/AzureAD/microsoft-authentication-library-for-go](https://github.com/AzureAD/microsoft-authentication-library-for-go) from 0.5.1 to 1.2.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-go/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/main/RELEASES.md)
- [Commits](AzureAD/microsoft-authentication-library-for-go@v0.5.1...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/AzureAD/microsoft-authentication-library-for-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/AzureAD/microsoft-authentication-library-for-go-1.2.0 branch from 1f77bce to 2ad98b1 Compare October 2, 2023 14:48
@dustin-decker dustin-decker merged commit a750b8e into main Oct 2, 2023
8 of 9 checks passed
@dustin-decker dustin-decker deleted the dependabot/go_modules/github.com/AzureAD/microsoft-authentication-library-for-go-1.2.0 branch October 2, 2023 16:32
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
Development

Successfully merging this pull request may close these issues.

2 participants