Skip to content

Releases: microsoft/artifacts-credprovider

1.1.1

06 Mar 23:06
a7cbabf
Compare
Choose a tag to compare

Release Notes

In this release, we have rolled back the migration from Newtonsoft.Json to System.Text.Json that was introduced in the 1.1.0 release. This rollback addresses an issue with deserializing VSS_NUGET_EXTERNAL_FEED_ENDPOINTS containing single quotes (#484), which occurred without warning.

Please note that single quotes are not valid JSON characters. Due to the performance benefits of System.Text.Json, we plan to reintroduce it in future versions and any VSS_NUGET_EXTERNAL_FEED_ENDPOINTS variables with single quotes should be updated.

Changes:

This list of changes was auto generated.

1.1.0

05 Mar 23:05
057378f
Compare
Choose a tag to compare

Changes:

  • 057378f Changing away from MicroBuildUploadVstsDropFolder@2 (#469)

This list of changes was auto generated.

1.1.0-beta.1

26 Feb 22:31
d61dbf0
Compare
Choose a tag to compare
1.1.0-beta.1 Pre-release
Pre-release

Changes:

  • d61dbf0 Fix vsix package to include dependencies (#480)
  • 6f12874 Correct NuGet.Protocol upgrade version (#478)
  • b4d0b98 Revert "Update NuGet.Protocol and System.Text.Json Package Version" (#479) [ #477 ]
  • d234c2d Update NuGet.Protocol and System.Text.Json Package Version (#477)

This list of changes was auto generated.

1.1.0-beta

13 Feb 22:42
4e58b4c
Compare
Choose a tag to compare
1.1.0-beta Pre-release
Pre-release

Changes:

  • 4e58b4c Update dockerfile.sample.txt image (#474)
  • 0c18445 Correct README dotnet runtime and sdk requirements (#471)
  • 3bdd257 Enable cross platform session token cache global locking (#470) [ #416 ]
  • 9b4778a Update SessionTokenCache File Permissions (#467)
  • 447da8a Fix Null Reference Exception (#468) [ #455 ]
  • d6aba72 Changed install script to make it compatible for sh on linux (#457)

This list of changes was auto generated.

1.1.0-alpha

07 Aug 17:36
dc5f4a2
Compare
Choose a tag to compare
1.1.0-alpha Pre-release
Pre-release

Changes:

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

12 Jul 23:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

1.0.8

06 Jun 16:34
Compare
Choose a tag to compare

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

Full Changelog: v1.0.7...v1.0.8

1.0.7

31 May 00:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

1.0.6

04 May 19:13
Compare
Choose a tag to compare

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

Full Changelog: v1.0.5...v1.0.6

1.0.5

26 Apr 21:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5