Skip to content

Tags: Clever/wag

Tags

v9.11.0

Toggle v9.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#531)

logging/wagclientlogger/v9.11.0

Toggle logging/wagclientlogger/v9.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#531)

clientconfig/v9.11.0

Toggle clientconfig/v9.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#531)

v9.10.0

Toggle v9.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(gendb): add BatchGetItem support to gendb (GetArrayOf[Model]) (#528

)

* feat(gendb): add GetArrayOf[Model] to interface and DB dispatch templates

* fix(gendb): move GetArrayOf dispatch after Delete, add blank line in interface

* feat(gendb): add getArrayOf[Model] BatchGetItem implementation to table template

* feat(gendb): add GetArrayOf[Model] test to tests template

* fix(gendb): fix compositeValueFromArray to use correct model field path

Pass the slice identifier as a prefix to attributeToModelValueNotPtr so
it returns "ms[i].Name" rather than doing varname-then-CamelCase mangling
that produced invalid field references like "ms[i].TypeVar" instead of
"ms[i].Type". Removes now-unused utils import.

* chore: regenerate samples with BatchGetItem support

* test(gendb): add unit tests for compositeValue* and attributeToModelValueNotPtr

* chore: bump version to v9.10.0 with BatchGetItem release notes

* refactor(gendb): rename GetArrayOf to GetSliceOf

* chore: regenerate samples

* DD-1792 feat(gendb): auto-chunk GetSliceOf inputs at 100-item BatchGetItem limit (#529)

* feat(gendb): auto-chunk GetSliceOf[Model] inputs at 100 items per BatchGetItem call

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: regenerate samples with GetSliceOf chunking support

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

logging/wagclientlogger/v9.10.0

Toggle logging/wagclientlogger/v9.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(gendb): add BatchGetItem support to gendb (GetArrayOf[Model]) (#528

)

* feat(gendb): add GetArrayOf[Model] to interface and DB dispatch templates

* fix(gendb): move GetArrayOf dispatch after Delete, add blank line in interface

* feat(gendb): add getArrayOf[Model] BatchGetItem implementation to table template

* feat(gendb): add GetArrayOf[Model] test to tests template

* fix(gendb): fix compositeValueFromArray to use correct model field path

Pass the slice identifier as a prefix to attributeToModelValueNotPtr so
it returns "ms[i].Name" rather than doing varname-then-CamelCase mangling
that produced invalid field references like "ms[i].TypeVar" instead of
"ms[i].Type". Removes now-unused utils import.

* chore: regenerate samples with BatchGetItem support

* test(gendb): add unit tests for compositeValue* and attributeToModelValueNotPtr

* chore: bump version to v9.10.0 with BatchGetItem release notes

* refactor(gendb): rename GetArrayOf to GetSliceOf

* chore: regenerate samples

* DD-1792 feat(gendb): auto-chunk GetSliceOf inputs at 100-item BatchGetItem limit (#529)

* feat(gendb): auto-chunk GetSliceOf[Model] inputs at 100 items per BatchGetItem call

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: regenerate samples with GetSliceOf chunking support

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

clientconfig/v9.10.0

Toggle clientconfig/v9.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(gendb): add BatchGetItem support to gendb (GetArrayOf[Model]) (#528

)

* feat(gendb): add GetArrayOf[Model] to interface and DB dispatch templates

* fix(gendb): move GetArrayOf dispatch after Delete, add blank line in interface

* feat(gendb): add getArrayOf[Model] BatchGetItem implementation to table template

* feat(gendb): add GetArrayOf[Model] test to tests template

* fix(gendb): fix compositeValueFromArray to use correct model field path

Pass the slice identifier as a prefix to attributeToModelValueNotPtr so
it returns "ms[i].Name" rather than doing varname-then-CamelCase mangling
that produced invalid field references like "ms[i].TypeVar" instead of
"ms[i].Type". Removes now-unused utils import.

* chore: regenerate samples with BatchGetItem support

* test(gendb): add unit tests for compositeValue* and attributeToModelValueNotPtr

* chore: bump version to v9.10.0 with BatchGetItem release notes

* refactor(gendb): rename GetArrayOf to GetSliceOf

* chore: regenerate samples

* DD-1792 feat(gendb): auto-chunk GetSliceOf inputs at 100-item BatchGetItem limit (#529)

* feat(gendb): auto-chunk GetSliceOf[Model] inputs at 100 items per BatchGetItem call

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: regenerate samples with GetSliceOf chunking support

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v9.9.9

Toggle v9.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add optional headers in requestOptions; generated sample files (#…

…526)

* feat: add optional headers in requestOptions; generated sample files

* feat: update version

* feat: use spread; updated samples

---------

Co-authored-by: Dominic Garcia <dominic.garcia@Dominic-Garcias-MacBook-Pro-Y7C2C2R703.local>

logging/wagclientlogger/v9.9.9

Toggle logging/wagclientlogger/v9.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add optional headers in requestOptions; generated sample files (#…

…526)

* feat: add optional headers in requestOptions; generated sample files

* feat: update version

* feat: use spread; updated samples

---------

Co-authored-by: Dominic Garcia <dominic.garcia@Dominic-Garcias-MacBook-Pro-Y7C2C2R703.local>

clientconfig/v9.9.9

Toggle clientconfig/v9.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add optional headers in requestOptions; generated sample files (#…

…526)

* feat: add optional headers in requestOptions; generated sample files

* feat: update version

* feat: use spread; updated samples

---------

Co-authored-by: Dominic Garcia <dominic.garcia@Dominic-Garcias-MacBook-Pro-Y7C2C2R703.local>

v9.9.8

Toggle v9.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "draft commit" (#525)

* Revert "Add support for x-user-context-header (#523)"

This reverts commit 2ae2b1b.

* bump version