Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: confluentinc/confluent-kafka-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.2
Choose a base ref
...
head repository: confluentinc/confluent-kafka-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 94 files changed
  • 6 contributors

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    b207e06 View commit details
    Browse the repository at this point in the history
  2. Set up type hinting: add missing types to Python files and C extensio…

    …n stubs (#2041)
    
    * update
    
    * remove py.typed for now
    
    * update
    
    * fix cimply and add types to serde producer/consumer
    
    * admin
    
    * address feedback
    
    * add warning to stub and c files; admin typing more
    
    * add accidentally removed md files
    
    * fix merge conflicts in md files, add types to admin and serialization entrypoint init files
    
    * finish admin init
    
    * add types for AIO module
    
    * add types for SR rules
    
    * linter fix
    
    * address mypy complaints
    
    * revert some accidental doc change
    
    * fix some suggestions by copilot
    
    * linter
    
    * address comments
    
    * bug fix
    
    * more fix and add missing method
    
    * linter fix
    fangnx authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    51652e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    f026e72 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Configuration menu
    Copy the full SHA
    9bfe49c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. chore: migrate to sonarqube enterprise (#2040)

    Co-authored-by: service-bot-app[bot] <service-bot-app[bot]@users.noreply.github.com>
    Co-authored-by: service-bot-app[bot] <189278048+service-bot-app[bot]@users.noreply.github.com>
    service-bot-app[bot] and service-bot-app[bot] authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    06c0744 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Ensure schemaId initialization is thread-safe (#2120)

    * Ensure schemaId initialization is thread-safe
    
    * Minor fix
    rayokota authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    f37ec78 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. DGS-22734 Add Accept-Version header (#2117)

    * DGS-22734 Add Accept-Version header
    
    * Add aws fix
    
    * Fix Avro bytes serialization
    rayokota authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    1206050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa7655 View commit details
    Browse the repository at this point in the history
  3. Handle null group name to prevent segfault in Admin list_consumer_gro…

    …up_offsets() (#2118)
    
    * update
    
    * update
    fangnx authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    3cef461 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Expose deterministic partitioner functions in Python (#2116)

    * expose
    
    * remove self arg
    
    * updat
    fangnx authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    7b2889f View commit details
    Browse the repository at this point in the history
  2. Set up type hinting: add correct types and apply type fixes in schema…

    …-registry module (#2107)
    
    * update
    
    * remove py.typed for now
    
    * update
    
    * fix cimply and add types to serde producer/consumer
    
    * admin
    
    * address feedback
    
    * add warning to stub and c files; admin typing more
    
    * add accidentally removed md files
    
    * fix merge conflicts in md files, add types to admin and serialization entrypoint init files
    
    * finish admin init
    
    * add types for AIO module
    
    * linter fix
    
    * address mypy complaints
    
    * revert some accidental doc change
    
    * fix some suggestions by copilot
    
    * linter
    
    * fix
    
    * resolve conflict
    
    * encryption clients
    
    * fix
    
    * revert incorrect merge conflict changes
    
    * fix many things
    
    * more fixes in non sr modules
    
    * type encrypt_executor.py
    
    * more typeignore removals
    
    * update
    
    * handle union types in schemas
    
    * a bit more
    
    * revert some bad changes during merge, address copilot comments
    
    * minor
    
    * support type hint substitution for unasync
    
    * linter
    
    * fix failign integration tests
    
    * fix incorrect cache pattern
    
    * fix type
    
    * linter for comment
    
    * pin google-re2<1.1.20251105 due to dropped python 3.9 support
    fangnx authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    3886a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. DGS-22077 Handle evolution during field transformation (#2121)

    * DGS-22077 Handle evolution during field transformation
    
    * Minor fix
    
    * Minor cleanup
    
    * Add new header
    rayokota authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    46f24ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a9e6c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Make Message Object Instantiable By Users (#2128)

    * dev changes to allow message object to be instantiated
    
    * add test cases for message class
    
    * modified some comments
    
    * remove data member definition from type hints
    
    * reformat test_message.py
    ojasvajain authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    4bec6bc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    87dd5a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Use ContextManager as workaround to mitigate GC issues in some Admin …

    …tests (#2131)
    
    * try
    
    * linter indentation
    
    * update
    fangnx authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    b3caca6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. chore: migrate to sonarqube enterprise (#2125)

    Co-authored-by: service-bot-app[bot] <service-bot-app[bot]@users.noreply.github.com>
    service-bot-app[bot] and service-bot-app[bot] authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    f7249c1 View commit details
    Browse the repository at this point in the history
Loading