Releases: benbenbang/types-confluent-kafka
Releases · benbenbang/types-confluent-kafka
Types Confluent Kafka 1.3.1
1.3.0
1.3.0 (2024-12-12)
🎁 Features
♨️ CI, Workflows & Configs
- workflow: diable ruff F821, F822 (#211) (686aec4), closes /#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R75-R77
- workflow: revamp github workflows for new release process (#210) (6cc365a), closes /#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R15-R69 /#diff-b71166ed0f585913318ed46933ff9b12901e211de3ac88c40de03f0a944c0ae0R1-R128 /#diff-a0a6e4ee69a6cc56b171c351e636c911c000b6e5e878c6e4d01f28b5983571adR1-R55 /#diff-392d32aead49dc01d6f1f97762613932c065f2dbfc6028466e14cc05e8bf4128R1-R32 /#diff-18813c86948efc57e661623d7ba48ff94325c9b5421ec9177f724922dd553a35L1-R17 /#diff-2f754321d62f08ba8392b9b168b83e24ea2852bb5d815d63e767f6c3d23c6ac5R1-R5 /#diff-add758cac95c0fbd5cdbd0982745afdd667e9ee831a44c6c0fb32774ab34dd8aR1-R45 #209
- workflow: swap events order (#218) (2a7ff4b)
- workflow: tmp revert old release workflows (#225) (5a5e7d2)
- workflow: update trigger event (#217) (e83dfc9), closes /#diff-b71166ed0f585913318ed46933ff9b12901e211de3ac88c40de03f0a944c0ae0R7-R9
🪲 Bug Fixes
- add missing bool to AdminClient create_partitions method (#196) (7824ef8)
- admin: update return value with only None in the Futures (#205) (26ee521)
- lint: apply ruff format (#214) (6449606)
- make Consumer.poll timeout default to None (#221) (d79fde9)
- rename parameter in Consumer.list_topics (#220) (0ee388a), closes /github.com/confluentinc/confluent-kafka-python/blob/0e5706b71adbfea5a178f1bec3587ec29bb8aff9/src/confluent_kafka/src/Metadata.c#L416-L427
- use concurrent.future.Future instead of asyncio.Future (#198) (f4491a5)
Types Confluent Kafka 1.2.2
Types Confluent Kafka 1.2.1
1.2.1 (2024-05-02)
⚒️ Enhancement & Maintenance
- _model: drop classvar in _model module (#171) (75ece8c)
- admin: drop classvar in admin module (#173) (5871c83)
- avro: drop classvar in avro module (#180) (305d743)
- drop classvar in schema registry module (#182) (43362c5)
- error: drop classvar in error.py (#175) (f3fa6b8)
♨️ CI, Workflows & Configs
🪲 Bug Fixes
Types Confluent Kafka 1.2.0
Types Confluent Kafka 1.1.0
Types Confluent Kafka 1.0.1
Types Confluent Kafka 1.0.0
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
- enhance and fix bugs in admin module (#142) (cc1d482)
- enhance and fix cimpl & admin (#149) (802b99e)
- enhance and fix cimpl typings (#131) (ee3087d)
- enhance avro mod typings (#146) (08f99cd)
- enhance model mod typings (#144) (6a8a801)
- simplify literal constants (#147) (3baea21)
🪲 Bug Fixes
- semantic release breaking change (c307785)
Types Confluent Kafka 0.5.0
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
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)