This repository was archived by the owner on Mar 9, 2026. It is now read-only.
v2.4.1
Bug Fixes
- Move
await_msg_callbacksflag tosubscribe()method, fixing a regression in Pub/Sub Lite client.
(#320) (d40d027) - SSL error when using the client with the emulator. (#297) (83db672)
Implementation Changes
- (samples) Bump the max_time to 10 minutes for a flaky test. (#311) (e2678d4), closes #291
- (samples) Mark delivery attempts test as flaky. (#326) (5a97ef1)
- (samples) Mitigate flakiness in subscriber_tests. (#304) (271a385)
- (samples) Retry
InternalServerErrorin dead letter policy test. (#329) (34c9b11), closes #321