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
3.4.0.0
Changelog:
- http4k-connect-amazon-* - Region is now not reliant on default AWS format. This helps with on-prem installations with non-standard region format.
- http4k-connect-google-analytics - [Breaking] Moved Tracking ID out of pageView and into adapter as is global.
- http4k-connect-google-analytics - Added support for GA events.
3.3.3.0
Changelog:
- http4k-connect-* - Upgrade dependencies, including http4k to 4.9.5.0.
3.3.2.0
Changelog:
- http4k-connect-* - Upgrade dependencies, including http4k to 4.9.3.1.
3.3.1.0
Changelog:
- http4k-connect-* - Upgrade dependencies, including http4k to 4.9.1.0.
3.3.0.0
Changelog:
- http4k-connect-* - Upgrade dependencies, including http4k to 4.9.0.2.
- http4k-connect-amazon-lambda : Introduction of
invokeStreamFunction()
action to allow for calling functions without.
3.2.0.0
Changelog:
- http4k-connect-* - Upgrade dependencies
- http4k-connect-amazon-dynamodb : [Slight break]
BatchGetItem
andBatchWriteItem
actions had incorrect key names for response classes.
3.1.1.0
Changelog:
- http4k-connect-amazon-cognito - New module (WIP). Base actions for user client and pool creation are implemented, no fake as yet.
3.1.0.1
Changelog:
- http4k-connect-amazon-dynamodb : Removed non-nullable field on ConsumedCapacity.
3.0.3.0
Changelog:
- http4k-connect-* : Add convenience functions for getting AWS environmental variables from an http4k Environment object.
3.0.2.0
Changelog:
- http4k-connect-* : Upgrade http4k.