Skip to content

Releases: macropay-solutions/maravel-framework

Fix memory not being released in daemon queue work

24 Jul 11:17
Compare
Choose a tag to compare

Fix default MariaDB value containing '' for strings

19 Jul 21:09
Compare
Choose a tag to compare

Fix Model events logic

19 Jul 20:36
Compare
Choose a tag to compare

Fix Model offsetUnset

19 Jul 19:28
Compare
Choose a tag to compare

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

14 Jul 11:05
Compare
Choose a tag to compare
10.50.3

Reduce number of steps executed for $lastParameterOverride

If possible, avoid reflection when resolving classes from container Latest

11 Jul 08:26
Compare
Choose a tag to compare

Small improvement on the Container::arrayIsList logic

If possible, avoid reflection when resolving classes from container

11 Jul 08:05
45b5342
Compare
Choose a tag to compare
10.50.1

Merge pull request #11 from macropay-solutions/Avoid-reflection-in-re…

Fix https://github.com/laravel/framework/issues/51825

07 Jul 06:04
9c63a99
Compare
Choose a tag to compare

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

03 Jul 15:12
Compare
Choose a tag to compare
10.49.4

PSR 12 for serializable-closure and prompts and illuminate

Fix memory not limited in work and listen commands

18 Jun 19:36
Compare
Choose a tag to compare

Fix memory not limited in work and listen commands laravel/framework#56077
Call it like:
php artisan queue:work || echo "error..."