user_guide_src/source/changelogs/v4.2.8.rst
Version 4.2.8 #############
Release Date: October 30, 2022
4.2.8 release of CodeIgniter4
.. contents:: :local: :depth: 2
Deprecations
$returnResponse of CodeIgniter::handleRequest() is deprecated.Bugs Fixed
CodeIgniter\HTTP\IncomingRequest::getPostGet() and CodeIgniter\HTTP\IncomingRequest::getGetPost() methods didn't return values from the other stream when index was set to null.binds weren't cleaned properly when calling CodeIgniter\Database\Postgre::replace() multiple times in the context.CodeIgniter\Database\SQLSRV\PreparedQuery::_getResult() was returning the bool value instead of the resource.See the repo's
CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>_
for a complete list of bugs fixed.