Skip to content

Releases: deep-compute/funcserver

FuncServer v0.2.18

Choose a tag to compare

released this 22 Mar 11:55
5a55fdc
Merge pull request #65 from Rajendra-R/freeze_versions

#64 freeze all modules with new version

FuncServer v0.2.17

Choose a tag to compare

@algrebe algrebe released this 07 Apr 12:11
  • 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

Choose a tag to compare

@algrebe algrebe released this 07 Feb 07:14
  • 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

Choose a tag to compare

@venugopal-kandru venugopal-kandru released this 02 Feb 06:08
  • fixed bug in batch calls #40

FuncServer v0.2.14

Choose a tag to compare

@algrebe algrebe released this 17 Jan 07:33
  • Security fixes #38
    • web logs and web console ui are enabled only if the funcserver is run in --debug mode.
  • 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

Choose a tag to compare

@algrebe algrebe released this 23 Dec 07:23
  • structured logging from basescript
  • travis integration and automatic pypi deployment