Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Releases: http4k/http4k-connect

2.18.1.0

28 Mar 15:26
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-amazon-cloudfront : New module.
  • *http4k-connect-amazon-cloudfront-fake : New module.

2.18.0.0

24 Mar 22:14
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-amazon-dynamodb : Further tweaking of the Item and Key mapping typealises to make API easier to use.

2.17.0.0

23 Mar 19:01
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-amazon-dynamodb : Reworked DynamoDb API to be typesafe, tightened up types in responses, added Scan.

2.16.0.0

21 Mar 20:49
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-amazon-dynamodb : New client module. No fake as yet.
  • http4k-connect-amazon-* : [Break] Rename Base64Blob.encoded() -> Base64Blob.encode() for clarity.

2.15.4.0

09 Mar 20:43
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-github : Add infra for main GitHub adapter. No custom actions implemented yet.

2.15.3.0

08 Mar 22:47
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-github : New module containing only basic callback infrastructure and Filters for checking requests.

2.15.1.0

05 Mar 20:13
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* : upgrade http4k, Kotlin.

2.15.0.1

01 Mar 21:53
Compare
Choose a tag to compare

Changelog:

  • Switch to Maven Central publishing as first options

2.15.0.0

07 Feb 17:48
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-google-analytics : [Break] Harmonised interface with other adapters. TrackingId now moved
    to individual requests

2.14.1.0

03 Feb 20:29
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* : upgrade http4k,
  • http4k-connect-kapt-generator : Un-hardcode result type as per Action interface.