Skip to content

Releases: baopham/laravel-dynamodb

v4.2.1

23 Jan 18:12
4.2.1
Compare
Choose a tag to compare
  • Avoid using Collection#every to avoid breaking changes in different versions of Collection (#121)

v4.2.0

06 Jan 10:13
4.2.0
3e07acf
Compare
Choose a tag to compare
  • Add RawDynamoDbQuery class and ability to decorate query (PR #119)

v4.1.1

29 Nov 16:06
4.1.1
Compare
Choose a tag to compare
  • Use primary key for getKey/getKeyname (#113)

v4.1.0

25 Nov 12:41
4.1.0
da4de36
Compare
Choose a tag to compare
  • Add ability to set index manually (#40)
  • Add toDynamoDbQuery() (#82)

v4.0.0

25 Nov 10:16
4.0.0
43893ec
Compare
Choose a tag to compare
  • 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

25 Nov 10:15
3.0.1
373536e
Compare
Choose a tag to compare
  • Fix: chunk fails if there's query scope (#101)

v3.0.0

24 Nov 10:14
3.0.0
fb8a4ff
Compare
Choose a tag to compare
  • Remove catch all exceptions (#105)

v2.0.3

19 Oct 17:50
2.0.3
Compare
Choose a tag to compare
  • Refactor cleanUpQuery

v2.0.2

19 Oct 17:20
2.0.2
Compare
Choose a tag to compare
  • Fix remove only nested attributes

v2.0.1

19 Oct 15:35
2.0.1
Compare
Choose a tag to compare
  • Support remove nested attributes (#98)