We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a79f1 commit 9970f12Copy full SHA for 9970f12
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## [1.27.0](https://www.github.com/software-dov/python-api-core/compare/v1.26.3...v1.27.0) (2021-05-17)
8
+
9
10
+### Features
11
12
+* retry google.auth TransportError and requests ConnectionError ([#178](https://www.github.com/software-dov/python-api-core/issues/178)) ([6ae04a8](https://www.github.com/software-dov/python-api-core/commit/6ae04a8d134fffe13f06081e15f9723c1b2ea334))
13
14
### [1.26.3](https://www.github.com/googleapis/python-api-core/compare/v1.26.2...v1.26.3) (2021-03-25)
15
16
google/api_core/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.26.3"
+__version__ = "1.27.0"
0 commit comments