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.6.0.0

06 Jan 20:23
Compare
Choose a tag to compare

Changelog:

  • http4k-connect-* : API improvements for all AWS services.
  • http4k-connect-* : defaultPort() -> defaultPort

2.5.1.0

04 Jan 20:59
Compare
Choose a tag to compare

Changelog:

  • *http4k-connect-amazon-lambda : Expose AutoMarshalling in extension function.

2.5.0.0

04 Jan 19:13
Compare
Choose a tag to compare

Changelog:

  • *http4k-connect-amazon-lambda : Expose Automarshalling for invoking functions.

2.4.0.0

02 Jan 21:47
Compare
Choose a tag to compare

Changelog:

  • http4k-connect- : Remove need for AWSCredentialScope - just use Region instead since each service already knows the scope required.

2.3.2.0

02 Jan 18:59
Compare
Choose a tag to compare

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

30 Dec 10:03
Compare
Choose a tag to compare

Changelog:

  • http4k-connect- : Fix #11 thread safety of DocumentBuilderFactory.

2.3.1.0

28 Dec 20:24
Compare
Choose a tag to compare

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

20 Dec 19:35
Compare
Choose a tag to compare

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

19 Dec 13:24
Compare
Choose a tag to compare

Changelog:

  • http4k-connect- : Generate and ship extension functions for all actions. Rename S3.Bucket to S3Bucket.

2.2.1.0

13 Dec 17:40
Compare
Choose a tag to compare

Changelog:

  • http4k-connect- : Ship Javadoc.