Releases: bblfsh/python-client
Releases · bblfsh/python-client
v2.10.0
- Add the
supported_languages()
method.
- Update unittests so they're compatible with both v1 and v2 branches of the SDK/drivers.
v2.9.14
- Rework
setup.py
to make it platform independent.
- Bump gRPCio dependency version.
Thanks @vmarkovtsev!
v2.9.13
Ensure no py_decref is called on null pointer on HasAttribute.
v2.9.12
- Fix memleak on HasXXX position functions.
v2.9.10
Fixed memleaks on filter.
v2.9.6
- Updated libuast dependency which should fix a crashing bug when using position iterators.
v2.9.5
Merge pull request #81 from juanjux/feature/position_iterator
Binding for position iterator + tests + update to grpcio 1.10.0
v2.9.4
- Add missing file to MANIFEST