Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v4.1.0

Latest
Compare
Choose a tag to compare
@dennwc dennwc released this 28 May 19:36
· 13 commits to master since this release

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.