Releases: baopham/laravel-dynamodb
Releases · baopham/laravel-dynamodb
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