Skip to content

Releases: baopham/laravel-dynamodb

v5.0.0

21 Jan 15:14
5.0.0
Compare
Choose a tag to compare

Support Laravel 6

v4.12.0

22 Mar 19:12
4.12.0
Compare
Choose a tag to compare
  • 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

16 Nov 15:36
4.11.2
Compare
Choose a tag to compare
  • Fix inconsistent implementation compared to Laravel's chunk implementation. Callback now can return false to do an early return (#175)

v4.11.1

10 Nov 16:51
4.11.1
Compare
Choose a tag to compare
  • Fix removeAttribute not syncing back the new attribute values (#152)

v4.11.0

27 Sep 12:00
4.11.0
7367d68
Compare
Choose a tag to compare
  • Model observer now will also handle deletion (#158)

v4.10.0

16 Sep 09:27
4.10.0
Compare
Choose a tag to compare
  • Async methods for save, update, delete (#148)

v4.9.0

12 Sep 14:27
4.9.0
d10e423
Compare
Choose a tag to compare
  • Add support for Laravel 5.7

v4.8.2

04 Sep 15:31
4.8.2
Compare
Choose a tag to compare
  • Fix scan was wrongly detected in Laravel 5.2 or lower (#149)

v4.8.1

25 Aug 05:28
4.8.1
Compare
Choose a tag to compare
  • Don't use str_after to support lower versions of Laravel (#144)

v4.8.0

06 Jul 17:29
4.8.0
1ce1e44
Compare
Choose a tag to compare
  • Add afterKey() (#127)