Skip to content

0.7.0

Compare
Choose a tag to compare
@mthenw mthenw released this 26 Apr 10:14

Changelog

BACKWARDS INCOMPATIBILITIES:

529cc4a Require CloudEvents Source be a URI (#414)
10ba8a1 CloudEvents integration (#404)
ff09341 Add Reliablity Guarantees section in README (#403)
0da4cd7 Make sure event body is a string (#393)
bf66945 Cleanup error messages and provide consistency in error reporting (#396)
393787c remove unused providers (emulator, weighted) (#387)
cd92090 refactor Prometheus metrics. Less metrics, more labels (#384)
6049ea7 Use different messages on lambda errors (#381)
464619f add more detailed metrics (#379)
5b51ea0 Improve function invocation error (#377)

IMPROVEMENTS:

267b1fb Update README.md
e326d1a Update README.md
3ffe17c Update readme (#406)
acfe7bd Add UpdateSubscription endpoint (#398)
f673e72 Add SQSProvider (#399)
4937d70 Add missing httpapi tests (#401)
c909055 Add AWS Firehose provider (#394)
3c0374a Improve Provider tests (#397)
f0d923f Add OpenAPI specification. (#395)
d48736a Add Kinesis provider. (#392)
172a76e Add codecov integration. (#391)
7be10b0 Introduce Providers concept in the codebase. (#389)
79a04e9 hide sensitive information in logs (#385)
c955490 Minimalize Dockerfile (#378)

BUG FIXES:

e3b1318 Fix minor issue with open api spec (#413)
c00a99f fix handling of mime type (#405)
2a71365 fix installation script (update artifact format). Closes #409 (#412)
cd14c40 Update Docker image in running-locally.md (#386)
d668383 Fix for UpdateFunction (#382)
0127212 update create subscription docs regarding path param
d8e7bb0 update README with info about Docker image. Closes #325 (#375)