Skip to content

Releases: baopham/laravel-dynamodb

v6.5.0 Bare compatibility with Laravel 11

14 Apr 02:19
1ed8090
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...6.5.0

v6.4.0

10 Jul 05:39
43bcfc6
Compare
Choose a tag to compare

What's Changed

  • feat(docker): add compatibility with dynamodb-local 2.0 by @crhg in #272

New Contributors

  • @crhg made their first contribution in #272

Full Changelog: 6.3.0...6.4.0

v6.3.0 Allow to install it in Laravel 10

18 Apr 05:20
4e35d27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...6.3.0

v6.2.0

27 Feb 10:50
d406957
Compare
Choose a tag to compare

What's Changed

  • Use Query when model has composite key and only hash key is passed in where clause (by @thebatclaudio in #254).

New Contributors

Full Changelog: 6.1.3...6.2.0

v6.1.3

10 Feb 16:55
9638116
Compare
Choose a tag to compare
  • Support for Laravel 9 (#251)

v6.1.2

18 Feb 11:48
5f72c16
Compare
Choose a tag to compare
  • Use getConnectionName() to allow changing connection dynamically

v6.1.1

30 Sep 10:23
e5290d8
Compare
Choose a tag to compare
  • Fix array access issue on PHP 7.4 (#226)

v6.1.0

30 Sep 08:24
cab7a95
Compare
Choose a tag to compare
  • Support for Laravel 8 (#229)

v6.0.0

23 Mar 15:26
6.0.0
3c85a7b
Compare
Choose a tag to compare
  • Support for Laravel 7 (#218)

v5.0.1

23 Mar 15:25
5.0.1
a656c26
Compare
Choose a tag to compare
  • Fix PHP ^7.4 Notice: Trying to access array offset on value of type null (#217)
  • Update Laravel version 6 (#216)