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

Releases: bblfsh/python-driver

v2.7.0

01 Feb 00:16
fe965ac
Compare
Choose a tag to compare
  • Upgrade to SDK 2.13.4.
  • Adds Bool semantic object.
  • Fixes comments being eated when they were part of some node that would be promoted to a semantic object.
  • Remove the stripping of the # in the native driver and moved it to the Go part to harmonize what other drivers to.
  • Restored the # in comments for the non semantic UAST.
  • Adds several new integration tests.

v2.6.0

28 Nov 19:09
@bzz bzz
159570e
Compare
Choose a tag to compare

New features

  • max gRPC msg size set in server configuration
  • OpenTracing support

v2.5.0

02 Nov 17:48
Compare
Choose a tag to compare
  • Enable language namespace in Semantic UAST

v2.4.1

30 Oct 15:44
Compare
Choose a tag to compare
  • Handle syntax errors correctly

v2.4.0

24 Oct 16:57
Compare
Choose a tag to compare
  • Support error codes

v2.3.0

24 Aug 16:39
Compare
Choose a tag to compare
  • Update SDK

v2.2.2

09 Aug 16:53
cc2a8cf
Compare
Choose a tag to compare
  • Bump SDK version to get the fix for max line offsets.

v2.2.1

02 Aug 18:27
Compare
Choose a tag to compare
  • Support v2 protocol

v2.2.0

02 Aug 17:44
96e800b
Compare
Choose a tag to compare
  • Fix end position offset

v1.3.3

26 Jul 20:09
22934e6
Compare
Choose a tag to compare

Fixes for positions and comment tokens.