We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a526d65 commit 6164ee7Copy full SHA for 6164ee7
CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## [2.12.0.dev0](https://github.com/googleapis/python-api-core/compare/v2.11.0...development-build-2.12.0.dev0) (2023-06-21)
8
+
9
10
+### Features
11
12
+* retry and retry_async support streaming rpcs ([#495](https://github.com/googleapis/python-api-core/pull/495))
13
14
15
## [2.11.1](https://github.com/googleapis/python-api-core/compare/v2.11.0...v2.11.1) (2023-06-12)
16
17
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.11.1"
+__version__ = "2.12.0.dev0"
0 commit comments