------------------- * Adjust default THREADS_PER_SUBSCRIPTION (152) * Add unrecoverable_middleware (150) * Allow multiple filters (148) * Configure timeout from .publish() (143) * Dont crash when subscription topic does not exist (142)
0.9.1
------------------- * Ack messages when data not json serializable (141) * Use ThreadScheduler instead of ThreadPoolExecutor (145)
0.9.0
------------------- * Flask support via middleware (127) * Add message attributes to metrics log (128) * Specify number of threads per subscriber with Subscription ThreadPoolExecutor (139) * Publishing timeout while blocking (137) * Clean up rele.config.setup + Worker() init (132)
0.8.1
------------------- * Fix runrele command
0.8.0
------------------- * Worker run method (118) * Add kwargs to setup method passed through to middleware (123) * Add missing worker middleware hooks (121) * Add 3.8 support * More Documentation