This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Language aliases and language protocol v2
This release brings support for the Language protocol v2, including language aliases.
The release is backward-compatible, but clients using SupportedLanguages
request should consider switching their calls from Do()
to DoV2()
.
Also, the NewClient
function will now probe the server to detect the API version supported it. Clients using context for their requests should consider using NewClientContext
instead.