Skip to content

Releases: mikebronner/laravel-model-caching

0.2.57

19 May 17:20
Compare
Choose a tag to compare
0.2.57 Pre-release
Pre-release

Added

  • database name to cache keys and tags to help with multi-tenancy use-cases.

Fixed

  • find() using array parameter.

0.2.56

13 May 03:06
Compare
Choose a tag to compare
0.2.56 Pre-release
Pre-release

Fixed

  • nested whereNull within whereHas.

0.2.55

06 May 23:20
Compare
Choose a tag to compare
0.2.55 Pre-release
Pre-release

Fixed

  • caching of between where clauses.
  • test cache keys and brought them back to green.

0.2.54

06 May 22:27
Compare
Choose a tag to compare
0.2.54 Pre-release
Pre-release

Fixed

  • caching of query parameter bindings.

0.2.53

06 May 17:59
Compare
Choose a tag to compare
0.2.53 Pre-release
Pre-release

Fixed

  • ->inRandomOrder() to not cache the query.

0.2.52

21 Mar 13:53
Compare
Choose a tag to compare
0.2.52 Pre-release
Pre-release

Changed

  • flush console command to be called clear, to match other laravel commands.

Fixed

  • implementation of count() method.

0.2.51

10 Mar 23:54
Compare
Choose a tag to compare
0.2.51 Pre-release
Pre-release

Added

  • disabling of all() query.

0.2.50

10 Mar 23:13
Compare
Choose a tag to compare
0.2.50 Pre-release
Pre-release

Added

  • cache invalidation when destroy()ing models.

Fixed

  • cache tag generation when calling all() queries that prevented proper
    cache invalidation.

0.2.49

10 Mar 04:29
Compare
Choose a tag to compare
0.2.49 Pre-release
Pre-release

Fixed

  • caching of ->first() queries.

0.2.48

10 Mar 03:59
Compare
Choose a tag to compare
0.2.48 Pre-release
Pre-release

Added

  • database connection name to cache prefix.