8000 Tags · guregu/dynamo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: guregu/dynamo

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Query.One + Filter behavior (#248) (#249)

* fix Query.One + Filter behavior (#248)

* Query.One: delay unmarshaling until success (preserves old behavior)

* add some docs explaining ErrTooMany

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
guregu guregu
Fix omitempty panic for double-embedded struct (#247)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support ReturnValuesOnConditionCheckFailure (#246)

* support ReturnValuesOnConditionCheckFailure (#245)

* add IncludeItemInCondCheckFail and friends

* add IncludeItemInCondCheckFail to ConditionCheck

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added an example to the IterWithTable godocs (#243)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Request count in ConsumedCapacity (#241)

* add request count in ConsumedCapacity

* refactor addConsumedCapacity, add a lil test

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
guregu guregu
update deps

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #239 from sardap/psarda/fix-output-nil-not-checked

Added checks for nil output when adding consumed capacity

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #232 from guregu/v2-dev

dynamo v2: featuring aws-sdk-go-v2

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RequestLimit (#234)

* support for RequestLimit in Count

* more docs

v1.22.3

Toggle v1.22.3's commit message

Verified

This commit was signed with the committer’s verified signature.
guregu guregu
disable RequestLimit for now (save for next release)

awaiting feedback on performance before baking the API
0