Releases: macropay-solutions/maravel-framework
Releases · macropay-solutions/maravel-framework
Fix memory not being released in daemon queue work
Fix default MariaDB value containing '' for strings
Fix Model events logic
Fix Model events logic laravel/framework#56254
Fix Model offsetUnset
Fix Model offsetUnset laravel/framework#56335
Update symfony/psr-http-message-bridge suggest from 2.0 to 7.0
Reduce number of steps executed for $lastParameterOverride
10.50.3 Reduce number of steps executed for $lastParameterOverride
If possible, avoid reflection when resolving classes from container Latest
Small improvement on the Container::arrayIsList logic
If possible, avoid reflection when resolving classes from container
10.50.1 Merge pull request #11 from macropay-solutions/Avoid-reflection-in-re…
Fix https://github.com/laravel/framework/issues/51825
This could be described as a breaking change release but because the framework is at the beginning we will release this as a minor release with some notes:
trait HasRelationships
{
public ?string $nowEagerLoadingRelationNameWithNoConstraints = null; // new property
Relation new property, __construct default null param $resourceModel and Relation::noConstraints new param $relationName
protected static ?string $noConstraintsForRelationName = null; // new property
public function __construct(Builder $query, Model $parent, ?Model $resourceModel = null)
public static function noConstraints(\Closure $callback, string $relationName)
PSR 12 for serializable-closure and prompts and illuminate
10.49.4 PSR 12 for serializable-closure and prompts and illuminate
Fix memory not limited in work and listen commands
Fix memory not limited in work and listen commands laravel/framework#56077
Call it like:
php artisan queue:work || echo "error..."