aml_sdk_331811100
  1. ce1adf3 feat: add operations rest client to support long-running operations. (#311) by Ken Bandes · 2 years, 7 months ago
  2. 060b339 fix: handle bare 'grpc.Call' in 'from_grpc_error' (#298) by Tres Seaver · 2 years, 8 months ago
  3. 9e6091e fix: revert "fix: do not error on LROs with no response or error" (#294) by Bu Sun Kim · 2 years, 8 months ago
  4. ef6f0fc feat: add 'GoogleAPICallError.error_details' property (#286) by Aza Tulepbergenov · 2 years, 8 months ago
  5. 09cf285 tests: add testing w/o 'grpc' installed (#289) by Tres Seaver · 2 years, 8 months ago
  6. 3b0912a tests: add explicit unit tests for '_StreamedResponseIterator' class (#281) by Tres Seaver · 2 years, 9 months ago
  7. 1c5eb4d feat: Add helper function to format query_params for rest transport. (#275) by Ken Bandes · 2 years, 9 months ago
  8. afe0fa1 feat: add grpc transcoding + tests (#259) by Yih-Jen Ku · 2 years, 9 months ago
  9. 618f192 fix: do not error on LROs with no response or error (#258) by Bu Sun Kim · 2 years, 10 months ago
  10. 82ca2fd tests: close coverage gap for race condition (#261) by Tres Seaver · 2 years, 10 months ago
  11. bb3b26d tests: silence a warning from 'charset_normalizer' (#247) by Tres Seaver · 2 years, 10 months ago
  12. bdbf889 fix: bump grpcio version to use stable aio API (#234) by Lidi Zheng · 2 years, 10 months ago
  13. a30f004 fix!: drop support for Python 2.7 / 3.5 (#212) by Tres Seaver · 2 years, 11 months ago
  14. ff6ef1b fix: strip trailing _ from field mask paths (#228) by Bu Sun Kim · 2 years, 11 months ago
  15. 5e540f2 fix: add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions (#237) by Tres Seaver · 2 years, 11 months ago
  16. 1fbee03 fix: undprecate entity factory helpers (#101) by Tres Seaver · 3 years ago
  17. fbf447c chore: blacken (#206) by Tres Seaver · 3 years ago
  18. 3487d68 feat: add iterator capability to paged iterators (#200) by Peter Lamut · 3 years ago
  19. a421913 feat: HTTPIterator now accepts a page_size parameter to control page … (#197) by Jim Fulton · 3 years, 1 month ago
  20. 155da5e fix: require google-auth>=1.25.0 (#190) by Bu Sun Kim · 3 years, 1 month ago
  21. 15aca6b feat: Add support for `rest/` token in `x-goog-api-client` header (#189) by Vadym Matsishevskyi · 3 years, 1 month ago
  22. 6ae04a8 feat: retry google.auth TransportError and requests ConnectionError (#178) by Anthonios Partheniou · 3 years, 2 months ago
  23. 1647f07 Fix retry.with_delay multiplier parameter handling (#164) by Quentin Sommer · 3 years, 3 months ago
  24. 9eaa786 fix: skip empty policy bindings in `len()` and `iter()` (#159) by Bu Sun Kim · 3 years, 3 months ago
  25. 536c2ca fix: save empty IAM policy bindings (#155) by Bu Sun Kim · 3 years, 3 months ago
  26. 7271b23 fix: add operation name to x-goog-request-params in async client (#137) by Bu Sun Kim · 3 years, 4 months ago
  27. 94c76e0 feat: allow default_host and default_scopes to be passed to create_channel (#134) by Bu Sun Kim · 3 years, 4 months ago
  28. 97cef4a fix: add operation name to x-goog-request-params (#133) by Bu Sun Kim · 3 years, 5 months ago
  29. 73854e8 feat: allow gRPC metadata to be passed to operations client (#127) by Bu Sun Kim · 3 years, 5 months ago
  30. 7a38243 fix: support 'retry' for ops built from HTTP/gRPC responses (#115) by Tres Seaver · 3 years, 6 months ago
  31. 6623b31 feat(api-core): pass retry from result() to done() (#9) by Ilya Gurov · 3 years, 8 months ago
  32. a855339 fix: map LRO errors to library exception types (#86) by Bu Sun Kim · 3 years, 9 months ago
  33. 8f8ee78 fix: only add quota project id if supported (#75) by arithmetic1728 · 3 years, 10 months ago
  34. 2010373 fix: _determine_timeout problem handling float type timeout (#64) by arithmetic1728 · 4 years ago
  35. e2d9a7b feat: allow quota project to be passed to create_channel (#58) by Bu Sun Kim · 4 years ago
  36. ded92d0 feat: allow credentials files to be passed for channel creation (#50) by Bu Sun Kim · 4 years ago
  37. 74e0b0f feat: allow disabling response stream pre-fetch (#30) by Peter Lamut · 4 years ago
  38. a582936 feat(client_options): add new client options 'quota_project_id', 'scopes', and 'credentials_file' by Dov Shlachter · 4 years ago
  39. 7d8d580 feat: third batch of AsyncIO integration (#29) by Lidi Zheng · 4 years ago
  40. dd9b2f3 feat: AsyncIO Integration [Part 2] (#28) by Lidi Zheng · 4 years, 1 month ago
  41. 7be1e59 feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20) by MF2199 · 4 years, 1 month ago
  42. e4eaec0 feat: add client_encryped_cert_source to ClientOptions (#31) by arithmetic1728 · 4 years, 1 month ago
  43. a82f289 feat: First batch of AIO integration (#26) by Lidi Zheng · 4 years, 1 month ago
  44. 748c935 feat(api-core): add client_cert_source to ClientOptions (#17) by arithmetic1728 · 4 years, 2 months ago
  45. 2b103b6 fix: consume part of StreamingResponseIterator to support failure while under a retry context (#10206) by Christopher Wilcox · 4 years, 5 months ago
  46. 14f1f34 feat(api_core): add retry param into PollingFuture() and it's inheritors (#9923) by Gurov Ilya · 4 years, 5 months ago
  47. fd47fda feat(api_core): support version 3 policy bindings (#9869) by Jonathan Lui · 4 years, 5 months ago
  48. 52f12af feat(api_core): make the last retry happen at deadline (#9873) by Peter Lamut · 4 years, 6 months ago
  49. b6cea3c Add a repr method for ClientOptions (#9849) by Dov Shlachter · 4 years, 7 months ago
  50. 74326f4 feat(api core): simplify from_rfc3339 methods (#9641) by Leonid Emar-Kar · 4 years, 7 months ago
  51. 9230dd4 feat(api_core): provide a 'raw_page' field for page_iterator.Page (#9486) by Dov Shlachter · 4 years, 8 months ago
  52. ac8716d fix(api_core): finalize during close of 'ResumableBidiRpc' (#9337) by Tres Seaver · 4 years, 9 months ago
  53. 3d8cc46 API Core: Retry.__init__ add on_error (#8892) by Leonid Emar-Kar · 4 years, 10 months ago
  54. 1b42d94 Forward 'timeout' arg from 'exception' to '_blocking_poll'. (#8735) by Tres Seaver · 5 years ago
  55. 461f2cc Firestore: Add 'should_terminate' predicate for clean BiDi shutdown. (#8650) by Tres Seaver · 5 years ago
  56. a08f118 Add client options. (#8265) by Bu Sun Kim · 5 years ago
  57. 7515c07 Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU (#8193) by Peter Lamut · 5 years ago
  58. 8c415c7 Core: Classify 503 Service Unavailable errors as transient. (#8182) by Tres Seaver · 5 years ago
  59. 37a4ac6 Add parameterized test for from_rfc3339 with nanos (#7675) by Christopher Wilcox · 5 years ago
  60. ba7bfd3 Refactor 'client_info' support. (#7849) by Tres Seaver · 5 years ago
  61. 0e2f6a3 Add `user_agent` property to `ClientInfo` (#7799) by Tim Swast · 5 years ago
  62. ca8822b Append leading zeros for nanosecond precision DateTimes (#7663) by gleeper · 5 years ago
  63. 2576a1b Allow passing metadata as part of creating a bidi (#7514) by Christopher Wilcox · 5 years ago
  64. 47a5723 Add support to unwrap Anys into wrapped pb2 objects. (#7430) by Luke Sneeringer · 5 years ago
  65. d9c3be1 Add `Operation.deserialize`. (#7427) by Luke Sneeringer · 5 years ago
  66. 355a4db Fix new lint failure. (#7382) by Tres Seaver · 5 years ago
  67. 5e121ce Api_core: Convert 'DatetimeWithNanos' to / from 'google.protobuf.timestamp_pb2.Timestamp' (#6919) by Tres Seaver · 6 years ago
  68. b6fb078 API Core: fix pytype build (#6873) by Tres Seaver · 6 years ago
  69. 9017661 Move google.cloud.iam (core) to google.api_core.iam (#6740) by Christopher Wilcox · 6 years ago
  70. 6f4070d blacken api_core and core (#6668) by Christopher Wilcox · 6 years ago
  71. d2557ef Retry transient errors in 'PollingFuture.result'. (#6305) by Tres Seaver · 6 years ago
  72. 8ac5406 Back out changes from #6267 / 'api_core-1.6.0a1' release. (#6328) by Tres Seaver · 6 years ago
  73. f121c44 Don't URL-encode slashes in gRPC request headers. (#6310) by Tim Swast · 6 years ago
  74. 44b7ff2 Add methods to api_core used by new autogenerator. (#6267) by Luke Sneeringer · 6 years ago
  75. 108f9d4 Fix branch coverage for un-called callbacks. (#6242) by Tres Seaver · 6 years ago
  76. 151a0c1 Fix import order, appeasing lint. (#6240) by Tres Seaver · 6 years ago
  77. 66fc180 Move bidi to api-core (#6211) by Christopher Wilcox · 6 years ago
  78. 0a5c85c Add support for gRPC connection management (available when using optional grpc_gcp dependency) (#5553) by Weiran Fang · 6 years ago
  79. f09dd04 Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320) by Ernest Landrito · 6 years ago
  80. f05cd0c Make client_info work without gRPC installed. (#5075) by Luke Sneeringer · 6 years ago
  81. a3c8aa1 Fix tests after grpcio update (#5333) by Christopher Wilcox · 6 years ago
  82. 49ddc9d Move DatetimeWithNanoSeconds to api_core (#4979) by chemelnucfin · 6 years ago
  83. e197685 Use a class to wrap grpc streaming errors instead of monkey-patching (#4995) by Jon Wayne Parrott · 6 years ago
  84. f41d068 Make `api_core.page_iterator.PageIterator.item_to_value` public by Jon Wayne Parrott · 6 years ago
  85. 555d8ce Revert "api_core: Make PageIterator.item_to_value public. (#4702)" (#4731) by Jon Wayne Parrott · 6 years ago
  86. 37658c1 api_core: Add ChannelStub to grpc_helpers (#4705) by Jon Wayne Parrott · 6 years ago
  87. 64d63ca api_core: Make PageIterator.item_to_value public. (#4702) by Jon Wayne Parrott · 6 years ago
  88. 95fb93e api_core: Fix handling of gapic metadata when specified as 'None'. (#4701) by Jon Wayne Parrott · 6 years ago
  89. 59b3ea8 Apply scopes to explicitly provided credentials if needed (#4594) by Jon Wayne Parrott · 7 years ago
  90. 06b7c45 Move datetime helpers from google.cloud._helpers to google.api_core.datetime_helpers (#4399) by Jon Wayne Parrott · 7 years ago
  91. a5ddf46 api_core: Add routing header (#4336) by Evawere Ogbe · 7 years ago
  92. 4500dc7 Make gapic's wrapper accept generic metadata (#4339) by Jon Wayne Parrott · 7 years ago
  93. acb6e3e Switch copyright holder to "Google LLC" (#4287) by Luke Sneeringer · 7 years ago
  94. 0318550 Add final set of protobuf helpers to api_core (#4259) by Jon Wayne Parrott · 7 years ago
  95. e053eb8 Remove gapic_v1.method.wrap_with_paging (#4257) by Jon Wayne Parrott · 7 years ago
  96. bba7f68 Port gax proto helper methods (#4249) by Ernest Landrito · 7 years ago
  97. e7dad83 Fix parsing of API errors with Unicode err message (#4251) by Martin Indra · 7 years ago
  98. cdfa25b Add google.api_core.gapic_v2.client_info (#4225) by Jon Wayne Parrott · 7 years ago
  99. 77fb0f2 Add api_core package (#4210) by Jon Wayne Parrott · 7 years ago