Skip to content

Releases: cashapp/tempest

1.10.3

Choose a tag to compare

@kyeotic kyeotic released this 20 Nov 23:49
  • Fix: Pin DynamoDB Docker image to 2.1.0 to avoid breaking issue with latest

[1.10.2] - 2023-08-16

Choose a tag to compare

@lkerford lkerford released this 16 Aug 19:57
d55c7cf

Fix: Creating new tag for publication

v1.9.0

Choose a tag to compare

@kyeotic kyeotic released this 06 Jun 16:56

[1.9.0] - 2023-06-06

  • New: add BOM

v1.8.0

Choose a tag to compare

@kyeotic kyeotic released this 06 Jun 16:55
c78bbc2

[1.8.0] - 2023-05-31

  • New(tempest2): Adds Attribute.allowEmpty to support nullable, prefixed fields

v1.7.0

Choose a tag to compare

@kyeotic kyeotic released this 04 May 17:48
7477a18

[1.7.0] - 2023-05.03

  • New(gradle): Add Hermit
  • New: Add pageWritten hook to WritingPager.Handler
  • New: Add paging to batchLoad and batchWrite (sync only)
  • Docs: Migration guide for v1 -> v2
  • Test: Shorter timeout on test dynamo server
  • Chore(deps): Upgrade OpenJDK to 17
  • Chore(gradle): Upgrade to 7.6.1
  • Chore(deps): Upgrade to Kotlin 1.7
  • Chore(gradle): Swap out kotlin-dsl for kotlin-jvm

Version 1.5.2 (2021-05-31)

Choose a tag to compare

@zhxnlai zhxnlai released this 31 May 21:32
  • Fixed: Make it easy to integrate with other testing frameworks (#58).

Version 1.5.1 (2021-05-31)

Choose a tag to compare

@zhxnlai zhxnlai released this 31 May 19:46
  • Fixed: To share one test server with multiple tests (#57).

Version 1.5.0 (2021-05-28)

Choose a tag to compare

@zhxnlai zhxnlai released this 29 May 00:49
  • New: Add async and suspending APIs for SDK 2.x (#48)
  • New: In SDK 1.x, save now returns a copy of locally updated attributes (#55).

Version 1.4.1 (2021-04-22)

Choose a tag to compare

@zhxnlai zhxnlai released this 23 Apr 04:55
  • Fixed: Improve error message (#44)
  • Fixed: Improve documentation (#43, #46).

Version 1.4.0 (2021-03-08)

Choose a tag to compare

@zhxnlai zhxnlai released this 08 Mar 17:31
  • New: tempest-testing APIs for testing DynamoDB clients using DynamoDBLocal (#33).
  • New: Support for Java Record (#27).