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

Releases: bblfsh/sdk

v2.8.0

23 Nov 21:13
@bzz bzz
4ba719e
Compare
Choose a tag to compare
  • -grpc-max-message-size CLI option added to all drivers
  • max gRPC msg size changed from 4Mib -> 100MiB default

v2.7.0

06 Nov 11:09
Compare
Choose a tag to compare
  • Make the syntax error integration check not mandatory for drivers that support syntax-error-proof parsing.

v2.6.0

31 Oct 15:29
Compare
Choose a tag to compare
  • Enable language namespaces for Semantic UAST

v2.5.0

29 Oct 18:18
Compare
Choose a tag to compare
  • Require a test for syntax errors in fixtures

v2.4.1

24 Oct 13:39
Compare
Choose a tag to compare
  • Update bblfshd version in driver's CI

v2.4.0

24 Oct 09:35
Compare
Choose a tag to compare
  • Tools can now detect SDK version the driver was written for
  • Defined driver error codes and propagate them across RPC boundary

v2.3.0

18 Oct 10:04
Compare
Choose a tag to compare
  • Trim namespace in fixtures when checking the blacklist.
  • Refactor bblfsh-sdk-tools command and merge it with bblfsh-sdk.

v2.2.4

10 Oct 11:41
Compare
Choose a tag to compare
  • Implement driver mode parse function

v2.2.3

28 Sep 14:41
Compare
Choose a tag to compare
  • Fallback to a static list for driver discovery when hitting rate limiting

v2.2.2

24 Sep 16:07
Compare
Choose a tag to compare
  • Update XPath dependency to include recent fixes