Skip to content

Releases: Humbedooh/pypubsub

PyPubSub 0.7.2

10 Jan 18:44
6cea018

Choose a tag to compare

  • Addressed an issue with SQS not updating in real-time, only when backlog is requested.
  • Added secure topics feature for locking publishing of certain pubsub topics to the ACL.
  • Minor stability improvements.

PyPubSub 0.7.1

28 Jul 06:52

Choose a tag to compare

  • 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

13 Jul 11:32

Choose a tag to compare

  • Allow for multiple topic streams per connection

PyPubSub 0.6.3

03 Jul 08:42

Choose a tag to compare

  • Fixed an underlying issue where pipeline timeouts could stall payload delivery indefinitely.

PyPubSub 0.6.2

11 Jun 18:09
04457cb

Choose a tag to compare

  • Fixed a configuration issue with SQS storage

PyPubSub 0.6.1

28 May 13:52
d9740e5

Choose a tag to compare

  • 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

09 May 17:58

Choose a tag to compare

  • Reworked configuration structure

PyPubSub 0.5.1

06 May 21:54

Choose a tag to compare

  • 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

03 May 16:19

Choose a tag to compare

  • Added support for Amazon SQS items as input streams.

PyPubSub 0.4.6

01 May 01:21

Choose a tag to compare

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)