Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit e75ed0c

Browse files
author
Maciej Winnicki
committed
Release 0.7.0
1 parent 529cc4a commit e75ed0c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
0.x.x / xxxx-xx-xx
1+
0.7.0 / 2018-04-26
22
==================
33

44
BACKWARDS INCOMPATIBILITIES:
55

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)
610
* remove unused providers (emulator, weighted) (#387)
711
* refactor Prometheus metrics. Less metrics, more labels (#384)
812
* use different messages on lambda errors (#381)
@@ -11,11 +15,28 @@ BACKWARDS INCOMPATIBILITIES:
1115

1216
IMPROVEMENTS:
1317

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)
1431
* hide sensitive information in logs (#385)
1532
* minimalize Dockerfile (#378)
1633

1734
BUG FIXES:
1835

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)
1940
* fix for UpdateFunction (#382)
2041
* update create subscription docs regarding path param
2142
* update README with info about Docker image. Closes #325 (#375)

0 commit comments

Comments
 (0)