Skip to content

Releases: affordablemobiles/eloquent-datastore

v11.0.4

12 Sep 15:09
Compare
Choose a tag to compare
fix updateOrInsert signature

v11.0.3

09 May 10:27
Compare
Choose a tag to compare
php-cs-fixer

v11.0.2

03 Apr 15:04
Compare
Choose a tag to compare
fix typo

v11.0.1

03 Apr 15:00
Compare
Choose a tag to compare
Laravel 11.x upgrade

exclude expire_at column from indexes

06 Sep 13:20
Compare
Choose a tag to compare
Datastore TTL fix

exclude expire_at column from indexes

Datastore TTL fix

06 Sep 13:13
Compare
Choose a tag to compare

Trying to set the expireAfter variable resulted in Constant expression contains invalid operations

Datastore TTL support

06 Sep 12:52
Compare
Choose a tag to compare

Support for Datastore TTL:

https://cloud.google.com/datastore/docs/ttl

Adds $expireAfter to the model, which should be set to a CarbonInterval if you want it to expire.

If that model property is set, an expire_at column is written on every save, similar to the build in updated_at column.

always force datastore connection

08 Jun 09:36
Compare
Choose a tag to compare
v1.0.9

php-cs-fixer

Model Cache

22 Apr 16:06
780624f
Compare
Choose a tag to compare
Merge pull request #3 from a1comms/feature/cache

Model cache

Namespaces: Multi Tenancy

31 Mar 10:43
Compare
Choose a tag to compare
v1.0.7

update README