Skip to content

Releases: bblfsh/bblfshd

v0.5.1

14 Jul 10:27
Compare
Choose a tag to compare
  • Fix: enable push for tags.

v0.5.0

13 Jul 15:29
Compare
Choose a tag to compare
  • Add a --max-message-size CLI option for both client and server (#58). Solves #57.
  • Enable image pushing for every commit, tagging as needed (#60).
  • Change names related with sdk protocol renaming (#61).
  • Fix shell syntax (#62).
  • Fix enry.OtherLanguage usage (#64).
  • Set version for dependencies (#67).

v0.4.2

06 Jul 09:46
Compare
Choose a tag to compare
  • Revert to go 1.7 to fix travis builds (#56)

v0.4.1

06 Jul 08:00
Compare
Choose a tag to compare
  • Fix problem with empty environment variable (#55). Reported at #54

v0.4.0

05 Jul 16:25
Compare
Choose a tag to compare

Features

  • Add support to override the image to use per language (#47)

Bugfixes

  • Fix build failure (#52). Closes #29

Improvements

  • Reorganize server code (#48)
  • Add MAINTAINERS file (#49)
  • Update glide.lock to point to the last SDK version (#51)
  • Use GO_BUILD instead of GO_CMD build (#53)

v0.3.0

30 Jun 10:13
Compare
Choose a tag to compare

Features

  • add JSON REST API (#40, #46)
  • cmd: Add log-level option (#41)
  • Add support for the encoding parameter in the client (#45)

Bugfixes

  • Prevent potential race condition on drivers map (#30)

Improvements

  • Set the max number of driver instances to CPU cores (#25)
  • Take glide from GOPATH/bin (#27)
  • Replace repetitive time.After calls with Ticker in scaling loop (#31)
  • replace simple-linguist import with enry (#38, #39)

v0.2.0

02 Jun 15:11
Compare
Choose a tag to compare
  • pool: use a new scaling policy instance per pool (fixes random crashes, #22)
  • [build] Fix make clean (#21)

v0.1.0

02 Jun 15:08
Compare
Choose a tag to compare

Initial release.