.................... * add ``bluesky_kafka.consume.BasicConsumer`` and make it the parent of ``bluesky_kafka.BlueskyConsumer`` * add ``bluesky_kafka.produce.BasicProducer`` and make it the parent of ``bluesky_kafka.Publisher`` * sanitize ``str(BlueskyConsumer)`` output
0.9.1
................... * sanitize ``str(Publisher)`` output * fix a syntax error in ``mongo_normalized_consumer.py``
0.9.0
................... * bug fix to ``list_topics`` * add TLS configuration to MongoConsumer * poll for delivery reports after every message publication
0.8.0
................... * change ``BlueskyKafkaException`` base class from ``BaseException`` to ``Exception``
0.7.0
................... * added producer configuration parameter support to functions in ``bluesky_kafka.utils.py``