Skip to content

Commit fef10c0

Browse files
authored
Release google-api_core 1.14.0. (googleapis#8700)
1 parent 915f342 commit fef10c0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

api_core/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

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

7+
## 1.14.0
8+
9+
07-17-2019 13:16 PDT
10+
11+
12+
### New Features
13+
- Firestore: Add `should_terminate` predicate for clean BiDi shutdown. ([#8650](https://github.com/googleapis/google-cloud-python/pull/8650))
14+
15+
### Dependencies
16+
- Update pins of 'googleapis-common-protos. ([#8688](https://github.com/googleapis/google-cloud-python/pull/8688))
17+
18+
### Documentation
19+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
20+
21+
### Internal / Testing Changes
22+
- All: Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
23+
724
## 1.13.0
825

926
06-24-2019 10:34 PDT

api_core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

0 commit comments

Comments
 (0)