1. 84ed9ae Merge pull request #8 from sebbASF/master by Gavin McDonald · 6 months ago master
  2. 7ad2095 Merge pull request #9 from Humbedooh/master by Gavin McDonald · 8 months ago 0.7.4
  3. 00a2813 add pre-flight check for required TLS config options by Daniel Gruno · 8 months ago
  4. 1af5851 Add support for TLS by Daniel Gruno · 8 months ago
  5. 4d2eb32 Fix dependency breakage by not requiring a specific version of yaml by Daniel Gruno · 8 months ago
  6. 930c158 Don't catch fatal exceptions by sebbASF · 12 months ago
  7. 4a68790 Merge pull request #7 from Humbedooh/master by Chris Wells · 12 months ago 0.7.3-upstream
  8. 174f3e6 bump aiofile, 1.5 breaks pip by Daniel Gruno · 12 months ago
  9. 79cafd4 Update CHANGELOG.md by Daniel Gruno · 12 months ago
  10. 5c174aa bump version, prep for next tag by Daniel Gruno · 12 months ago
  11. 2750bc5 Add a note about cursors in 0.7.3 by Daniel Gruno · 12 months ago
  12. 9ed7bfb Add support for payload cursors, for replaying from a certain event by Daniel Gruno · 12 months ago
  13. a238f38 Doc 0.7.3 changes by Daniel Gruno · 12 months ago
  14. bd12945 Merge pull request #2 from cevanwells/master by Daniel Gruno · 12 months ago
  15. 9198dd5 Added a signal handler for SIGUSR2 by Chris Wells · 1 year, 2 months ago
  16. 6cea018 typo fix by Daniel Gruno · 1 year, 4 months ago
  17. acfedd7 Update CHANGELOG.md by Daniel Gruno · 1 year, 4 months ago
  18. a2be4f6 Merge pull request #6 from Humbedooh/master by Gav · 2 years, 9 months ago 0.7.3
  19. 12bf782 typo by Daniel Gruno · 2 years, 9 months ago
  20. 0fb2457 changelog and docco for secure topics by Daniel Gruno · 2 years, 9 months ago
  21. cf3c48f Add in secure topics feature by Daniel Gruno · 2 years, 9 months ago
  22. eb5a2cf add secure topic example by Daniel Gruno · 2 years, 9 months ago
  23. abcbfde Getting started on adding secure topics feature by Daniel Gruno · 2 years, 9 months ago
  24. d515a01 bump py-yaml by Daniel Gruno · 2 years, 11 months ago
  25. 3eba0f3 If the SQS connection breaks, wait 10 sec and retry it from scratch by Daniel Gruno · 2 years, 11 months ago
  26. e86f53a Update pypubsub_acl.yaml by Daniel Gruno · 3 years ago
  27. 4d00734 add more commentary by Daniel Gruno · 3 years, 1 month ago
  28. e0a74ad Merge pull request #5 from Humbedooh/master by Gav · 3 years, 8 months ago 0.7.2
  29. 75886fd typo by Daniel Gruno · 3 years, 9 months ago
  30. 980bb09 Update CHANGELOG.md by Daniel Gruno · 3 years, 9 months ago
  31. d954044 bump version by Daniel Gruno · 3 years, 9 months ago
  32. a60e41b No need to wait here by Daniel Gruno · 3 years, 9 months ago
  33. 435ac2f Switch to pipenv for installation and run by Daniel Gruno · 3 years, 9 months ago
  34. 7d73276 fix dependency version issue by Daniel Gruno · 3 years, 9 months ago
  35. 9a46c83 Merge pull request #4 from Humbedooh/master by Greg Stein · 3 years, 9 months ago 0.7.1
  36. 7bdaaa1 be more specific on requirements by Daniel Gruno · 3 years, 9 months ago
  37. e34061a Elaborate on topics by Daniel Gruno · 3 years, 10 months ago
  38. 37067ef Add Ruby client example by Daniel Gruno · 3 years, 10 months ago
  39. d082df7 Update changelog by Daniel Gruno · 3 years, 10 months ago
  40. 10c39ea improve nodejs client example by Daniel Gruno · 3 years, 10 months ago
  41. db92365 type checks, remove unused imports by Daniel Gruno · 3 years, 10 months ago
  42. 0a09b18 Change from generic list to asyncio queue for pending events by Daniel Gruno · 3 years, 10 months ago
  43. 7f10ec6 Allow for multiple subscriptions in a single stream by Daniel Gruno · 3 years, 10 months ago 0.7.0
  44. d98117c Merge pull request #3 from Humbedooh/master by Gav · 3 years, 10 months ago 0.6.3
  45. 47b119a fix version number by Daniel Gruno · 3 years, 10 months ago
  46. 2b44fe1 further mergerinos by Daniel Gruno · 3 years, 10 months ago
  47. e40ec53 more mergerinos by Daniel Gruno · 3 years, 10 months ago
  48. 71d45f6 mergerino by Daniel Gruno · 3 years, 10 months ago
  49. ce1e58f Merge branch 'master' of github.com:Humbedooh/pypubsub by Daniel Gruno · 3 years, 10 months ago
  50. 1a0364d Fix issue with client pipes stalling the payload delivery by Daniel Gruno · 3 years, 10 months ago
  51. d1fa561 Update README.md by Daniel Gruno · 3 years, 10 months ago
  52. 4345fb8 Create client.rb by Daniel Gruno · 3 years, 10 months ago
  53. eb19599 Add Ruby example by Daniel Gruno · 3 years, 10 months ago
  54. 44b2d49 oops, bump by Daniel Gruno · 3 years, 11 months ago
  55. 04457cb Update CHANGELOG.md by Daniel Gruno · 3 years, 11 months ago
  56. 0c45c70 Merge pull request #2 from Humbedooh/master by Daniel Gruno · 3 years, 11 months ago 0.6.2
  57. d2f0373 fix configuration reference by Daniel Gruno · 3 years, 11 months ago
  58. 75bf784 Merge pull request #1 from Humbedooh/master by Greg Stein · 3 years, 11 months ago 0.6.1
  59. d9740e5 Update CHANGELOG.md by Daniel Gruno · 4 years ago
  60. 06fcd13 Employ asyncio locks for pipes to avoid drain errors in aiohttp by Daniel Gruno · 4 years ago
  61. 44d8d40 Only try to read backlog storage if it is defined by Daniel Gruno · 4 years ago
  62. 797685d add persistent backlog readme by Daniel Gruno · 4 years ago
  63. 15d4179 update changelog by Daniel Gruno · 4 years ago
  64. 4e68776 Add support for FS-based persistent backlog by Daniel Gruno · 4 years ago
  65. 0a36a77 update changelog by Daniel Gruno · 4 years ago 0.6.0
  66. ea1e457 Classify and refactor configuration file and parsing by Daniel Gruno · 4 years ago
  67. d52735c update yaml example for SQS by Daniel Gruno · 4 years ago 0.5.1
  68. 6d5f5be update changelog by Daniel Gruno · 4 years ago
  69. 5e5a4ea Support SQS credentials in yaml by Daniel Gruno · 4 years ago
  70. a8406fb bump due to fix by Daniel Gruno · 4 years ago
  71. 156c673 only attempt removing from dedup list if present in list by Daniel Gruno · 4 years ago
  72. f249bd6 Update ToC by Daniel Gruno · 4 years ago
  73. c9eae4c 0.5.0: Add SQS support by Daniel Gruno · 4 years ago 0.5.0
  74. 200b838 update ToC by Daniel Gruno · 4 years ago
  75. 01c25b3 typo by Daniel Gruno · 4 years ago
  76. a1179e2 Add more client examples by Daniel Gruno · 4 years ago
  77. 37f328a Add a cURL example using x-fetch-since by Daniel Gruno · 4 years ago
  78. 4b2cd8a fix conversion to seconds by Daniel Gruno · 4 years ago 0.4.6
  79. a67304b regen ToC by Daniel Gruno · 4 years ago
  80. 1fcc3ca Add in age restriction feature to mitigate snooping by Daniel Gruno · 4 years ago
  81. 49a46d1 Add note about x-fetch-since and security considerations by Daniel Gruno · 4 years ago
  82. ae72b9c linting by Daniel Gruno · 4 years ago
  83. e8b41bd Add a backlog feature for older payloads on demand by Daniel Gruno · 4 years ago
  84. 8d71227 fix index error on no topics by Daniel Gruno · 4 years ago
  85. 4e0fb1f Add payload size checks by Daniel Gruno · 4 years ago
  86. 466b618 nix weird string at bottom by Daniel Gruno · 4 years ago
  87. e41f511 Switch to using internal request counter by Daniel Gruno · 4 years ago
  88. 5a34df1 Move content type to a const by Daniel Gruno · 4 years ago
  89. b5be287 Change content-type to application/vnd.pypubsub-stream by Daniel Gruno · 4 years ago
  90. fc126e1 update changelog by Daniel Gruno · 4 years ago 0.4.5
  91. 3aea443 better handling of dislodged (errored) subscriber connections by Daniel Gruno · 4 years ago
  92. d8a96e4 Add ToC by Daniel Gruno · 4 years ago
  93. de6edc2 Elaborate a bit on the listening process by Daniel Gruno · 4 years ago
  94. 2fcf88e Add logo, tweak header by Daniel Gruno · 4 years ago
  95. fdcd85c add logo by Daniel Gruno · 4 years ago
  96. 8845d85 Explain how private payloads are shaped by Daniel Gruno · 4 years ago
  97. dc40951 Merge branch 'master' of github.com:Humbedooh/pypubsub by Daniel Gruno · 4 years ago 0.4.4
  98. 6f16633 fix typo in config retrieval by Daniel Gruno · 4 years ago
  99. b1c79c7 add an important example to the matrix by Daniel Gruno · 4 years ago
  100. 26a466d update changelog by Daniel Gruno · 4 years ago 0.4.3