Skip to content

Releases: serverless/event-gateway

0.5.2

09 Aug 11:40
Compare
Choose a tag to compare

Changelog

b847743 add log for successful function invocation. Closes #254
3c0f36a allow dots, dash, underscore in event and function name. Closes #250 (#253)
6d4ff27 fix sending header twice. Closes #249 (#252)
8d4dae8 cleanup router logging


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

0.5.1

08 Aug 16:40
Compare
Choose a tag to compare

Changelog

37b8319 update FDK examples
036acd5 update examples; add FDK examples; add like to FDK. Closes #224. Closes #223. Closes #205 (#236)
740e76e minor logging & httpapi fixes. Closes #230. Closes #228. (#235)
9ac22e3 return 204 (No Content) for successful subscription delete. Closes #233 (#234)
6d7de9f update log level for functions and pubsub packages


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

0.5.0

04 Aug 20:20
Compare
Choose a tag to compare

Changelog

22efe44 remove secured env vars from travis.yml as they don't work for public repos
f84ea4f update GITHUB_TOKEN
e222c9d add support for HTTP event schema. Closes #201. Closes #203 (#212)
a39893c fix HTTP API method for updating function. Closes #204 (#211)
fb4424c fix a spelling typo (#209)
36a553e fix built package in Dockerfile. Closes #210
3a771af fix lint errors
731be64 remove time from dev logs. Closes #167
53760a8 cleanup emitted logs. Closes #167
830f060 add more Info level logs about emitted event and config API actions. Closes #167 (#202)
dd7ccac use existing content-type mime values. Closes #199 (#200)
5077b5b refactor httplisteners package. Move it to api package.
ff00579 implement event schema and add support for content-type header. Closes #161. Closes #145 (#198)
947b947 update community links (#196)
b0fa80a move main package to cmd subdir
18c25ef switch to public Travis


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

0.4.1

31 Jul 10:20
Compare
Choose a tag to compare

Changelog

703d1f6 fix header name


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

0.4.0

31 Jul 10:07
Compare
Choose a tag to compare

Changelog

18d6c1c add API for sync invocation. Closes #183 (#192)


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

0.3.0

28 Jul 13:07
Compare
Choose a tag to compare

Changelog

7444b5b add missing package with integration tests
0ff1bb1 fix package name
f29faa9 move httpapi to util
abe6f64 refactor tests. Clearer structure
072274b add endpoint for updating function. Closes #190 (#191)
2971d85 update AWS Lambda func readme docs. Refactor calling Lambda func.
57b2e29 allows exec via all AWS configs. Closes #186 (#187)
309813b Remove unsupported use-cases. Add community sections to readme. (#188)
a17679e add status endpoint. Closes #177 (#185)
ac4b87d fix emitting custom events. Closes #160 (#184)
75c7214 fix readme inconsistency about the emit functionality (#182)
6b11985 update default ports and cli params for setting ports. Closes #180 (#181)
1977c49 Update examples (#178)
cbadd3d Add license file (#176)
4598e5b fix cyclomatic complexity of validation function. #174
aa05c4e validate Functions Disc API. Closes #174 (#175)
ec24e3e add info about releases to README


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

0.2.0

26 Jul 08:47
Compare
Choose a tag to compare

Changelog

5a6e306 prevent from registering function with the same name. Closes #173
ab973e1 add changelog file
5092bdb update Function Discovery API (provider field). Closes #158 (#172)
b949728 add goreleaser for publishing binaries. Closes #164 (#171)
1a24dd7 add docs about getting all functions
4e3a63d add endpoint for listing registered functions. Closes #159 (#166)
29d16c3 fix default etcd ports (#165)
25f7eaa update functions discovery docs. Closes #122 (#157)
a04d903 add events api description. Closes #152 (#156)
d275659 fix api port in the readme
a0a261a minor readme updates
eaed74c add validation for HTTP subscription. Closes #143 (#144)
83c0ed4 fix creating http subscriptions for the same path and method. Closes #141 (#142)
256e001 cleanup README. Closes #125 (#140)
f3cb5c9 fix TravisCI build. Replace curl from GH with APT (#139)
0f07f5b add quick start section in README (#138)
d0153d8 remove endpoints HTTP API. Closes #119 (#133)
afcd91c add Makefile with build target (#137)
432ea81 fix Travis CI build (#136)
2ac1208 remove deplyoment info. Closes #134 (#135)
806651f remove topics HTTP API. Closes #120 (#130)
e201970 add missing function discovery method (#131)
b98831c remove publisher and enable emitting events. Closes #121. Closes #129. (#128)
6c4b7fe add use cases (#127)
e78eb1e start workers (#126)
b63e71a add info about default config api port
30ed491 update API path


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