Skip to content

Releases: baopham/laravel-dynamodb

v4.2.2

29 Jan 17:50
4.2.2

Choose a tag to compare

  • If user specifies the index manually, respect that
  • [RawDynamoDbQuery] Fix internal array out of sync with the raw query object

v4.2.1

23 Jan 18:12
4.2.1

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

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

Choose a tag to compare

  • Use primary key for getKey/getKeyname (#113)

v4.1.0

25 Nov 12:41
4.1.0
da4de36

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

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

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

Choose a tag to compare

  • Remove catch all exceptions (#105)

v2.0.3

19 Oct 17:50
2.0.3

Choose a tag to compare

  • Refactor cleanUpQuery

v2.0.2

19 Oct 17:20
2.0.2

Choose a tag to compare

  • Fix remove only nested attributes