Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@shizhMSFT shizhMSFT released this 20 Jun 09:22
26b25ce

New Features

  • Introduce new public APIs and data types:
  • Introduce a new option DetectDefaultNativeStore in StoreOptions
    • BREAKING CHANGE: The default value of DetectDefaultNativeStore is false, which was equivalently set to true in previous versions. Details can be found in #73

Other Changes

  • Remove dependency on github.com/docker/docker-credential-helpers
  • Support context cancelling for native stores
  • BREAKING CHANGE: NewStore and NewStoreFromDocker returns *DynamicStore instead of Store
  • Return more user-friendly error message when invoking docker-credential-desktop.exe in WSL2 while Docker Desktop is not running

Detailed Commits

Full Changelog: v0.1.1...v0.2.0