Releases: aliyun/fc-runtime-go-sdk
Releases · aliyun/fc-runtime-go-sdk
v0.2.10
v0.2.9
What's Changed
- fix: usage of func argument by @primexiao in #35
New Contributors
- @primexiao made their first contribution in #35
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- feat(events): add RocketMQEvent struct by @gopkg-dev in #25
- Bump gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0 by @dependabot in #26
- format the project by @fanzhe328 in #32
- recreate pull request form #31 by @Mr-Ao-Dragon in #33
New Contributors
- @gopkg-dev made their first contribution in #25
- @dependabot made their first contribution in #26
- @Mr-Ao-Dragon made their first contribution in #33
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- add events by @penghuima in #17
- add timer & kafkaEB event struct by @Leospard in #18
- support CBOR format by @fanzhe328 in #19
- print error log when json unmarshal event fail by @fanzhe328 in #21
- remove no use log by @fanzhe328 in #23
- add request.URL.Host in Http handler by @fanzhe328 in #24
New Contributors
Full Changelog: v0.2.0...v0.2.7
v0.2.0
What's Changed
- [fix] avoid lc.logger panic if ctx is not *FcContext by @ronething-bot in #13
- feat:add oss event by @penghuima in #10
- feat:add sls event by @penghuima in #11
- fix concurrent invoke bug by @fanzhe328 in #15
New Contributors
- @ronething-bot made their first contribution in #13
Full Changelog: v0.1.0...v0.2.0
v0.1.0
NOTICE: instance concurrency has a bug in this version, please use v0.2.0
注意:该版本的实例并发请求功能存在bug,请使用v0.2.0版本
- support instance concurrency
- support prestop/prefreeze hook
- support context.GetLogger()
- optimize HTTPHandler success reponse
What's Changed
- add some examples by @fanzhe328 in #1
- update README.md and add some examples by @fanzhe328 in #2
- update README.md by @fanzhe328 in #3
- Rename painc.go to panic.go by @electron-shaders in #4
- Support tracing by @fanzhe328 in #5
- update README.md by @fanzhe328 in #6
- format code in readme by @wongoo in #7
- support build zip cmd by @fanzhe328 in #8
- add some features by @fanzhe328 in #9
New Contributors
- @electron-shaders made their first contribution in #4
- @wongoo made their first contribution in #7
Full Changelog: v0.0.1...v0.1.0