Skip to content

Releases: yiisoft/auth

Version 3.2.1

17 Dec 13:14
Immutable release. Only release title and notes can be modified.
3.2.1
30f5914

Choose a tag to compare

Full changelog

Version 3.2.0

11 Sep 17:09
3.2.0
00ab209

Choose a tag to compare

  • Eng #100: Adapt summary data in debug collector (@rustamwin)
  • New #97: Add HTTP cookie authentication method (@ibragimovdiyorbek)
  • Chg #95, #99: Change PHP constraint in composer.json to 8.0 - 8.4 (@vjik)
  • Enh #92: Use SensitiveParameter attribute to mark sensitive parameters (@ev-gor)
  • Bug #99: Explicitly mark nullable parameters (@vjik)

Version 3.1.1

06 May 12:27
3.1.1
497197f

Choose a tag to compare

  • Enh #80: Add support for psr/http-message version ^2.0 (@vjik)

Version 3.1.0

30 Oct 10:17
3.1.0
4e09de0

Choose a tag to compare

  • New #66: Add debug collector for yiisoft/yii-debug (@xepozz)
  • Chg #47: Update yiisoft/http dependency (@devanych)
  • Chg #53, #76: Bump required PHP version to 8.0 (@rustamwin, @vjik)
  • Enh #72: Add Language JetBrains attribute to $pattern property in HttpHeader::withPattern() that enables syntax
    highlighting for this property in PhpStorm (@vjik)
  • Enh #74: Memoization for WildcardPattern in Authentication middleware (@viktorprogger)
  • Bug #54: Add missed psr/http-factory dependency (@vjik)
  • Bug #73, #75: Correctly processing non-ASCII paths in the Authentication middleware (@viktorprogger, @vjik)