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.6.0.0
Changelog:
- http4k-connect-* : API improvements for all AWS services.
- http4k-connect-* :
defaultPort()
->defaultPort
2.5.1.0
Changelog:
- *http4k-connect-amazon-lambda : Expose AutoMarshalling in extension function.
2.5.0.0
Changelog:
- *http4k-connect-amazon-lambda : Expose
Automarshalling
for invoking functions.
2.4.0.0
Changelog:
- http4k-connect- : Remove need for AWSCredentialScope - just use Region instead since each service already knows the scope required.
2.3.2.0
Changelog:
- *http4k-connect-amazon-sqs : New module.
- *http4k-connect-amazon-sqs-fake : New module. See README for limitations of FakeSQS.
- *http4k-connect-amazon-sts : Added STSCredentialsProvider to refresh credentials when required.
2.3.1.1
2.3.1.0
Changelog:
- *http4k-connect-lambda : New module. Support for invoking AWS Lambda functions and a FakeLambda runtime to run/deploy them into.
2.3.0.0
Changelog:
- http4k-connect- : Use Kotshi generated adapters instead of Kotlin Reflection, allowing removal of large Kotlin Reflection JAR. Note that the Kotlin-reflect dependency must be explicitly excluded due to transitivity in your projects.
2.2.2.0
Changelog:
- http4k-connect- : Generate and ship extension functions for all actions. Rename
S3.Bucket
toS3Bucket
.
2.2.1.0
Changelog:
- http4k-connect- : Ship Javadoc.