|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-pubsub/#history |
6 | 6 |
|
7 | | -### [1.4.2](https://www.github.com/googleapis/python-pubsub/compare/v1.4.1...v1.4.2) (2020-03-25) |
| 7 | +## [1.4.3](https://www.github.com/googleapis/python-pubsub/compare/v1.4.2...v1.4.3) (2020-04-16) |
8 | 8 |
|
9 | 9 |
|
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | +* fix docs warnings in Sphinx 3.0+ ([#70](https://www.github.com/googleapis/python-pubsub/issues/70)) ([21e761e](https://www.github.com/googleapis/python-pubsub/commit/21e761ee89a4c03e105dc9cddbab0a34be9a9fda)) |
| 13 | +* restrict api-core dependency to < 1.17.0 ([#76](https://www.github.com/googleapis/python-pubsub/issues/76)) ([191b051](https://www.github.com/googleapis/python-pubsub/commit/191b0516335f5c60828a818ba79e99d6c68aa7bd)) |
| 14 | + |
| 15 | +## [1.4.2](https://www.github.com/googleapis/python-pubsub/compare/v1.4.1...v1.4.2) (2020-03-25) |
| 16 | + |
10 | 17 | ### Bug Fixes |
11 | 18 |
|
12 | 19 | * update generated retry timings for publish and pull rpcs via synth ([#43](https://www.github.com/googleapis/python-pubsub/issues/43)) ([4f7fe85](https://www.github.com/googleapis/python-pubsub/commit/4f7fe85618d811fea94cb46b5dc758aa78c328a8)) |
13 | 20 | * use client_options.api_endpoint parameter instead of ignoring it ([#59](https://www.github.com/googleapis/python-pubsub/issues/59)) ([56b8d7b](https://www.github.com/googleapis/python-pubsub/commit/56b8d7b046a495ce2ce59bebdd354385147a5013)), closes [#61](https://www.github.com/googleapis/python-pubsub/issues/61) |
14 | 21 |
|
15 | | -### [1.4.1](https://www.github.com/googleapis/python-pubsub/compare/v1.4.0...v1.4.1) (2020-03-23) |
16 | | - |
| 22 | +## [1.4.1](https://www.github.com/googleapis/python-pubsub/compare/v1.4.0...v1.4.1) (2020-03-23) |
17 | 23 |
|
18 | 24 | ### Bug Fixes |
19 | 25 |
|
20 | 26 | * Don't assert on unordered publishes after publish error. ([#49](https://www.github.com/googleapis/python-pubsub/issues/49)) ([ea19ce6](https://www.github.com/googleapis/python-pubsub/commit/ea19ce616f6961e8993b72cd2921f7f3e61541f9)) |
21 | 27 |
|
22 | 28 | ## [1.4.0](https://www.github.com/googleapis/python-pubsub/compare/v1.3.1...v1.4.0) (2020-03-06) |
23 | 29 |
|
24 | | - |
25 | 30 | ### Features |
26 | 31 |
|
27 | 32 | * **pubsub:** implement max_duration_per_lease_extension option ([#38](https://www.github.com/googleapis/python-pubsub/issues/38)) ([d911a2d](https://www.github.com/googleapis/python-pubsub/commit/d911a2dc8edf3c348ad3f128368b30e32dbc449e)) |
28 | 33 |
|
29 | | -### [1.3.1](https://www.github.com/googleapis/python-pubsub/compare/v1.3.0...v1.3.1) (2020-02-28) |
30 | | - |
| 34 | +## [1.3.1](https://www.github.com/googleapis/python-pubsub/compare/v1.3.0...v1.3.1) (2020-02-28) |
31 | 35 |
|
32 | 36 | ### Bug Fixes |
33 | 37 |
|
34 | 38 | * shutdown error on streaming pull callback error ([#40](https://www.github.com/googleapis/python-pubsub/issues/40)) ([552539e](https://www.github.com/googleapis/python-pubsub/commit/552539e7beb30833c39dd29bfcb0183a07895f97)) |
35 | 39 |
|
36 | 40 | ## [1.3.0](https://www.github.com/googleapis/python-pubsub/compare/v1.2.0...v1.3.0) (2020-02-20) |
37 | 41 |
|
38 | | - |
39 | 42 | ### Features |
40 | 43 |
|
41 | 44 | * **pubsub:** ordering keys ([#26](https://www.github.com/googleapis/python-pubsub/issues/26)) ([cc3093a](https://www.github.com/googleapis/python-pubsub/commit/cc3093a2c0304259bc374bc2eeec9630e4a11a5e)) |
42 | 45 | * add context manager capability to subscriber ([#32](https://www.github.com/googleapis/python-pubsub/issues/32)) ([b58d0d8](https://www.github.com/googleapis/python-pubsub/commit/b58d0d8e404c0a085b89d3407e6640651e81568c)) |
43 | 46 |
|
44 | 47 | ## [1.2.0](https://www.github.com/googleapis/python-pubsub/compare/v1.1.0...v1.2.0) (2020-02-05) |
45 | 48 |
|
46 | | - |
47 | 49 | ### Features |
48 | 50 |
|
49 | 51 | * **pubsub:** add delivery attempt property to message object received by user code ([#10205](https://www.github.com/googleapis/google-cloud-python/issues/10205)) ([a0937c1](https://www.github.com/googleapis/python-pubsub/commit/a0937c13107b92271913de579b60f24b2aaac177)) |
50 | 52 | * add `StreamingPullRequest.client_id` field (via synth) ([199d56a](https://www.github.com/googleapis/python-pubsub/commit/199d56a939bb6244f67138f843dafdd80721f0d3)) |
51 | 53 |
|
52 | | - |
53 | 54 | ### Bug Fixes |
54 | 55 |
|
55 | 56 | * **pubsub:** handle None in on response callback ([#9982](https://www.github.com/googleapis/google-cloud-python/issues/9982)) ([6596c4b](https://www.github.com/googleapis/python-pubsub/commit/6596c4bae5526d82f5c1b5e0c243b2883404d51f)) |
|
158 | 159 | - Use kwargs in test_subscriber_client ([#8414](https://github.com/googleapis/google-cloud-python/pull/8414)) |
159 | 160 |
|
160 | 161 | ### New Features |
161 | | -- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). ([#8657](https://github.com/googleapis/google-cloud-python/pull/8657)) |
| 162 | +- Add `options_` argument to clients' `get_iam_policy`; pin black version (via synth). ([#8657](https://github.com/googleapis/google-cloud-python/pull/8657)) |
162 | 163 | - Add 'client_options' support, update list method docstrings (via synth). ([#8518](https://github.com/googleapis/google-cloud-python/pull/8518)) |
163 | 164 |
|
164 | 165 | ### Dependencies |
|
420 | 421 |
|
421 | 422 | ### New Features |
422 | 423 |
|
423 | | -- A new implementation of the subscriber has been added. This is available as `SubscriberClient.subscribe_experimental`. In the next release, this will be replace the current `subscribe` method. If you use this, please report your |
424 | | -findings to us on GitHub. (#5189, #5201, #5210, #5229, #5230, #5237, #5256) |
| 424 | +- A new implementation of the subscriber has been added. This is available as `SubscriberClient.subscribe_experimental`. In the next release, this will be replace the current `subscribe` method. If you use this, please report your findings to us on GitHub. (#5189, #5201, #5210, #5229, #5230, #5237, #5256) |
425 | 425 |
|
426 | 426 | ### Dependencies |
427 | 427 |
|
@@ -524,6 +524,7 @@ PyPI: https://pypi.org/project/google-cloud-pubsub/0.30.1/ |
524 | 524 | when a "monitor" worker calls `commit()` after `max_latency` seconds, |
525 | 525 | a failure can occur if a new message is added to the batch **during** |
526 | 526 | the commit. To fix, the following changes were implemented: |
| 527 | + |
527 | 528 | - Adding a "STARTING" status for `Batch.commit()` (#4614). This |
528 | 529 | fixes the issue when the batch exceeds `max_messages`. |
529 | 530 | - Adding extra check in `Batch.will_accept` for the number of |
@@ -601,10 +602,12 @@ PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.3/ |
601 | 602 | running after encountering an exception (#4472, #4498). This bug |
602 | 603 | is the **only** reason for the `0.29.2` release. |
603 | 604 | - Thread Changes |
| 605 | + |
604 | 606 | - Added names to all threads created directly by Pub / Sub (#4474, |
605 | 607 | #4476, #4480). Also removing spaces and colons from thread |
606 | 608 | names (#4476). |
607 | 609 | - Logging changes |
| 610 | + |
608 | 611 | - Adding debug logs when lease management exits (#4484) |
609 | 612 | - Adding debug logs when `QueueCallbackThread` exits (#4494). |
610 | 613 | Instances handle the processing of messages in a |
@@ -656,6 +659,6 @@ PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.1/ |
656 | 659 | - Upgrading to `google-cloud-core >= 0.28.0` and adding dependency |
657 | 660 | on `google-api-core` (#4221, #4280) |
658 | 661 | - Deferring to `google-api-core` for `grpcio` and |
659 | | - `googleapis-common-protos`dependencies (#4096, #4098) |
| 662 | + `googleapis-common-protos` dependencies (#4096, #4098) |
660 | 663 |
|
661 | 664 | PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.0/ |
0 commit comments