Releases: baopham/laravel-dynamodb
Releases · baopham/laravel-dynamodb
v4.12.0
- Improve array of conditions support in DynamoDbQueryBuilder::where() (#180)
- Add note to README about SerializesModels on Jobs (#187)
- Fix
BadMethodCallException
when calling chunk for Laravel 5.2 (#189)
- Update docs for find and findMany functions (#193)
- Add support for Laravel 5.8 and fix tests (#194)
v4.11.2
- Fix inconsistent implementation compared to Laravel's chunk implementation. Callback now can return false to do an early return (#175)
v4.11.1
- Fix
removeAttribute
not syncing back the new attribute values (#152)
v4.11.0
- Model observer now will also handle deletion (#158)
v4.10.0
- Async methods for save, update, delete (#148)
v4.9.0
- Add support for Laravel 5.7
v4.8.2
- Fix scan was wrongly detected in Laravel 5.2 or lower (#149)
v4.8.1
- Don't use str_after to support lower versions of Laravel (#144)