| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.54.0.0 source code.tar.gz | 2026-06-28 | 16.3 MB | |
| 6.54.0.0 source code.zip | 2026-06-28 | 19.8 MB | |
| README.md | 2026-06-28 | 1.3 kB | |
| Totals: 3 Items | 36.1 MB | 0 | |
Changelog:
- http4k-*: Upgrade versions including Pug to v3.0.0
- http4k-template-pug4j: [Breaking] Pug4J upgrade to v3.0.0 now uses a PugEngineBuilder instead of a PugConfiguration. The API is broadly the same (hopefully better!)
- http4k-api-openapi: [Unlikely break] Updated to support OpenApi 3.2.0, with various extra fields such as License and JSON Schema dialect.
- http4k-testing-webdriver-datastar: [New module!] Datastar-enabled WebDriver implementation
- http4k-security-webauthn: [New pro module!] Support for passkeys and passwordless login.
- http4k-core: [Fix] Incorrect gzip content length in streaming mode. H/T @adamschoenemann
- http4k-core: [Fix] Handle UTF-8 percent-encoding for supplementary-plane characters in URI path segments
- http4k-connect-github: [Fix]
HttpGitHubwill now properly authorize requests. H/T @oharaandrew314 - http4k-connect-github: Add
GetAuthedUserEmailsandGetAuthedUserPublicEmailsactions. H/T @oharaandrew314 - http4k-connect-github-fake: Implement
FakeGitHubfor all supported actions. H/T @oharaandrew314 - http4k-connect-ksp-generator: [Fix] Resolve several cases of non-deterministic ksp behaviour, causing extensions to silently fail generation. H/T @oharaandrew314