Skip to content

Commit e889ec9

Browse files
author
Jon Wayne Parrott
authored
Release google-api-core v0.1.0 (#4266)
1 parent 0318550 commit e889ec9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## v0.1.0
4+
5+
Initial release
6+
7+
Prior to being separated, this package was developed in `google-cloud-core`, so
8+
relevant changes from that package are included here.
9+
10+
- Add google.api.core.gapic_v1.config (#4022)
11+
- Add google.api.core.helpers.grpc_helpers (#4041)
12+
- Add google.api.core.gapic_v1.method (#4057)
13+
- Add wrap_with_paging (#4067)
14+
- Add grpc_helpers.create_channel (#4069)
15+
- Add DEFAULT sentinel for gapic_v1.method (#4079)
16+
- Remove `googleapis-common-protos` from deps in non-`core` packages. (#4098)
17+
- Add google.api.core.operations_v1 (#4081)
18+
- Fix test assertion in test_wrap_method_with_overriding_retry_deadline (#4131)
19+
- Add google.api.core.helpers.general_helpers.wraps (#4166)
20+
- Update Docs with Python Setup Guide (#4187)
21+
- Move modules in google.api.core.helpers up one level, delete google.api.core.helpers. (#4196)
22+
- Clarify that PollingFuture timeout is in seconds. (#4201)
23+
- Add api_core package (#4210)
24+
- Replace usage of google.api.core with google.api_core (#4221)
25+
- Add google.api_core.gapic_v2.client_info (#4225)
26+
- Fix how api_core.operation populates exception errors (#4231)
27+
- Fix bare except (#4250)
28+
- Fix parsing of API errors with Unicode err message (#4251)
29+
- Port gax proto helper methods (#4249)
30+
- Remove gapic_v1.method.wrap_with_paging (#4257)
31+
- Add final set of protobuf helpers to api_core (#4259)

0 commit comments

Comments
 (0)