Releases: nickntg/awsredrive.core
Releases · nickntg/awsredrive.core
1.0.14
We now refrain from forwarding certain HTTP headers when these are received from SNS.
v1.0.13
- Redrive can now try to unpack messages wrapped in SNS envelopes and send message attributes as HTTP headers.
- Redrive is by default requesting Senttimestamp from SQS and sends it as an HTTP header.
- Now using .Net 8.
- Upgraded packages to latest-and-greatest.
v1.0.12
Updated validation of a configuration entry.
v1.0.11
We now accept all successful HTTP responses as valid instead of only expecting 200 and 201.
v1.0.10
Upgraded libraries. Removed Moq and added FakeItEasy.
v1.0.9
Added support for DELETE verb.
v1.0.8
AWSRedrive can now call an endpoint using the GET verb and unwrap the JSON message to send fields as query parameters.
v1.0.7
Can now add SQS message attributes as HTTP headers when calling an HTTP service.
v1.0.6
Fixes a bug on the HTTP processor.
v1.0.5
AWSRedrive can now also target Kafka.