Skip to content

Releases: bblfsh/bblfshd

v2.11.5

07 Feb 19:05
@bzz bzz
1c851f1
Compare
Choose a tag to compare

bblfshd

Bug Fixes

  • #247 release binaries do not fail to parse build date
  • dev workflow works again with go build

Known Issues

Docker images latest-drivers and v2.11.5-drivers include old version of JavaScript driver v1.2.1 (build version dev-41bb45f) instead of v2.6.0

v2.11.4

05 Feb 19:10
2e8884b
Compare
Choose a tag to compare

This release contains some internal fixes to the build environment, which caused issues pushing new versions to DockerHub. There are no functional changes in the daemon.

Known Issues

Release binaries fail to parse the build date #247

v2.11.3

31 Jan 21:15
Compare
Choose a tag to compare
  • Fix build time parsing.

v2.11.1

31 Jan 16:27
Compare
Choose a tag to compare
  • Always honor user-provided timeout and remove the default.
  • The code that was using daemon.DefaultPoolTimeout of 5 sec should now specify their own timeout.

v2.11.0

12 Dec 23:24
Compare
Choose a tag to compare
  • Remove limit on maximal timeout for parse requests. Use the one provided by the client.

v2.10.0

29 Nov 10:31
750edfa
Compare
Choose a tag to compare

bblfshd

New Features

Bug Fixes

  • Parsing Big Files (<4MiB): same default of 100MiB for max gRPC msg size is set to all drivers

bblfshctl

Bug Fixes

  • Gracefull report on installing non-existent image

v2.9.3

23 Nov 13:16
Compare
Choose a tag to compare
  • bblfshctl: dedup output on driver install
  • bblfshctl: fix NPE in driver remove

v2.9.2

26 Oct 16:22
Compare
Choose a tag to compare

Release automation on CI fixed, to produce bblfshctl binaries for linux, windows and darwin OSes again.

v2.9.1

10 Oct 11:24
Compare
Choose a tag to compare
  • Fix release generation

v2.9.0

03 Oct 22:35
Compare
Choose a tag to compare
  • Use static driver discovery if the dynamic method fails
  • Propagate discovery errors correctly
  • Install multiple drivers in parallel
  • Allow installing recommended drivers in bblfshd and exit the server (useful in init scripts)
  • Properly propagate "driver already installed" error and allow to ignore it with -f flag in CLI. Fixes #166.
  • Other fixes (#191, #192)