aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-12-07 15:18:37 -0800
committerGitHub <noreply@github.com>2021-12-07 15:18:37 -0800
commitcb091f8669124be83df78424afed442b37767acc (patch)
tree9c8462bb9816b03a8e42c66d165a01aa4fde12d1
parentce1adf395982ede157c0f25a920946bb52789873 (diff)
downloadpython-api-core-cb091f8669124be83df78424afed442b37767acc.tar.gz
chore: release 2.3.0 (#314)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md12
-rw-r--r--google/api_core/version.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70ce6af..04d47da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
[1]: https://pypi.org/project/google-api-core/#history
+## [2.3.0](https://www.github.com/googleapis/python-api-core/compare/v2.2.2...v2.3.0) (2021-11-25)
+
+
+### Features
+
+* add operations rest client to support long-running operations. ([#311](https://www.github.com/googleapis/python-api-core/issues/311)) ([ce1adf3](https://www.github.com/googleapis/python-api-core/commit/ce1adf395982ede157c0f25a920946bb52789873))
+
+
+### Bug Fixes
+
+* handle bare 'grpc.Call' in 'from_grpc_error' ([#298](https://www.github.com/googleapis/python-api-core/issues/298)) ([060b339](https://www.github.com/googleapis/python-api-core/commit/060b339e3af296dd1772bfc1b4a0d2b4264cae1f))
+
### [2.2.2](https://www.github.com/googleapis/python-api-core/compare/v2.2.1...v2.2.2) (2021-11-02)
diff --git a/google/api_core/version.py b/google/api_core/version.py
index bcc59c4..999199f 100644
--- a/google/api_core/version.py
+++ b/google/api_core/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "2.2.2"
+__version__ = "2.3.0"