Releases: bblfsh/bblfshd
Releases · bblfsh/bblfshd
v2.1.1
v2.1.0
v2.0.0
- Dockerfile and README: quick start #120 (mcuadros)
- MAINTAINERS: add @mcuadros #119 (mcuadros)
- Packages build for bblfshctl and bblfshd for several os #118 (mcuadros)
- bblfshd: 777 permissions in unix sockets #117 (mcuadros)
- *: repository renamed to bblfshd #116 (mcuadros)
- daemon: DriverPool.Execute with Timeout arg #115 (mcuadros)
- *: Driver install and remove handling #114 (mcuadros)
- bblfshctl: new commands parse and drivers #113 (mcuadros)
- runtime: ImageConfig, including original image reference and changed storage schema #112 (mcuadros)
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.7.1
v0.7.0
- Added DCO (#81).
- Made
bblfsh
binary static (#85). Solves #83. - Improved build instructions (#88). Solves #87.
- Removed the REST API (#92). Solves #91.
- Use upstream
runc
as dependency again (#94). - Handle parsing requests without content directly, without talking to drivers (#95).
- Add server version request and response to the API (#93).
- Add
sdk
versioning support (#97).
v0.6.0
- Use server as entrypoint for easier argument passing (#71). Solves #69
- Log and rise default for max message size option (#72). Solves #68
- Deploy server binary when a new release is done (#73).
- Add profiler support (#65).
- Improve logging (#76). Solves #75.
- Use a custom fork of
runc
with a fix for zombie processes (#79). Solves #78