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

Releases: bblfsh/python-client

v2.9.1

02 Mar 13:45
dcc18e0
Compare
Choose a tag to compare
  • Fix grpcio version.

v2.9.0

21 Feb 16:20
c1d6d95
Compare
Choose a tag to compare
  • Add functions for type filter calls when using XPath functions returning a non-nodelist type.

v2.8.2

01 Feb 15:20
3b71f52
Compare
Choose a tag to compare
  • Fix several memory leaks (thanks amlweems).

v2.8.1

16 Jan 14:57
d0fba32
Compare
Choose a tag to compare
  • Protobuf dependency and version.

v2.8.0

22 Dec 13:48
90be3fe
Compare
Choose a tag to compare
  • 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

13 Dec 09:03
147288f
Compare
Choose a tag to compare
  • 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

14 Nov 12:06
a85d54f
Compare
Choose a tag to compare

Upgrade SDK to get the Language field on Responses.

v2.6.0

13 Nov 14:53
30cef85
Compare
Choose a tag to compare
  • Adds aliases to symbols deep in the protofiles imports.

v2.5.0

03 Nov 16:45
155de2c
Compare
Choose a tag to compare
Merge pull request #56 from abeaumont/feature/improve-error-handling

libuast: Bump to 1.4.1 and improve error handling

v2.4.1

03 Nov 11:54
4dc9f2a
Compare
Choose a tag to compare
Merge pull request #55 from juanjux/fix/tools_dependency

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