| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.58.0.0 source code.tar.gz | 2026-08-19 | 16.4 MB | |
| 6.58.0.0 source code.zip | 2026-08-19 | 20.1 MB | |
| README.md | 2026-08-19 | 1.1 kB | |
| Totals: 3 Items | 36.4 MB | 1 | |
Distribution notice - from 1 October 2026, Maven Central receives http4k releases approximately quarterly. maven.http4k.org continues on the normal 1-2 week cadence. Both channels are supported. Background and current status: DISTRIBUTION.md (www.http4k.org)
Changelog:
- http4k-*: Upgrade versions, including Swagger UI upgrade (path change)
- http4k-serverless-tencent: [Possible break] Removed the dependency on
com.tencentcloudapi:scf-java-events, which has been abandoned since its last release in June 2021 and has no replacement artifact. Vendored dependent classes. The module has no third-party runtime dependencies at all. - http4k-format-fory: [New module!] Support for Apache Fory binary serializationn.
- http4k-connect-amazon-dynamodb-fake: [Fix]
REMOVE #a, #bnow parses. Targets could previously only be separated by whitespace, so an update removing two attributes failed. - http4k-connect-amazon-route53-fake - Escape wildcard characters in record name. H/T @youdie006