Releases: baopham/laravel-dynamodb
Releases · baopham/laravel-dynamodb
v7.0.0
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
v6.5.0 Bare compatibility with Laravel 11
What's Changed
- Fix failing tests and update phpunit.xml by @thebatclaudio in #281
- Laravel 11 compatibility by @thebatclaudio in #282
Full Changelog: 6.4.0...6.5.0
v6.4.0
v6.3.0 Allow to install it in Laravel 10
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #266
- feat: allow Laravel 10 and PHP 8.2 (basic) by @nelson6e65 in #270
New Contributors
- @laravel-shift made their first contribution in #266
- @nelson6e65 made their first contribution in #270
Full Changelog: 6.2.0...6.3.0
v6.2.0
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
- @thebatclaudio made their first contribution in #254
Full Changelog: 6.1.3...6.2.0
v6.1.3
v6.1.2
- Use getConnectionName() to allow changing connection dynamically