Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit acfc071

Browse files
authored
chore: release v1.4.2rc1 (#31)
* chore: release v1.4.2rc1 * update changelog
1 parent c407b5d commit acfc071

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616

1717
* update docs build (via synth) ([#14](https://www.github.com/googleapis/python-cloud-core/issues/14)) ([f1a95ce](https://www.github.com/googleapis/python-cloud-core/commit/f1a95ce89c25f5297470299ca1ef7e1e05a9e99f))
1818

19+
## 1.4.2rc1
20+
21+
09-21-2020 14:45 PDT
22+
23+
24+
### Implementation Changes
25+
26+
- perf: use prettyPrint=false by default ([#28](https://github.com/googleapis/python-cloud-core/pull/28))
27+
28+
### Internal / Testing Changes
29+
30+
- test: fix mock credentials to allow for quota projects ([#29](https://github.com/googleapis/python-cloud-core/pull/29))
31+
1932
## [1.4.0](https://www.github.com/googleapis/python-cloud-core/compare/v1.3.0...v1.4.0) (2020-08-04)
2033

2134

@@ -83,7 +96,7 @@
8396

8497
06/11/2019 15:19 PDT
8598

86-
### Internal Changes
99+
### Internal Changes
87100
- Prevent requests from hanging on SSL handshake issue by adding a max timeout of 5 minutes. ([#8207](https://github.com/googleapis/google-cloud-python/pull/8207))
88101

89102
## 1.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-core"
2424
description = "Google Cloud API client core library"
25-
version = "1.4.1"
25+
version = "1.4.2rc1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)