1
- 0.x.x / xxxx-xx-xx
1
+ 0.7.0 / 2018-04-26
2
2
==================
3
3
4
4
BACKWARDS INCOMPATIBILITIES:
5
5
6
+ * require CloudEvents Source be a URI (#414 )
7
+ * cloudEvents integration (#404 )
8
+ * make sure event body is a string (#393 )
9
+ * cleanup error messages and provide consistency in error reporting (#396 )
6
10
* remove unused providers (emulator, weighted) (#387 )
7
11
* refactor Prometheus metrics. Less metrics, more labels (#384 )
8
12
* use different messages on lambda errors (#381 )
@@ -11,11 +15,28 @@ BACKWARDS INCOMPATIBILITIES:
11
15
12
16
IMPROVEMENTS:
13
17
18
+ * update README.md
19
+ * update README.md
20
+ * update readme (#406 )
21
+ * add Reliablity Guarantees section in README (#403 )
22
+ * add UpdateSubscription endpoint (#398 )
23
+ * add SQSProvider (#399 )
24
+ * add missing httpapi tests (#401 )
25
+ * add AWS Firehose provider (#394 )
26
+ * improve Provider tests (#397 )
27
+ * add OpenAPI specification. (#395 )
28
+ * add Kinesis provider. (#392 )
29
+ * add codecov integration. (#391 )
30
+ * introduce Providers concept in the codebase. (#389 )
14
31
* hide sensitive information in logs (#385 )
15
32
* minimalize Dockerfile (#378 )
16
33
17
34
BUG FIXES:
18
35
36
+ * fix minor issue with open api spec (#413 )
37
+ * fix handling of mime type (#405 )
38
+ * fix installation script (update artifact format). Closes #409 (#412 )
39
+ * update Docker image in running-locally.md (#386 )
19
40
* fix for UpdateFunction (#382 )
20
41
* update create subscription docs regarding path param
21
42
* update README with info about Docker image. Closes #325 (#375 )
0 commit comments