Skip to content

Releases: baopham/laravel-dynamodb

v7.0.0

15 Jan 02:36
6d3a863

Choose a tag to compare

What's Changed

  • feat: drop support for older Laravel versions by @nelson6e65 in #296
  • Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead by @tuandp in #293
  • Drop support for Laralel < 5.8 ant PHP < 7.1.3 by @nelson6e65 in #297

BREAKING CHANGE: Drop support for Laravel 5.1, 5.2, 5.3, 5.4, 5.5, 5.6 and 5.7. Drop support for PHP < 7.1.3.

New Contributors

Full Changelog: 6.6.0...7.0.0

v6.6.0 Bare compatibility with Laravel 12

16 Apr 05:40
a6b4e7f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...6.6.0

v6.5.0 Bare compatibility with Laravel 11

14 Apr 02:19
1ed8090

Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...6.5.0

v6.4.0

10 Jul 05:39
43bcfc6

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

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

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

Choose a tag to compare

  • Support for Laravel 9 (#251)

v6.1.2

18 Feb 11:48
5f72c16

Choose a tag to compare

  • Use getConnectionName() to allow changing connection dynamically

v6.1.1

30 Sep 10:23
e5290d8

Choose a tag to compare

  • Fix array access issue on PHP 7.4 (#226)

v6.1.0

30 Sep 08:24
cab7a95

Choose a tag to compare

  • Support for Laravel 8 (#229)