1
0

- Update to 1.8.1:

* Protect the creation of a background thread in BackgroundConsumer and wait on it starting. (#7499)
  * Add support to unwrap Anys into wrapped pb2 objects. (#7430)
  * Add Operation.deserialize. (#7427)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-03-14 16:23:34 +00:00
committed by Git OBS Bridge
parent fcfa83383a
commit 01ba8bcd3f
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 14 16:21:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.1:
* Protect the creation of a background thread in BackgroundConsumer and wait on it starting. (#7499)
* Add support to unwrap Anys into wrapped pb2 objects. (#7430)
* Add Operation.deserialize. (#7427)
-------------------------------------------------------------------
Mon Feb 18 05:48:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>