Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.11 KB

Changelog

0.5.6 (2024-11-13)

  • Fix DjangoKafka.run_consumers failing when there are no consumers in the registry.

0.5.5 (2024-11-06)

  • ./manage.py kafka_connect command now will exit with CommandError in case of any exception.
  • New @substitute_error(errors: Iterable[Type[Exception]], substitution: Type[Exception]) decorator to substitute exceptions.

0.5.2 (2024-10-17)

  • Added producer.suppress decorator.
  • Renamed KafkaSkipModel to KafkaConnectSkipModel.
  • Renamed KafkaConnectSkipQueryset to KafkaConnectSkipQueryset

0.5.1 (2024-10-16)

  • ModelTopicConsumer.sync returns now the results of the update_or_create method.
  • Add days_from_epoch_to_date function to convert io.debezium.time.Date to python datetime.date.

0.4.1 (2024-09-17)

  • Support string-based delete keys in DbzModelTopicConsumer

0.4.0 (2024-09-17)

  • Add ModelTopicConsumer and DbzModelTopicConsumer

0.3.0 (2024-09-05)

  • Add decorator for topic retry and dead letter topic, see README.md
  • Separate Topic class in to TopicProducer and TopicConsumer classes.

0.2.0 (2024-09-04)

  • Release removed