Skip to content

Releases: benbenbang/types-confluent-kafka

Types Confluent Kafka 1.3.1

22 Dec 21:43
c6f4f50
Compare
Choose a tag to compare

1.3.1 (2024-12-22)

♨️ CI, Workflows & Configs

  • workflow: tmp bring back publish job (#227) (5baaad7)

🪲 Bug Fixes

  • cimpl: update Message.headers arg-type (#212) (6ff3084)

1.3.0

12 Dec 20:30
8a71f3c
Compare
Choose a tag to compare

1.3.0 (2024-12-12)

🎁 Features

♨️ CI, Workflows & Configs

🪲 Bug Fixes

Types Confluent Kafka 1.2.2

07 Jul 07:57
a80a86f
Compare
Choose a tag to compare

1.2.2 (2024-07-07)

🪲 Bug Fixes

Types Confluent Kafka 1.2.1

02 May 10:49
079a7f8
Compare
Choose a tag to compare

1.2.1 (2024-05-02)

⚒️ Enhancement & Maintenance

♨️ CI, Workflows & Configs

🪲 Bug Fixes

  • avro & json (de)serializer return types (#178) (95a7bf1)
  • Serialization annotations to match docs (#185) (ceb3059)
  • serializer: update json serializer signatures (#169) (ce28fd2)

Types Confluent Kafka 1.2.0

08 Feb 07:12
1036672
Compare
Choose a tag to compare

1.2.0 (2024-02-08)

🎁 Features

  • add logger keyword argument to consumer and producer (#163) (5fe69e6)

Types Confluent Kafka 1.1.0

03 Dec 11:42
6248ab7
Compare
Choose a tag to compare

1.1.0 (2023-12-03)

🎁 Features

🪲 Bug Fixes

  • build: update confluent kafka python client to fix librkafka (#161) (4f35648)

Types Confluent Kafka 1.0.1

20 Oct 13:36
6165e30
Compare
Choose a tag to compare

1.0.1 (2023-10-20)

♨️ CI, Workflows & Configs

🪲 Bug Fixes

  • correct to/from dict callables for Avro serializers (#156) (bd37754)

Types Confluent Kafka 1.0.0

05 Sep 18:45
a56895c
Compare
Choose a tag to compare

1.0.0 (2023-09-05)

⚠ BREAKING CHANGES

  • enhance avro mod typings (#146)
  • enhance model mod typings (#144)
  • enhance and fix bugs in admin module (#142)
  • enhance and fix cimpl typings (#131)

⚒️ Enhancement & Maintenance

🪲 Bug Fixes

  • semantic release breaking change (c307785)

Types Confluent Kafka 0.5.0

26 Aug 17:42
6c96a23
Compare
Choose a tag to compare

0.5.0 (2023-08-26)

🎁 Features

  • implement deserializing consumer typings (#128) (768bd06)
  • implement serialization module typings (#123) (2fa212b)
  • implement serializing producer typings (#129) (e833d82)

⚒️ Enhancement & Maintenance

  • replace serialization ctx unkown type (#126) (bc224a9)
  • use relative import from this typing package (#127) (daec99b)

♨️ CI, Workflows & Configs

Types Confluent Kafka 0.4.0

26 Aug 10:27
1a7a1d3
Compare
Choose a tag to compare

0.4.0 (2023-08-26)

🎁 Features

  • implement schema registry avro module typings (#112) (bf4b48f)
  • implement schema registry client typings (#107) (63fc8a2)
  • implement schema registry jsonschema module typings (#113) (6676795)
  • implement schema registry module entrypoint & errors typings (#106) (c923a06)
  • implement schema registry protobuf module typings (#114) (e2cd538)

⚒️ Enhancement & Maintenance