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

Commit 4cc75c2

Browse files
author
Maciej Winnicki
committed
Release 0.6.0
1 parent 2ddbcf9 commit 4cc75c2

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

CHANGELOG.md

+90
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,94 @@
11

2+
0.6.0 / 2018-02-19
3+
==================
4+
5+
BACKWARDS INCOMPATIBILITIES:
6+
7+
* flatten header array so it's easier to access headers (#374)
8+
* publish binaries as zip files (#371)
9+
* remove checking space in update function payload (#367)
10+
* add space as a first-class citizen in Config API (#365)
11+
* fix listing all subscriptions (#366)
12+
* add support for spaces (#362)
13+
* standardize errors returned by both Events and Config API (#359)
14+
* add subscription support for invoke event (#355)
15+
16+
IMPROVEMENTS:
17+
18+
* prevent from removing function with subscriptions. Closes #208 (#370)
19+
* replace FDK examples with SDK. Closes #363 (#368)
20+
* update HTTP response object docs
21+
* refactor packages structure to avoid cyclic dependecies (#358)
22+
* update deps
23+
* change behaviour of hosted domain (#353)
24+
* improve support for hosted domains (#351)
25+
* add flag for configuring backlog lenght (#349)
26+
* add flag for configuring number of workers (#348)
27+
* make metrics name consistent
28+
* add more metrics about processing sync/async events
29+
* remove old comments
30+
* refactor prometheus metrics (#347)
31+
* increase read/write timeout on events API
32+
* add ssl certs to Docker image
33+
* add support for platform subdomains (#342)
34+
* expose used ports in Dockerfile
35+
* add session token support in AWS creds. Closes #329 (#339)
36+
* add host field in HTTP event. Closes #327 (#338)
37+
* update libkv & etcd packages (#335)
38+
* add CORS support. Closes #328, closes #309. (#334)
39+
* add docs about developing EG locally
40+
* Plugin System (#330). Closes #147
41+
* add tests for internal/kv package
42+
* add Path parameter support for async subscriptions (#326)
43+
* add support for parameters in HTTP subscription path (#322). Closes #217.
44+
* add unit tests for functions service (#323)
45+
* update HTTP event docs. Closes #275
46+
* move event to separate package. Cleanup topic/event type vocabulary (#320)
47+
* remove obsolete if statement. It's no longer valid in etcd3
48+
* add support for coveralls (#318)
49+
* bump serverless/libkv fork
50+
* switch to libkv fork with etcd v3 support. It fixes race condition in test and improve general stability. Closes #222 (#317)
51+
* add dockerignore file to speed up docker build. Closes #314
52+
* update dep installing in Dockerfile
53+
* update slack link
54+
* switch to dep (#313)
55+
* remove slack badge
56+
* bring back cache debug logs (#312)
57+
* add support for HTTP response object. Closes #245 (#291)
58+
* add info about versioning (#304)
59+
* prefix log statements with timestamp. Closes #251 (#300)
60+
* add slack link (#303)
61+
* use docker multi-stage build to avoid compile time dependencies (#301)
62+
* GitHub templates and docs improvements (#302)
63+
* add example app
64+
65+
BUG FIXES:
66+
67+
* fix typo (#373)
68+
* fix status code when creating subscription (#372)
69+
* run goveralls only for PR build (#364)
70+
* fix failing router tests (#360)
71+
* rename function property (#352)
72+
* format README
73+
* fix exposing detailed AWS SDK error by event API. Closes #344 (#350)
74+
* fix interface mismatch for plugins, exclude hashicorp packages. Closes #345 (#346)
75+
* fix type not registered in gob for plugin system
76+
* fix extracting path from domain (#343)
77+
* fix type in README.md (#341)
78+
* fix typo in README (#336)
79+
* fix typo about subscription removal (#332)
80+
* fix type in error message (#331)
81+
* update link to Slack in issue template
82+
* cleanup confusion in clustering paragraph (#324)
83+
* fix conflict in subscriptions ID. replace - with , as a subscription ID separator. Closes #170 (#321)
84+
* fix issues reported by https://goreportcard.com/report/github.com/serverless/event-gateway
85+
* fix rc when starting APIs. Closes #310 (#311)
86+
* add docs for using EG with Docker (#307)
87+
* fix framework links (#308)
88+
* fix framework link (#305)
89+
* fix meetups link
90+
* fix readme.md typo (#297)
91+
292
0.5.15 / 2017-08-17
393
===================
494

0 commit comments

Comments
 (0)