1. 97cef4a fix: add operation name to x-goog-request-params (#133) by Bu Sun Kim · 3 years, 6 months ago
  2. 73854e8 feat: allow gRPC metadata to be passed to operations client (#127) by Bu Sun Kim · 3 years, 6 months ago
  3. 7a38243 fix: support 'retry' for ops built from HTTP/gRPC responses (#115) by Tres Seaver · 3 years, 7 months ago
  4. 6623b31 feat(api-core): pass retry from result() to done() (#9) by Ilya Gurov · 3 years, 9 months ago
  5. a855339 fix: map LRO errors to library exception types (#86) by Bu Sun Kim · 3 years, 10 months ago
  6. 8f8ee78 fix: only add quota project id if supported (#75) by arithmetic1728 · 3 years, 11 months ago
  7. 2010373 fix: _determine_timeout problem handling float type timeout (#64) by arithmetic1728 · 4 years ago
  8. e2d9a7b feat: allow quota project to be passed to create_channel (#58) by Bu Sun Kim · 4 years ago
  9. ded92d0 feat: allow credentials files to be passed for channel creation (#50) by Bu Sun Kim · 4 years, 1 month ago
  10. 74e0b0f feat: allow disabling response stream pre-fetch (#30) by Peter Lamut · 4 years, 1 month ago
  11. a582936 feat(client_options): add new client options 'quota_project_id', 'scopes', and 'credentials_file' by Dov Shlachter · 4 years, 2 months ago
  12. 7be1e59 feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20) by MF2199 · 4 years, 2 months ago
  13. e4eaec0 feat: add client_encryped_cert_source to ClientOptions (#31) by arithmetic1728 · 4 years, 2 months ago
  14. 748c935 feat(api-core): add client_cert_source to ClientOptions (#17) by arithmetic1728 · 4 years, 3 months ago
  15. 2b103b6 fix: consume part of StreamingResponseIterator to support failure while under a retry context (#10206) by Christopher Wilcox · 4 years, 6 months ago
  16. 14f1f34 feat(api_core): add retry param into PollingFuture() and it's inheritors (#9923) by Gurov Ilya · 4 years, 6 months ago
  17. fd47fda feat(api_core): support version 3 policy bindings (#9869) by Jonathan Lui · 4 years, 7 months ago
  18. 52f12af feat(api_core): make the last retry happen at deadline (#9873) by Peter Lamut · 4 years, 8 months ago
  19. b6cea3c Add a repr method for ClientOptions (#9849) by Dov Shlachter · 4 years, 8 months ago
  20. 74326f4 feat(api core): simplify from_rfc3339 methods (#9641) by Leonid Emar-Kar · 4 years, 8 months ago
  21. 9230dd4 feat(api_core): provide a 'raw_page' field for page_iterator.Page (#9486) by Dov Shlachter · 4 years, 9 months ago
  22. ac8716d fix(api_core): finalize during close of 'ResumableBidiRpc' (#9337) by Tres Seaver · 4 years, 10 months ago
  23. 3d8cc46 API Core: Retry.__init__ add on_error (#8892) by Leonid Emar-Kar · 5 years ago
  24. 1b42d94 Forward 'timeout' arg from 'exception' to '_blocking_poll'. (#8735) by Tres Seaver · 5 years ago
  25. 461f2cc Firestore: Add 'should_terminate' predicate for clean BiDi shutdown. (#8650) by Tres Seaver · 5 years ago
  26. a08f118 Add client options. (#8265) by Bu Sun Kim · 5 years ago
  27. 7515c07 Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU (#8193) by Peter Lamut · 5 years ago
  28. 8c415c7 Core: Classify 503 Service Unavailable errors as transient. (#8182) by Tres Seaver · 5 years ago
  29. 37a4ac6 Add parameterized test for from_rfc3339 with nanos (#7675) by Christopher Wilcox · 5 years ago
  30. ba7bfd3 Refactor 'client_info' support. (#7849) by Tres Seaver · 5 years ago
  31. 0e2f6a3 Add `user_agent` property to `ClientInfo` (#7799) by Tim Swast · 5 years ago
  32. ca8822b Append leading zeros for nanosecond precision DateTimes (#7663) by gleeper · 5 years ago
  33. 2576a1b Allow passing metadata as part of creating a bidi (#7514) by Christopher Wilcox · 5 years ago
  34. 47a5723 Add support to unwrap Anys into wrapped pb2 objects. (#7430) by Luke Sneeringer · 5 years ago
  35. d9c3be1 Add `Operation.deserialize`. (#7427) by Luke Sneeringer · 5 years ago
  36. 355a4db Fix new lint failure. (#7382) by Tres Seaver · 5 years ago
  37. 5e121ce Api_core: Convert 'DatetimeWithNanos' to / from 'google.protobuf.timestamp_pb2.Timestamp' (#6919) by Tres Seaver · 6 years ago
  38. b6fb078 API Core: fix pytype build (#6873) by Tres Seaver · 6 years ago
  39. 9017661 Move google.cloud.iam (core) to google.api_core.iam (#6740) by Christopher Wilcox · 6 years ago
  40. 6f4070d blacken api_core and core (#6668) by Christopher Wilcox · 6 years ago
  41. d2557ef Retry transient errors in 'PollingFuture.result'. (#6305) by Tres Seaver · 6 years ago
  42. 8ac5406 Back out changes from #6267 / 'api_core-1.6.0a1' release. (#6328) by Tres Seaver · 6 years ago
  43. f121c44 Don't URL-encode slashes in gRPC request headers. (#6310) by Tim Swast · 6 years ago
  44. 44b7ff2 Add methods to api_core used by new autogenerator. (#6267) by Luke Sneeringer · 6 years ago
  45. 108f9d4 Fix branch coverage for un-called callbacks. (#6242) by Tres Seaver · 6 years ago
  46. 151a0c1 Fix import order, appeasing lint. (#6240) by Tres Seaver · 6 years ago
  47. 66fc180 Move bidi to api-core (#6211) by Christopher Wilcox · 6 years ago
  48. 0a5c85c Add support for gRPC connection management (available when using optional grpc_gcp dependency) (#5553) by Weiran Fang · 6 years ago
  49. f09dd04 Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320) by Ernest Landrito · 6 years ago
  50. f05cd0c Make client_info work without gRPC installed. (#5075) by Luke Sneeringer · 6 years ago
  51. a3c8aa1 Fix tests after grpcio update (#5333) by Christopher Wilcox · 6 years ago
  52. 49ddc9d Move DatetimeWithNanoSeconds to api_core (#4979) by chemelnucfin · 6 years ago
  53. e197685 Use a class to wrap grpc streaming errors instead of monkey-patching (#4995) by Jon Wayne Parrott · 6 years ago
  54. f41d068 Make `api_core.page_iterator.PageIterator.item_to_value` public by Jon Wayne Parrott · 6 years ago
  55. 555d8ce Revert "api_core: Make PageIterator.item_to_value public. (#4702)" (#4731) by Jon Wayne Parrott · 7 years ago
  56. 37658c1 api_core: Add ChannelStub to grpc_helpers (#4705) by Jon Wayne Parrott · 7 years ago
  57. 64d63ca api_core: Make PageIterator.item_to_value public. (#4702) by Jon Wayne Parrott · 7 years ago
  58. 95fb93e api_core: Fix handling of gapic metadata when specified as 'None'. (#4701) by Jon Wayne Parrott · 7 years ago
  59. 59b3ea8 Apply scopes to explicitly provided credentials if needed (#4594) by Jon Wayne Parrott · 7 years ago
  60. 06b7c45 Move datetime helpers from google.cloud._helpers to google.api_core.datetime_helpers (#4399) by Jon Wayne Parrott · 7 years ago
  61. a5ddf46 api_core: Add routing header (#4336) by Evawere Ogbe · 7 years ago
  62. 4500dc7 Make gapic's wrapper accept generic metadata (#4339) by Jon Wayne Parrott · 7 years ago
  63. acb6e3e Switch copyright holder to "Google LLC" (#4287) by Luke Sneeringer · 7 years ago
  64. 0318550 Add final set of protobuf helpers to api_core (#4259) by Jon Wayne Parrott · 7 years ago
  65. e053eb8 Remove gapic_v1.method.wrap_with_paging (#4257) by Jon Wayne Parrott · 7 years ago
  66. bba7f68 Port gax proto helper methods (#4249) by Ernest Landrito · 7 years ago
  67. e7dad83 Fix parsing of API errors with Unicode err message (#4251) by Martin Indra · 7 years ago
  68. cdfa25b Add google.api_core.gapic_v2.client_info (#4225) by Jon Wayne Parrott · 7 years ago
  69. 77fb0f2 Add api_core package (#4210) by Jon Wayne Parrott · 7 years ago