Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@sternakt sternakt released this 15 Sep 15:16
· 34 commits to main since this release

New Features

  • Add support for Pydantic v2 (#408), thanks to @kumaranvpl

    • FastKafka now uses Pydantic v2 for serialization/deserialization of messages
  • Enable nbdev_test on windows and run CI tests on windows (#356), thanks to @kumaranvpl

Bugs Squashed

  • Fix ´fastkafka testing install deps´ failing (#385), thanks to @Sternakt

  • Create asyncapi docs directory only while building asyncapi docs (#368), thanks to @kumaranvpl

  • Add retries to producer in case of raised KafkaTimeoutError exception (#423), thanks to @Sternakt