Latest PECL Releases:
- gRPC 1.72.0
- gRPC Core 1.72.0 update - protobuf 3.25.7
* See github.com/protocolbuffers/protobuf/releases/tag/v25.7 for release notes. - phalcon 5.9.3
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Added Multi-Stage Dockerfile and Github action for release Docker images to ghcr.io and Docker Hub. #16752
Added
- Added
PhalconMvcRouter::setUriSource()
to allow URI processing from$_GET['url']
or$_SERVER['REQUEST_URI']
as it was in v3 #16741
Fixed
- Fixed
PhalconMvcRouter
to correctly handle numeric URI parts as it was in v3 #16741 - Fixed
PhalconMvcModelBinder
to use ReflectionParameter::getType() instead of deprecated method, PHP 8.0 or higher issue. #16742 - Fixed
PhalconMvcModelQuery
to check if cache entry exists. #16747 - Fixed
PhalconMvcRouter
to correctly match route when using query string URIs. #16749 - Fixed
PhalconMvcModel::cloneResultset
to properly parse fields that do not acceptnull
values #16736
- solr 2.8.1
Fixes: - Fix return type of SolrUtils::escapeQueryChars() (#83)