File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-api-core/#history
6
6
7
+ ## 1.0.0
8
+
9
+ This is the stable v1.0.0 release of google-api-core for Python. Releases after
10
+ this will not contain breaking changes.
11
+
12
+ ### Interface changes and additions
13
+
14
+ - Made ` api_core.page_iterator.PageIterator.item_to_value ` public
15
+ - Added ability to specify retry for ` Operation ` and ` polling.Future ` . (#4922 )
16
+
7
17
## 0.1.4
8
18
9
19
### New Features
Original file line number Diff line number Diff line change 22
22
23
23
name = 'google-api-core'
24
24
description = 'Google API client core library'
25
- version = '0.1.5.dev1 '
25
+ version = '1.0.0 '
26
26
# Should be one of:
27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments