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

Releases: bblfsh/python-client

v2.9.1

Choose a tag to compare

@juanjux juanjux released this 02 Mar 13:45
dcc18e0
  • Fix grpcio version.

v2.9.0

Choose a tag to compare

@juanjux juanjux released this 21 Feb 16:20
c1d6d95
  • Add functions for type filter calls when using XPath functions returning a non-nodelist type.

v2.8.2

Choose a tag to compare

@juanjux juanjux released this 01 Feb 15:20
3b71f52
  • Fix several memory leaks (thanks amlweems).

v2.8.1

Choose a tag to compare

@juanjux juanjux released this 16 Jan 14:57
d0fba32
  • Protobuf dependency and version.

v2.8.0

Choose a tag to compare

@juanjux juanjux released this 22 Dec 13:48
90be3fe
  • Adds support for UAST iterators (bblfsh.iterator objects) that can iterate over the UAST tree in pre order, post order or level order.

v2.7.0

Choose a tag to compare

@juanjux juanjux released this 13 Dec 09:03
147288f
  • Deny non UTF8 content before even making the request.
  • Update to libuast 1.5.1 to avoid the problem with null results on wrong queries. Add regression test for it.

v2.6.1

Choose a tag to compare

@juanjux juanjux released this 14 Nov 12:06
a85d54f

Upgrade SDK to get the Language field on Responses.

v2.6.0

Choose a tag to compare

@juanjux juanjux released this 13 Nov 14:53
30cef85
  • Adds aliases to symbols deep in the protofiles imports.

v2.5.0

Choose a tag to compare

@juanjux juanjux released this 03 Nov 16:45
155de2c
Merge pull request #56 from abeaumont/feature/improve-error-handling

libuast: Bump to 1.4.1 and improve error handling

v2.4.1

Choose a tag to compare

@juanjux juanjux released this 03 Nov 11:54
4dc9f2a
Merge pull request #55 from juanjux/fix/tools_dependency

Added grpcio-tools dependency to setup.py, remove unneeded code