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

0.3.4

Compare
Choose a tag to compare
@zoidyzoidzoid zoidyzoidzoid released this 29 Jan 09:08
· 25 commits to master since this release

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