We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09dd04 commit 21bc9adCopy full SHA for 21bc9ad
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 1.3.0
8
+
9
+### New Features
10
11
+- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
12
13
## 1.2.1
14
15
### Implementation Changes
setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-api-core'
24
description = 'Google API client core library'
25
-version = '1.2.1'
+version = '1.3.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments