bblfshd icon indicating copy to clipboard operation
bblfshd copied to clipboard

Deprecate v1 parsing protocol

Open dennwc opened this issue 7 years ago • 1 comments

This PR will track a deprecation of v1 parsing protocol.

Note, that gRPC v1 protocol is still used to get a list of all languages and driver version info.

Support in clients:

  • [x] Go (https://github.com/bblfsh/go-client/pull/86)
  • [x] Python (https://github.com/bblfsh/client-python/pull/128)
  • [x] Scala (https://github.com/bblfsh/client-scala/pull/76)

Signed-off-by: Denys Smirnov [email protected]


This change is Reviewable

dennwc avatar Nov 08 '18 18:11 dennwc

Quick question - as this is incompatible API changes would this, according to SemVer, mean that after this is merged we are going to release bblfshd v3.0.0 ?

That would follow the logic and match the behavior of client-go.v3 version.

bzz avatar Nov 19 '18 11:11 bzz

Closing for now

kuba-- avatar Jul 04 '23 23:07 kuba--