Releases: microsoft/artifacts-credprovider
1.1.0-alpha
Changes:
- dc5f4a2 Create 1.1.0 release (#445)
- 47d2f4e Use latest version of NuGet.Protocol (#444)
- 5438e61 Standardize versions in project files (#440)
- 364639b Put SBOM task behind publish flag (#439)
- ce5571b Add publish parameter to build template (#438)
- b8b8fac Create 1.0.9 release (#435)
- cb98f0c MSAL cache env var should be interpreted as full file path (#434) [ #432 ]
- ebafa53 Onboard to central package management (#431)
- bab9e30 Add explicit version for Newtonsoft.Json (#430)
- 4381c16 Bump NuGet.Protocol package version to 5.11.5 (#429)
See More
- f7af268 Use System.Text.Json for json (de)serialization (#393)
- 5177919 Remove Azure Active Directory Authentication Library (ADAL) (#411)
- 2eaec11 Update readme to link to .NET Core 3.1 removal (#428)
- 64ba044 Include symbols for Microsoft.Artifacts.Authentication when publishing (#424)
- 184761b Upload VS manifest to correct organization (#423)
This list of changes was auto generated.
1.0.9
What's Changed
- MSAL cache env var should be interpreted as full file path by @JohnSchmeichel in #434
- Create 1.0.9 release by @JohnSchmeichel in #435
Full Changelog: v1.0.8...v1.0.9
1.0.8
Release Notes
This release use the Microsoft Authentication Library (MSAL) by default. You can read more about this in the announcement. To use the older Azure Active Directory Authentication Library (ADAL), set the following environment variable as appropriate:
# Windows
set NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false
# Linux/macOS
export NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false
Note: Use of ADAL and the environment variable above will be removed in future versions of the credential provider.
What's Changed
- Use Microsoft.Artifacts.Authentication in credential provider by @JohnSchmeichel in #410
- Remove duplicate UserAgent header values by @JohnSchmeichel in #412
- Authentication library fixes by @JohnSchmeichel in #418
- Fix authentication assembly signing by @JohnSchmeichel in #419
Full Changelog: v1.0.7...v1.0.8
1.0.7
What's Changed
- Use default credentials on http client handler by @JohnSchmeichel in #414
Full Changelog: v1.0.6...v1.0.7
1.0.6
Release Notes
This release use the Microsoft Authentication Library (MSAL) by default. You can read more about this in the announcement. To use the older Azure Active Directory Authentication Library (ADAL), set the following environment variable as appropriate:
# Windows
set NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false
# Linux/macOS
export NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false
Note: Use of ADAL and the environment variable above will be removed in future versions of the credential provider.
What's Changed
- Create Microsoft.Artifacts.Authentication package by @JohnSchmeichel in #388
- Add UserAgent and IMsalHttpClientFactory support to authentication library by @JohnSchmeichel in #404
- Fallback to old app if using ppe authority by @JohnSchmeichel in #405
- Enable MSAL by default by @JohnSchmeichel in #406
- Create 1.0.6 release by @JohnSchmeichel in #408
Full Changelog: v1.0.5...v1.0.6
1.0.5
What's Changed
- Cache http response headers by @JohnSchmeichel in #397
- Conda cred provider wrapper by @zhenghao104 in #395
- Add devcontainer.json and .vscode defaults by @JohnSchmeichel in #398
- Add http client factory and user agent to identity provider requests by @JohnSchmeichel in #400
New Contributors
- @zhenghao104 made their first contribution in #395
Full Changelog: v1.0.4...v1.0.5
1.0.4
What's Changed
- Fix valid host check for vanity urls by @JohnSchmeichel in #392
- Sign all assembly outputs by @JohnSchmeichel in #391
- Default CanShowDialog to true for stand-alone mode by @JohnSchmeichel in #376
Full Changelog: v1.0.3...v1.0.4
1.0.3
What's Changed
- Enable MSAL by default and use new application for broker by @JohnSchmeichel in #374
- Install scripts default to .NET 6.0 version by @JohnSchmeichel in #375
- Stop redirecting issues to developer community by @JohnSchmeichel in #382
- Upgrade MSAL dependencies to GA versions by @JohnSchmeichel in #385
- Always run MsalSilentBearerTokenProvider to provide cached and refreshed tokens by @JohnSchmeichel in #384
- Revert "Enable MSAL by default" by @JohnSchmeichel in #389
- Create 1.0.3 release by @JohnSchmeichel in #390
Full Changelog: v1.0.2...v1.0.3
1.0.2
What's Changed
- Add support for WAM broker by @johnterickson in #324
- Create 1.0.2 release by @JohnSchmeichel in #373
Full Changelog: v1.0.1...v1.0.2
1.0.2-preview
What's Changed
- Add support for WAM broker by @johnterickson in #324
- Create 1.0.2-preview release by @JohnSchmeichel in #367
- Preview release fixes by @JohnSchmeichel in #368
Full Changelog: v1.0.1...v1.0.2-preview