Releases: bblfsh/python-client
Releases · bblfsh/python-client
v2.9.0
- Add functions for type filter calls when using XPath functions returning a non-nodelist type.
v2.8.2
- Fix several memory leaks (thanks amlweems).
v2.8.1
- Protobuf dependency and version.
v2.8.0
- 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
- 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
Upgrade SDK to get the Language field on Responses.
v2.6.0
- Adds aliases to symbols deep in the protofiles imports.
v2.5.0
Merge pull request #56 from abeaumont/feature/improve-error-handling
libuast: Bump to 1.4.1 and improve error handling
v2.4.1
Merge pull request #55 from juanjux/fix/tools_dependency
Added grpcio-tools dependency to setup.py, remove unneeded code