| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.56.0.0 source code.tar.gz | 2026-07-19 | 16.3 MB | |
| 6.56.0.0 source code.zip | 2026-07-19 | 19.8 MB | |
| README.md | 2026-07-19 | 1.6 kB | |
| Totals: 3 Items | 36.1 MB | 0 | |
Changelog:
- http4k-*: Upgrade versions
- http4k-testing-webdriver-datastar: [Break] Datastar attributes now use the 1.0 colon separator (e.g.
data-on:click,data-bind:foo,data-computed:total) instead of the removed 0.x hyphen form. - http4k-connect-amazon-dynamodb-fake: [Unlikely Break]
UpdateResult.ConditionFailedis now adata classcarrying the item to report back, rather than adata object. - http4k-multipart: [Fix] MultipartFormBody cannot be constructed on read-only filesystems.
- http4k-connect-amazon-dynamodb-fake: [Fix] A conditional
DeleteItemis now evaluated. TheConditionExpressionwas previously ignored outright, so a guarded delete always succeeded against the fake - including insidetransactWriteItems, where a failing condition now correctly cancels the transaction. - http4k-connect-amazon-dynamodb-fake: [Fix] Fake DynamoDB attribute_exists condition for missing item will always succeed for key
- http4k-connect-amazon-dynamodb:
PutItem,UpdateItemandDeleteItemgainReturnValuesOnConditionCheckFailure, so a failed conditional write can return the record which blocked it (DynamoDB reports it in the error body). The enum andTransactWriteItem's support for it already existed. - http4k-api-openapi: add support for a JSON schema dialect selector in swagger ui. H/T @dzappold
- http4k-platform-k8s: add k8s server extension for PolyHandler. H/T @dzappold
- http4k-testing-webdriver - Specify locator name for a better debugging experience H/T @tamj0rd2