This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Releases: http4k/http4k-connect
Releases · http4k/http4k-connect
2.18.1.0
Changelog:
- http4k-connect-amazon-cloudfront : New module.
- *http4k-connect-amazon-cloudfront-fake : New module.
2.18.0.0
Changelog:
- http4k-connect-amazon-dynamodb : Further tweaking of the Item and Key mapping typealises to make API easier to use.
2.17.0.0
Changelog:
- http4k-connect-amazon-dynamodb : Reworked DynamoDb API to be typesafe, tightened up types in responses, added Scan.
2.16.0.0
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
Changelog:
- http4k-connect-github : Add infra for main GitHub adapter. No custom actions implemented yet.
2.15.3.0
Changelog:
- http4k-connect-github : New module containing only basic callback infrastructure and Filters for checking requests.
2.15.1.0
Changelog:
- http4k-connect-* : upgrade http4k, Kotlin.
2.15.0.1
Changelog:
- Switch to Maven Central publishing as first options
2.15.0.0
Changelog:
- http4k-connect-google-analytics : [Break] Harmonised interface with other adapters. TrackingId now moved
to individual requests
2.14.1.0
Changelog:
- http4k-connect-* : upgrade http4k,
- http4k-connect-kapt-generator : Un-hardcode result type as per Action interface.