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 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

HTTP client extension 2.0.15 released

May 22, 2023

We are very pleased to announce the release of HTTP client extension version 2.0.15. This release:

  • Fixed parsing content when it is an empty string.
  • Fixed error in debug panel due to PHP 8.1 deprecation of implicit float to int conversion.

See the CHANGELOG for details.

HTTP client extension 2.0.14 released

Aug 9, 2021

We are very pleased to announce the release of HTTP client extension version 2.0.14. This release:

  • Adds possibility to skip charset in header on UrlEncodedFormatter::format()
  • Uses random_int() when generating boundary.

See the CHANGELOG for details.

HTTP client extension 2.0.13 released

Dec 23, 2020

We are very pleased to announce the release of HTTP client extension version 2.0.13.

See the CHANGELOG for details.

HTTP client extension 2.0.12 released

Oct 8, 2019

We are very pleased to announce the release of HTTP client extension version 2.0.12.

This release adds an ability to get time elapsed from request to response via Request::responseTime().

See the CHANGELOG for details.

HTTP client extension 2.0.11 released

May 14, 2019

We are very pleased to announce the release of HTTP client extension version 2.0.11.

This release fixes regression about uploading files with CURL introduced in 2.0.10.

See the CHANGELOG for details.

HTTP client extension 2.0.10 released

Apr 30, 2019

We are very pleased to announce the release of HTTP client extension version 2.0.10.

This release adds an ability to set multiple request parameters with the same name for multipart requests.

See the CHANGELOG for details.

HTTP client extension 2.0.9 released

Apr 23, 2019

We are very pleased to announce the release of HTTP client extension version 2.0.9.

This release includes work made by Alexander Kartavenko, @alexkart. There are two bugs fixed:

  • Fixed type error in StreamTransport when $http_response_header = null
  • Added Content-Length: 0 header when sending request with empty body

And enhancements made in files uploading and downloading with CURL transport reducing memory usage significantly. Details could be found in the guide.

See the CHANGELOG for details.

HTTP client extension 2.0.8 released

Apr 16, 2019

We are very pleased to announce the release of HTTP client extension version 2.0.8.

  • Fixed a bug that Response::detectFormatByContent() falsely detected HTML as XML
  • Added extra check to Message::addData() to prevent error on trying to merge non-array
  • Made it possible configuring JsonParser to parse JSON as objects instead of arrays
  • Added MockTransport for test environments

See the CHANGELOG for details.

Http Client extension 2.0.6 released

Feb 13, 2018

We are very pleased to announce the release of HTTP client extension version 2.0.6 which brings an enhancement and a bug fix:

  • Fixed Message::getHeaders() unable to parse HTTP status code in case reason phrase contains : character
  • Request::createFullUrl() now prevents appearance of multiple slashes while combining Client::$baseUrl and Request::$url

See CHANGELOG for details.

HTTP Client extension 2.0.4 released

Jun 23, 2017

We are very pleased to announce the release of HTTP Client extension version 2.0.4 which brings 4 bug fixes.

See the CHANGELOG for details.

HTTP client extension version 2.0.2 released

Oct 31, 2016

We are very pleased to announce the release of the HTTP client extension version 2.0.2, which brings the following significant bug fixes:

  • Fixed StreamTransport failure to collect headers for HTTP response when using certain PHP versions.
  • Fixed Response::detectFormatByContent(), which was unable to detect URL-encoded format if source content contains a | symbol.

See the CHANGELOG for more details.

HTTP client extension version 2.0.1 released

Aug 4, 2016

We are very pleased to announce the release of HTTP client extension version 2.0.1 which brings 10 enhancements and bug fixes. See CHANGELOG for details. The most signiifcant change is introduction of beforeSend and afterSend events for the HTTP request:

use yii\httpclient\Client;
use yii\httpclient\Request;
use yii\httpclient\RequestEvent;

$client = new Client();

Read more

HTTP client extension version 2.0.0 released

Jul 1, 2016

We are very pleased to announce the initial release of the new HTTP Client extension version 2.0.0.

The extension allows you to perform compose and perform HTTP requests:

use yii\httpclient\Client;

Read more

Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (45)
  • 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 385
  • extensions 233
  • release 109
  • yii2 73
  • 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)