Skip to content

v0.6.0

Compare
Choose a tag to compare
@sternakt sternakt released this 15 Sep 15:20
· 112 commits to main since this release

New Features

  • Timestamps added to CLI commands (#283), thanks to @davorrunje

  • Added option to process messages concurrently (#278), thanks to @Sternakt

    • A new executor option is added that supports either sequential processing for tasks with small latencies or concurrent processing for tasks with larger latencies.
  • Add consumes and produces functions to app (#274), thanks to @Sternakt

  • Add batching for producers (#273), thanks to @Sternakt

  • Fix broken links in guides (#272), thanks to @harishmohanraj

  • Generate the docusaurus sidebar dynamically by parsing summary.md (#270), thanks to @harishmohanraj

  • Metadata passed to consumer (#269), thanks to @Sternakt

  • Contribution with instructions how to build and test added (#255), thanks to @Sternakt

  • Export encoders, decoders from fastkafka.encoder (#246), thanks to @kumaranvpl

  • Create a Github action file to automatically index the website and commit it to the FastKafkachat repository. (#239)

  • UI Improvement: Post screenshots with links to the actual messages in testimonials section (#228)

Bugs Squashed

  • Batch testing fix (#280), thanks to @Sternakt

  • Tester breaks when using Batching or KafkaEvent producers (#279)

  • Consumer loop callbacks are not executing in parallel (#276)