Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login

Yii2 HTTP Client 2.0.17

May 25, 2026

Yii2 HTTP Client version 2.0.17 was released. In this version:

  • Fixed TypeError: stream_get_contents(): Argument #1 ($stream) must be of type resource, bool given when PHP error reporting is turned off.
  • Fixed the PHP 8.5 deprecation for the predefined locally scoped $http_response_header variable.
  • Fixed curl_close() and curl_multi_close() deprecations in PHP 8.5.
  • Fixed PHPDoc annotations for Response::$statusCode and Response::getStatusCode().

Read more

Yii2 Redis 2.1.2

May 7, 2026

Yii2 REDIS version 2.1.2 was released. In this version:

  • Reverted the custom retry logic in PredisConnection after updating the predis package.

Yii2 Redis 2.1.1

Apr 29, 2026

Yii2 REDIS version 2.1.1 was released. In this version:

  • Fixed PHP 7.4 compatibility.
  • Prevented an infinite loop in parseResponse() when fread() returns an empty string on a broken socket.
  • Fixed fwrite(): supplied resource is not a valid stream.
  • Removed PHP 7.3 support to align with Yii2 minimum PHP version.

Read more

Yii2 Debug 2.1.28

Apr 22, 2026

Yii2 DEBUG version 2.1.28 was released. In this version:

  • Silenced fetch errors.
  • Added a null check before accessing panels.
  • Applied Yii2 coding standards.
  • Fixed generated coverage reports.

Read more

Queue extension 2.3.8 released

Jan 8, 2026

Version 2.3.8 of Queue extension for Yii 2 was released.

This release fixes problems with SQS and Redis, prevents multiple execution of aborted jobs, and adds PHP 8.4 compatibility. Environment variables are now passed to sub-processes.

See the CHANGELOG for details.

Redis extension 2.1.0 released

Dec 25, 2025

We are very pleased to announce the release of Redis extension version 2.1.0.

This version fixes one PHP 8.4 compatibility issue that was found since last release, adds support for predis, changes yii\redis\Cache::$forceClusterMode to false, and makes yii\redis\Connection implement yii\redis\ConnectionInterface.

See the CHANGELOG for details.

ApiDoc extension version 3.0.8 released

Nov 24, 2025

We are very pleased to announce the release of the ApiDoc extension version 3.0.8.

This version adds support for newer PHP versions and nikic/php-parser v5. Minimal PHP version is raised to 7.4.

Additionally, more types are now inferred and generated for properties, methods and parameters.

This release is handled entirely by Maksim Spirkov.

See the CHANGELOG for a full list of changes.

Debug extension 2.1.27 and 2.1.26 released

Jun 8, 2025

We've tagged Yii2 debug extension version 2.1.27. It fixes a bug of unnecessary usage of backticks in UserPanel resulting in inability to work with environments where shell_exec is not available. No security was affected.

It seems, we've also forgot to write about 2.1.26:

  • Backtrace for internal PHP functions was added.
  • Module::$toolbarPosition was added to configure toolbar position.
  • yii\debug\Module::$authManager was added to select RBAC manager used by UserPanel (default is authManager).

Redis extension 2.0.20 released

Jun 5, 2025

We are very pleased to announce the release of Redis extension version 2.0.20.

This version removes logging of AUTH command parameters in non debug mode which may pose security issue. Also, it fixes one PHP 8.4 compatibility issue that was found since last release.

See the CHANGELOG for details.

Yii2 extension releases

Feb 13, 2025

Yii2 extensions with pending releases were tagged:

  • Composer 2.0.11
  • Redis 2.0.19
  • Shell 2.0.6
  • apidoc 3.0.7

Read more

Auth Client extension 2.2.16 released

May 10, 2024

We are very pleased to announce the release of Auth Client extension version 2.2.16.

  • Use appropriate exception if client does not exist
  • Add support to configure the OAuth2 access token location in requests and added a generic OAuth2 client
  • Add ability to configure OpenIdConnect cache duration, default is 1 week

See the CHANGELOG for details.

Twig extension 2.5.0 released

May 9, 2024

Version 2.5.0 of Twig extension for Yii 2 was released.

This version adds support for Twig 3.9. Note that there were many internal changes that might affect and break codebases using twig:

Internal functions (including twig_get_attribute) has been moved and renamed.
The internal working of twig does not store template state in the output buffer anymore.
This means if a custom twig function reads and modifies the output buffer, it might not work as expected.

See the CHANGELOG for details.

Queue extension 2.3.7 released

Apr 29, 2024

Version 2.3.7 of Queue extension for Yii 2 was released.

Changes in this release:

  • Add StatisticsProviderInterface to get statistics from queue

See the CHANGELOG for details.

Twig extension 2.4.3 released

Apr 29, 2024

Version 2.4.3 of Twig extension for Yii 2 was released.

Changes in this release:

  • Prevent Twig 3.9 from installing

See the CHANGELOG for details.

Support for Twig 3.9 will be added in the next major version - 2.5.

Sphinx extension 2.0.16 released

Mar 21, 2024

We are very pleased to announce the release of Sphinx extension version 2.0.16. This release adds UINT_SET attribute type support and ensures compatibility with Sphinx 3 by running tests against it.

See the CHANGELOG for details.

Auth Client extension 2.2.15 released

Dec 16, 2023

We are very pleased to announce the release of Auth Client extension version 2.2.15.

This version fixes a bug not using issuer claim from OpenID configuration, enhances security, and introduces more specific ClientErrorResponseException when the response code in BaseOAuth::sendRequest() is a 4xx.

See the CHANGELOG for details.

Thanks to rhertogh for contributing security enhancements.

Queue extension 2.3.6 released

Oct 3, 2023

Queue extension version 2.3.6 was released.

This release:

  • Added ability to configure keepalive and heartbeat for AMQP and AMQP interop
  • Added ability to push message with headers for AMQP interop driver
  • SignalLoop::$exitSignals now includes SIGQUIT
  • Fixed error with empty Redis payload

See the CHANGELOG for details.

Debug extension 2.1.25 released

Sep 26, 2023

Debug extension version 2.1.25 was released.

This release:

  • Fix accessing toolbar data if it's not available.

See the CHANGELOG for details.

Debug extension 2.1.24 released

Jul 10, 2023

Debug extension version 2.1.24 was released.

This release:

  • Fixes issues with DB panel additions made in previous release.
  • Fixes issues with Mail panel when using Symfony mailer.
  • DB panel's excessive called threshold is now null by default so feature is disabled.

See the CHANGELOG for details.

ElasticSearch extension 2.1.4 released

May 22, 2023

We are pleased to announce the release of ElasticSearch extension version 2.1.4. This release fixes PHP 8 compatibiltiy issues and adds curlOptions attribute for advanced configuration of curl session.

See the CHANGELOG for details.

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (47)
  • 2025 (92)
  • 2024 (80)
  • 2023 (90)
  • 2022 (82)
  • 2021 (101)
  • 2020 (64)
  • 2019 (75)
  • 2018 (32)
  • 2017 (35)
  • 2016 (30)
  • 2015 (9)
  • 2014 (6)
  • 2013 (11)
  • 2012 (14)
  • 2011 (10)
  • 2010 (10)
  • 2009 (23)
  • 2008 (5)

Popular Tags

  • yii3 386
  • extensions 233
  • release 109
  • yii2 74
  • debug 30
  • view 28
  • html 25
  • auth client 23
  • bootstrap 21
  • redis 20
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)