There is a project which depends on google-api-client
and google-api-services-drive
.
google-api-client
verion looks like this: 1.23.0
, and there is a changelog on github for this library.
google-api-services-drive
version looks like this: v3-rev105-1.23.0
, and there is no clear changelog. There is a number of different rev
suffixes for the same version number, like v3-rev116-1.23.0
, v3-rev135-1.23.0
, etc. It looks like it is built weekly with an increasing revision number.
The question is: How are client and services versions compatible? Is it safe to assume, that any service with version v3-revXXX-1.23.0
is compatible with client 1.23.0
, and any api-service with version v3-revYYYYMMDD-1.32.1
is compatible with api-client 1.32.1
?