Releases: deep-compute/funcserver
Releases · deep-compute/funcserver
FuncServer v0.2.18
Merge pull request #65 from Rajendra-R/freeze_versions #64 freeze all modules with new version
FuncServer v0.2.17
- fixes #52, flushes after every write
- references #56, define_headers part of every response
- references #56, response contains common tags
- references #55, #53, removed newline separator for raw generators
- references #52, #53, streamclosederror handling
- fixes #52, stops iteration when client disconnects
FuncServer v0.2.16
- fixed client abstraction to make batch calls work
- funcserver tornado initialization happens only for the run subcommand
- updated stats and logs to use new basescript influx stats and structured logs
FuncServer v0.2.15
- fixed bug in batch calls #40
FuncServer v0.2.14
- Security fixes #38
- web logs and web console ui are enabled only if the funcserver is run in
--debug
mode.
- web logs and web console ui are enabled only if the funcserver is run in
- made disabling of requests debug logs configurable #37
- Supports streaming API functions #28
- auto reload now works in debug mode #12
- works independently without nginx for large responses #30
- removed gevent entirely
FuncServer v0.2.12
- structured logging from basescript
- travis integration and automatic pypi deployment