Skip to content

Commit f44249e

Browse files
committed
chore: development build 2.12.0.dev1
1 parent 93f82cc commit f44249e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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+
## [2.12.0.dev1](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+
* improved performance of streaming retries ([#495](https://github.com/googleapis/python-api-core/pull/495))
13+
* support custom exception factory callback for streaming retry failures ([#495](https://github.com/googleapis/python-api-core/pull/495))
14+
15+
16+
## [2.12.0.dev0](https://github.com/googleapis/python-api-core/compare/v2.11.0...development-build-2.12.0.dev0) (2023-06-21)
17+
18+
19+
### Features
20+
21+
* retry and retry_async support streaming rpcs ([#495](https://github.com/googleapis/python-api-core/pull/495))
22+
23+
724
## [2.11.1](https://github.com/googleapis/python-api-core/compare/v2.11.0...v2.11.1) (2023-06-12)
825

926

google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.11.1"
15+
__version__ = "2.12.0.dev1"

0 commit comments

Comments
 (0)