googleapis / gax-java

This library has moved to https://github.com/googleapis/sdk-platform-java/tree/main/gax-java.
https://github.com/googleapis/gapic-generator-java/tree/main/gax-java
BSD 3-Clause "New" or "Revised" License
162 stars 119 forks source link

Where is the v2.22.0 release documentation? Artifact in Maven, none in the repo #1969

Closed givethemheller closed 1 year ago

givethemheller commented 1 year ago

I'm doing paperwork, for work... and I need the release branch for v2.22.0.

The asset is in maven, but there is no release history here. https://mvnrepository.com/artifact/com.google.api/gax/2.22.0

Why am I not able to find the tag for that particular release? Noteworthy... the 2.23 and 2.24 releases appear to be out, but also not documented. The last version release update was in December. https://github.com/googleapis/gax-java/commits/main/versions.txt

Maybe something changed end of year that wasn't noticed?

suztomo commented 1 year ago

In January 2023, this library has moved to gapic-generator-java/gax-java. This repository will be archived in the future. Future releases will appear in the new repository (https://github.com/googleapis/gapic-generator-java/releases). The Maven artifact coordinates (com.google.api:gax) remain the same.

gax-java v2.22.0 is at https://github.com/googleapis/gapic-generator-java/commit/476f372d021f8eb87ae4c716e1af136efa34196a (gax-java/pom.xml has <version>2.22.0</version>).

We'll think about how people can easily find the release note based on GAX version.