Skip to content

Tags: cashapp/tempest

Tags

v2025.11.04.000323-3c7c6c2

Toggle v2025.11.04.000323-3c7c6c2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: only create lookup if CL is different (#243)

This should prevent issues when DB classes are not hot reloadable

v2025.10.27.160126-16a22a2

Toggle v2025.10.27.160126-16a22a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: MethodHandle creation show use table class (#242)

The fix that was previously applied here does not work if Templest is
loaded in a different class loader to the table schema class. This
fix creates the Lookup using the context of the schema class, avoiding
class loading errors in hot reload enabled environments.

v2025.10.23.165355-269d2e7

Toggle v2025.10.23.165355-269d2e7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: update amazon/dynamodb-local images to match embedded version (#…

…241)

v2025.10.21.114346-63954e1

Toggle v2025.10.21.114346-63954e1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use BeanTableSchemaParams in TableSchemaFactory (#240)

v2025.09.18.063705-9bd8953

Toggle v2025.09.18.063705-9bd8953's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade most dependencies (#239)

* Upgrade most dependencies

* Fix a compile error

* Remove an unused build classpath dep

* Add junitLauncher dep to stop test tasks from failing

Also remove junit deps from projects with no deps

v2025.07.17.171007-3fc2a07

Toggle v2025.07.17.171007-3fc2a07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend the WritingPager class to work with AsyncLogicalDb (#236)

* Initial draft

* Create function to encapsulate paging logic

* Adds tests

v2025.07.15.155806-c1415e3

Toggle v2025.07.15.155806-c1415e3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Date TempestDateAttributeConverter dropping millisecond precision (

…#237)

* Support UpdatedAt and CreatedAt Timestamps.

* Fix Date TempestDateAttributeConverter dropping millisecond precision

* use buildString

v2025.07.08.171526-e297588

Toggle v2025.07.08.171526-e297588's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Nul AttributeValue preventing CreatedAt timestamps during UpdateI…

…tem (#235)

* Support UpdatedAt and CreatedAt Timestamps.

* Fix generated timestamps for CreatedAt for transactionWrite

v2025.06.11.195708-6267180

Toggle v2025.06.11.195708-6267180's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate to Sonatype Central Portal (#233)

v2025.06.03.162437-8f485e7

Toggle v2025.06.03.162437-8f485e7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support UpdatedAt and CreatedAt Timestamps. (#234)