Releases: bblfsh/go-driver
Releases · bblfsh/go-driver
v2.7.3
- Fixed splitting of UTF-8 comments in Semantic mode
- Update SDK to 3.3.1
- Experimental UAST to native AST converter
v2.7.2
- Synthesize positions for identifiers when splitting import paths.
v2.7.1
Fixes
- Set
Qualified
role for Selector
expressions.
Updates
v2.7.0
- Update to Go 1.12.
- Split import paths, change the type of an import path to
QualifiedIdentifier
.
v2.6.0
- Switch to Go modules and SDKv3 (backward compatible).
v2.5.2
- Update SDK to the latest v2.16.x version
v2.5.1
- Updated SDK to improve performance
v2.5.0
New features
- max gRPC msg size set in server configuration
- OpenTracing support
v2.4.0
- Enable language namespace in Semantic UAST (
Ident
-> go:Ident
)