Skip to content

Releases: 3neti/laravel-model-channel

v1.1.0 — Lookup Caching & Indexing

Choose a tag to compare

@3neti 3neti released this 15 Apr 03:44

v1.1.0 — Lookup Caching & Indexing
• Add composite indexes for faster channel lookups
• Introduce optional caching for findByMobile, findByWebhook, and findByChannel
• Cache model IDs with null-marker support
• Automatic cache invalidation on updates/deletes
• Fully configurable cache layer (disabled by default)
• Add comprehensive cache behavior tests

No breaking changes.

#v1.0.1

Choose a tag to compare

@3neti 3neti released this 14 Apr 15:32

add PhoneServiceProvider::class to Testcase::getPackageProviders()

#v1.0.0

Choose a tag to compare

@3neti 3neti released this 26 Mar 10:14

Initial release.