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

Releases: bblfsh/python-driver

v2.7.0

Choose a tag to compare

@juanjux juanjux released this 01 Feb 00:16
fe965ac
  • 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

Choose a tag to compare

@bzz bzz released this 28 Nov 19:09
159570e

New features

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

v2.5.0

Choose a tag to compare

@dennwc dennwc released this 02 Nov 17:48
  • Enable language namespace in Semantic UAST

v2.4.1

Choose a tag to compare

@dennwc dennwc released this 30 Oct 15:44
  • Handle syntax errors correctly

v2.4.0

Choose a tag to compare

@dennwc dennwc released this 24 Oct 16:57
  • Support error codes

v2.3.0

Choose a tag to compare

@dennwc dennwc released this 24 Aug 16:39
  • Update SDK

v2.2.2

Choose a tag to compare

@juanjux juanjux released this 09 Aug 16:53
cc2a8cf
  • Bump SDK version to get the fix for max line offsets.

v2.2.1

Choose a tag to compare

@dennwc dennwc released this 02 Aug 18:27
  • Support v2 protocol

v2.2.0

Choose a tag to compare

@dennwc dennwc released this 02 Aug 17:44
96e800b
  • Fix end position offset

v1.3.3

Choose a tag to compare

@juanjux juanjux released this 26 Jul 20:09
22934e6

Fixes for positions and comment tokens.