[news] Yii Auth 3.1


Minor version of Yii Auth package was released.
In this release:

  • Added memoization for WildcardPattern in Authentication middleware.
  • Added Language JetBrains attribute to $pattern property in HttpHeader::withPattern() that enables syntax highlighting for this property in PhpStorm.
  • Fixed bug with processing non-ASCII paths in the Authentication middleware.
  • Added debug collector for yiisoft/yii-debug.
  • Bumped required PHP version to 8.0.
  • Updated yiisoft/http dependency and added missed psr/http-factory dependency.