Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Releases: Superbalist/python-pubsub

1.0.3-beta

26 Oct 15:03
Compare
Choose a tag to compare
1.0.3-beta Pre-release
Pre-release
beta version tag

2.0.1-alpha

18 Oct 10:07
Compare
Choose a tag to compare
2.0.1-alpha Pre-release
Pre-release
-

1.0.1-beta

26 Oct 14:45
b3f4e02
Compare
Choose a tag to compare
1.0.1-beta Pre-release
Pre-release

Pre-release testing Google pubsub dependency upgrade

1.1.0-beta2 DNU

28 Oct 08:23
Compare
Choose a tag to compare
1.1.0-beta2 DNU Pre-release
Pre-release

DO NOT USE

1.0.0

07 Dec 12:37
Compare
Choose a tag to compare

BREAKING CHANGE: No longer support python 2.7 (uses lru_cache)

FIX: Cache get_topic - bumps version 1.0.0

  • cache get_topic; don't call on every publish
  • Changelog update
  • fix tox
  • do less

0.3.8

25 Apr 16:07
Compare
Choose a tag to compare

Update google.cloud.pubsub dependency

0.3.7

23 Feb 14:27
Compare
Choose a tag to compare
Release 0.3.7

Caching Reference resolver

0.3.4

29 Jan 09:08
Compare
Choose a tag to compare

We should add a changelog.

  • Protocol.publish now accepts a validation_exception_callback argument to .publish which is called when handling validation errors. You can use it to public validation errors to another topic, or do other useful custom logic with them.

  • Protocol.subscriber now accepts a create_topic argument which will create the topic if it doesn't exist

0.3.0

14 Nov 13:47
Compare
Choose a tag to compare

Initial GitHub Release :D