Skip to content

Releases: aliyun/credentials-php

1.2.5

Choose a tag to compare

@yndu13 yndu13 released this 18 Aug 04:38
47f1806

What's Changed

  • fix: quote-aware External process_command parsing by @yndu13 in #45
  • fix: POSIX line-continuation in process_command splitting by @yndu13 in #46
  • fix: ECS IMDS v2 to v1 fallback after token; enableIMDSv2=false by @yndu13 in #47
  • Bump 1.2.5 by @yndu13 in #48

Full Changelog: 1.2.4...1.2.5

1.2.4

Choose a tag to compare

@yndu13 yndu13 released this 09 Jun 12:21
d8910d5

What's Changed

  • feat: support CloudSSO && OAuth credentials by @yndu13 in #44

Full Changelog: 1.2.3...1.2.4

1.2.3

Choose a tag to compare

@yndu13 yndu13 released this 18 Apr 09:12

What's Changed

  • feat: support StsToken mode in cli profile by @yndu13 in #41

Full Changelog: 1.2.2...1.2.3

1.2.2

Choose a tag to compare

@yndu13 yndu13 released this 04 Mar 07:39

What's Changed

  • feat: support sts vpc endpoint by @yndu13 in #35

Full Changelog: 1.2.1...1.2.2

1.2.1

Choose a tag to compare

@yndu13 yndu13 released this 03 Mar 12:54

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

Release version 1.2.0

Choose a tag to compare

@yndu13 yndu13 released this 17 Oct 01:39

What's Changed

  • refactor: improve all credentials providers by @yndu13 in #30
  • docs: update README by @yndu13 in #32

Full Changelog: 1.1.6...1.2.0

1.1.6

Choose a tag to compare

@yndu13 yndu13 released this 12 Sep 01:56

What's Changed

Full Changelog: 1.1.5...1.1.6

1.1.5

Choose a tag to compare

@yndu13 yndu13 released this 11 Apr 02:29

feat: support bearer type in credentials

1.1.4

Choose a tag to compare

@peze peze released this 08 Jun 10:51
  • add getType method in Creadential

1.1.3

Choose a tag to compare

@AxiosLeo AxiosLeo released this 24 Dec 10:21
  • Require guzzle ^6.3|^7.0