Releases: bblfsh/bblfshd
Releases · bblfsh/bblfshd
v2.11.5
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
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.1
- 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
- Remove limit on maximal timeout for parse requests. Use the one provided by the client.
v2.10.0
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
- bblfshctl: dedup output on driver install
- bblfshctl: fix NPE in driver remove
v2.9.2
Release automation on CI fixed, to produce bblfshctl
binaries for linux, windows and darwin OSes again.
v2.9.0
- 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)