Releases: Humbedooh/pypubsub
Releases · Humbedooh/pypubsub
PyPubSub 0.7.2
PyPubSub 0.7.1
- Use asyncio queues for modifying the list of events pending publishing to avoid potential race conditions.
- Minor tweak to the handling of backlog size
- Improved type checks
- Updated client examples
PyPubSub 0.7.0
- Allow for multiple topic streams per connection
PyPubSub 0.6.3
- Fixed an underlying issue where pipeline timeouts could stall payload delivery indefinitely.
PyPubSub 0.6.2
- Fixed a configuration issue with SQS storage
PyPubSub 0.6.1
- Added FS-backed persistant backlog storage for persisting backlog through restarts
- Addressed issues with aiohttp pipe writes not being coroutine-safe
PyPubSub 0.6.0
- Reworked configuration structure
PyPubSub 0.5.1
- Fixed an issue where the SQS dedup list would try to remove non-existent elements
- Added support for AWS credential inside the config yaml
PyPubSub 0.5.0
- Added support for Amazon SQS items as input streams.
PyPubSub 0.4.6
0.4.6
- Changed content type to better reflect that this is a custom stream
- Switched to internal counter for number of requests served
- Added max payload size setting
- Fixed an issue where payloads with no topics would cause an indexing error
- Added a backlog for clients wishing to retrieve earlier payloads (if enabled)