Skip to content

Releases: nickntg/awsredrive.core

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.

v1.0.4

20 Apr 14:34
d2f81d2
Compare
Choose a tag to compare
  • Upgrade to .Net 6.
  • All packages upgraded to latest-and-greatest.
  • Added a proper Linux service app.

v1.0.3

29 Nov 10:21
Compare
Choose a tag to compare

Redrive can now work with local stack by setting the ServiceURL in the configuration file.