Grpc-go: Breaking change in non-major release

Created on 6 Jul 2020  路  1Comment  路  Source: grpc/grpc-go

You have removed the naming package. A deprecated package (or method, function, type for that matter) means that it will be removed in _the next major version_, which means v2.0.0.

This in turn breaks google.golang.org/api which uses it. Now, it is no longer possible to use the latest grpc release along side this package.

Would you consider adding it back in a patch release? With this change you have technically broken semver.

Bug

>All comments

Please see our published versioning policy. The package was clearly marked as experimental at GA, so it could be removed according to the policy.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HeinOldewageRetro picture HeinOldewageRetro  路  4Comments

jbrook picture jbrook  路  4Comments

arthurgan picture arthurgan  路  4Comments

dfawley picture dfawley  路  3Comments

kushp picture kushp  路  4Comments