Skip to content

Releases: nickntg/awsredrive.core

1.0.14

09 Dec 10:35
3ffbef0
Compare
Choose a tag to compare

We now refrain from forwarding certain HTTP headers when these are received from SNS.

v1.0.13

19 Nov 11:55
515f107
Compare
Choose a tag to compare
  • 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

27 Mar 02:58
Compare
Choose a tag to compare

Updated validation of a configuration entry.

v1.0.11

28 Feb 10:40
84468f5
Compare
Choose a tag to compare

We now accept all successful HTTP responses as valid instead of only expecting 200 and 201.

v1.0.10

04 Nov 04:31
Compare
Choose a tag to compare

Upgraded libraries. Removed Moq and added FakeItEasy.

v1.0.9

23 Aug 13:56
Compare
Choose a tag to compare

Added support for DELETE verb.

v1.0.8

19 Aug 14:33
b787247
Compare
Choose a tag to compare

AWSRedrive can now call an endpoint using the GET verb and unwrap the JSON message to send fields as query parameters.

v1.0.7

25 May 12:57
Compare
Choose a tag to compare

Can now add SQS message attributes as HTTP headers when calling an HTTP service.

v1.0.6

18 May 14:25
Compare
Choose a tag to compare

Fixes a bug on the HTTP processor.

v1.0.5

21 Apr 10:47
Compare
Choose a tag to compare

AWSRedrive can now also target Kafka.