Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Releases: bblfsh/sdk

v1.14.0

01 Mar 14:27
c5ec57b
Compare
Choose a tag to compare
  • New ast2gv tool for bblfsh-sdk-tools to generate a graphviz file from a native AST json.

v1.13.2

23 Feb 11:53
bd4f3e5
Compare
Choose a tag to compare
  • Update autogenerated protobuf files.

v1.13.1

23 Feb 11:12
f374378
Compare
Choose a tag to compare
  • Adds the filename to the ParseResponse.

v1.13.0

21 Feb 17:03
9ec6550
Compare
Choose a tag to compare
  • Driver discovery.

v1.12.1

15 Feb 10:48
f8126f3
Compare
Choose a tag to compare
  • Add more metadata to the manifest.

v1.12.0

12 Feb 08:31
9058a29
Compare
Choose a tag to compare
  • Allow to use Go 1.9 as a runtime.

  • Mount GOPATH on native driver build.

  • Remove pre-installed Go on final driver build (it will re-install it).

  • Create output directory for manifest if it not exists.

  • go get dependencies only for driver server in CI.

v1.11.1

09 Feb 15:25
863ddbe
Compare
Choose a tag to compare
  • Improve driver bootstraping and error messages.

v1.11.0

09 Feb 08:44
2133a7f
Compare
Choose a tag to compare
  • Add method for Encoding type to encode/decode messages.

v1.10.1

07 Feb 20:14
e89e423
Compare
Choose a tag to compare

Build fix

v1.10.0

07 Feb 14:40
582bdd9
Compare
Choose a tag to compare

Move common main function from template to driver package