Http4k Versions Save

The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.

5.15.0.0

1 month ago

Changelog:

  • http4k-core : [Unlikely break] Change to Meta to remove default params

5.14.5.0

1 month ago

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Make Lenses support metadata passed through the LensBuilder construction methods. H/T @BBB, @ivanmoore @jack-bolles
  • http4k-testing-tracerbullet : Account for spans across traces with same spanId. H/T @IvanPavlov1995

5.14.4.0

2 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-tracerbullet : Improve identification of actor for incoming traces.
  • http4k-client-helidon : Various fixes H/T @dkandalov

5.14.2.0

2 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions.

5.14.1.0

2 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-contract : Validator optimisation. H/T @dkandalov
  • http4k-testing-webdriver : Adding a space between method name and URI when naming spans H/T @ReinholdsB
  • http4k-testing-webdriver : Multipart forms in the webdriver, including sending files. H/T @gypsydave5
  • http4k-testing-webdriver : Fix bug in webdriver form submission + a method for relative Uri resolution. H/T @gypsydave5

5.14.0.0

2 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.9.23
  • http4k-* : Static handlers serve an index.html file from a subdirectory H/T @mbcltd

5.13.9.0

3 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions
  • http4k-contract : Implement Kondor Schema creator. H/T @tamj0rd2
  • http4k-cloudnative : Read environment properties from yaml resources. H/T @dzappold
  • http4k-webdriver : [Fix] Bug when submitting with inputs of type submit H/T @gypsydave5
  • http4k-testing-approval : Allow adding a suffix to an approval test file name. H/T @becky-sequence

5.13.8.0

3 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions
  • http4k-format-kondor : Expose converterFor method. H/T @tamj0rd2

5.13.7.0

3 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions
  • http4k-contract : Allow user to provide schema creation implementation. H/T @tamj0rd2
  • http4k-core : [Fix #1053]: Add BiDiLensSpec defaulted with factory method
  • http4k-core : [Fix #1059]: Update kondor-json to 2.2.2. H/T @asadmanji

5.13.6.0

3 months ago

Changelog:

  • http4k-* : Upgrade some dependency versions
  • http4k-serverless-lambda :[Fix #1057] Error when parsing AWS lambda event from S3 bucket
  • http4k-testing-webdriver :[Fix #1050] Http4kWebDriver does not work on Windows due to path issues. H/T @cmh-dev
  • http4k-core :[Fix #1055] Host header should contain host with port. H/T @obecker