Releases: baopham/laravel-dynamodb
Releases · baopham/laravel-dynamodb
v4.2.1
- Avoid using Collection#every to avoid breaking changes in different versions of Collection (#121)
v4.2.0
- Add RawDynamoDbQuery class and ability to decorate query (PR #119)
v4.1.1
- Use primary key for getKey/getKeyname (#113)
v4.1.0
- Add ability to set index manually (#40)
- Add toDynamoDbQuery() (#82)
v4.0.0
- Add pagination support (#37)
Breaking changes:
- Refactor getKey() and getKeyName() to return the correct composite keys / names for composite model
- Remove compositeKey setter/getter
v3.0.1
- Fix:
chunk
fails if there's query scope (#101)
v3.0.0
- Remove catch all exceptions (#105)
v2.0.2
- Fix remove only nested attributes
v2.0.1
- Support remove nested attributes (#98)