Skip to content

Commit 35e87e0

Browse files
author
Jon Wayne Parrott
authored
Release google-api-core 1.0.0 (#4945)
1 parent f41d068 commit 35e87e0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

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+
717
## 0.1.4
818

919
### New Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-api-core'
2424
description = 'Google API client core library'
25-
version = '0.1.5.dev1'
25+
version = '1.0.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)