Skip to content

Commit 141042a

Browse files
chore(main): release 2.20.0
1 parent 1203fb9 commit 141042a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## [2.20.0](https://github.com/googleapis/python-api-core/compare/v2.19.0...v2.20.0) (2024-06-04)
8+
9+
10+
### Features
11+
12+
* Add caching to GapicCallable ([#527](https://github.com/googleapis/python-api-core/issues/527)) ([d96eb5c](https://github.com/googleapis/python-api-core/commit/d96eb5cdd8120bfec97d62b09512c6fecc325be8))
13+
14+
15+
### Bug Fixes
16+
17+
* Ignore unknown fields in rest streaming. ([#651](https://github.com/googleapis/python-api-core/issues/651)) ([1203fb9](https://github.com/googleapis/python-api-core/commit/1203fb97d2685535f89113e944c4764c1deb595e))
18+
719
## [2.19.0](https://github.com/googleapis/python-api-core/compare/v2.18.0...v2.19.0) (2024-04-29)
820

921

google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.19.0"
15+
__version__ = "2.20.0"

0 commit comments

Comments
 (0)