Skip to content

0.6.0

Compare
Choose a tag to compare
@mthenw mthenw released this 19 Feb 09:18
· 109 commits to master since this release

Changelog

BACKWARDS INCOMPATIBILITIES:

2ddbcf9 flatten header array so it's easier to access headers (#374)
7e9ffbf publish binaries as zip files (#371)
76c0328 remove checking space in update function payload (#367)
7e0ba05 add space as a first-class citizen in Config API (#365)
0bf2d7f fix listing all subscriptions (#366)
f09cd10 add support for spaces (#362)
7907ff2 standardize errors returned by both Events and Config API (#359)
b970e42 add subscription support for invoke event (#355)

IMPROVEMENTS:

6bf544e prevent from removing function with subscriptions. Closes #208 (#370)
3312967 replace FDK examples with SDK. Closes #363 (#368)
36f0712 update HTTP response object docs
da78c91 refactor packages structure to avoid cyclic dependecies (#358)
0b87dc3 update deps
34492df change behaviour of hosted domain (#353)
43a1d00 improve support for hosted domains (#351)
0ac2643 add flag for configuring backlog lenght (#349)
52b52ff add flag for configuring number of workers (#348)
935302b make metrics name consistent
9221bed add more metrics about processing sync/async events
4cff750 remove old comments
7d34ccd refactor prometheus metrics (#347)
0adf040 increase read/write timeout on events API
b760640 add ssl certs to Docker image
84775c2 add support for platform subdomains (#342)
74db6df expose used ports in Dockerfile
1e49f35 add session token support in AWS creds. Closes #329 (#339)
df7243d add host field in HTTP event. Closes #327 (#338)
c1740e1 add CORS support. Closes #328, closes #309. (#334)
35a03b4 add docs about developing EG locally
e300c56 update libkv & etcd packages (#335)
31799d1 Plugin System (#330). Closes #147
4c2ba40 update link to Slack in issue template
3f6808f add tests for internal/kv package
311b2bf add Path parameter support for async subscriptions (#326)
46b4e31 cleanup confusion in clustering paragraph (#324)

BUG FIXES:

f254fae fix typo (#373)
c78b7f3 fix status code when creating subscription (#372)
d70a637 run goveralls only for PR build (#364)
773adad fix failing router tests (#360)
16e6c79 rename function property (#352)
3af70a1 format README
c5b413d fix exposing detailed AWS SDK error by event API. Closes #344 (#350)
f874877 fix interface mismatch for plugins, exclude hashicorp packages. Closes #345 (#346)
cee7953 fix type not registered in gob for plugin system
82bd3b3 fix extracting path from domain (#343)
9f7fdaf fix type in README.md (#341)
6a4e3cc fix typo in README (#336)
173b379 fix typo about subscription removal (#332)
f27f8cf fix type in error message (#331)


Automated with GoReleaser
Built with go version go1.9 linux/amd64