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.14.0.0
Changelog:
- http4k-connect-* : [Breaking] Changed Result type on Action to be generic to support other programming models. This will only affect users who are implementing their own adapters. To fix, change:
interface MyAdapter<R> : Action<R>
// to
interface MyAdapter<R> : Action<Result<R, RemoteFailure>>
2.13.0.0
Changelog:
- http4k-connect-* : Rejig of dependencies to be consistent.
2.12.0.0
Changelog:
- http4k-connect-storage-core : New module, containing storage abstractions which can be used without the fakes.
2.11.0.0
Changelog:
- http4k-connect-amazon-sns : New module.
- *http4k-connect-amazon-sns-fake : New module.
- http4k-connect- : Make all action classes Data classes so they are test friendly
- http4k-connect-amazon-sqs : [Breaking] Tags is now a
List<Tag>
instead of aMap<String, String>
.
2.10.0.0
Changelog:
- http4k-connect-amazon- : Add convenience functions to create clients from the system environment.
- http4k-connect-amazon- : Removed unused Payload type for various clients.
- http4k-connect-* : Upgrade values4k and http4k
2.9.1.0
Changelog:
- http4k-connect-amazon- : Expose Moshi to client API users for JSON-based systems
2.9.0.0
Changelog:
- http4k-connect-amazon-sqs : Fixed SQS MessageAttributes as API is not as advertised...
- http4k-connect-amazon-fake : Extracting out endpoints for easier extension.
2.8.0.0
Changelog:
- http4k-connect-* : Upgrade to http4k 4.X.X.X.
2.7.1.0
Changelog:
- http4k-connect-amazon-systemsmanager : Refined model.
- http4k-connect-amazon-* : Fixed handling of ARNs.
2.7.0.0
Changelog:
- http4k-connect-amazon-* : Refined ARN model.
- http4k-connect-amazon-s3 : Fix Delete Bucket action.