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.8.0
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: v2.8.1
Choose a head ref
  • 15 commits
  • 29 files changed
  • 7 contributors

Commits on Jan 8, 2025

  1. Keep previous (setup.py) schema registry optional dependency for comp…

    …atibility (#1895)
    emasab authored Jan 8, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    d51510e View commit details

Commits on Jan 9, 2025

  1. Fix Test Coverage Reporting (#1892)

    GunalKupta authored Jan 9, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    aebcb1f View commit details

Commits on Jan 10, 2025

  1. Relax urllib requirement (#1902)

    rayokota authored Jan 10, 2025
    Copy the full SHA
    3855e6d View commit details
  2. DGS-19519 Enhance error handling for CSFLE configure method (#1899)

    * Enhance error handling for CSFLE configure method
    
    * Add test
    
    * Minor fix
    rayokota authored Jan 10, 2025
    Copy the full SHA
    0d5810a View commit details

Commits on Jan 13, 2025

  1. fix: add Optional on public api for avro (de)serializer where the def…

    …ault is None (#1898)
    
    Co-authored-by: Robert Yokota <rayokota@gmail.com>
    davidkleiven and rayokota authored Jan 13, 2025
    Copy the full SHA
    01fe4dd View commit details

Commits on Jan 14, 2025

  1. Fix various type hints (#1903)

    * Fix type hints
    
    * Minor cleanup
    rayokota authored Jan 14, 2025
    Copy the full SHA
    3f11b3b View commit details

Commits on Jan 21, 2025

  1. MINOR fix typo; remove unused members (#1906)

    rayokota authored Jan 21, 2025
    Copy the full SHA
    ca7b7dc View commit details

Commits on Jan 24, 2025

  1. Installation test to ensure the extra dependencies don't change their…

    … name (#1910)
    emasab authored Jan 24, 2025
    Copy the full SHA
    ca8bc22 View commit details

Commits on Feb 3, 2025

  1. MINOR refactor to prevent AttributeError when accessing None (#1914)

    * MINOR refactor to prevent AttributeError when accessing None
    
    * Minor fix
    
    * More cleanup
    rayokota authored Feb 3, 2025
    Copy the full SHA
    5f70657 View commit details

Commits on Feb 11, 2025

  1. Optimization to cache json validators (#1918)

    rayokota authored Feb 11, 2025
    Copy the full SHA
    0c2de37 View commit details

Commits on Feb 16, 2025

  1. Feat: Add custom JSON encoder/decoder support (#1917)

    * Feat: Add custom JSON encoder/decoder support
    
    * Add orjson to requirements-tests.txt
    
    * Fix tests by passing empty RuleRegistry
    
    ---------
    
    Co-authored-by: Masoud <m.zaeim@abantether.com>
    Co-authored-by: Robert Yokota <rayokota@gmail.com>
    3 people authored Feb 16, 2025
    Copy the full SHA
    1f85b8d View commit details

Commits on Feb 20, 2025

  1. DGS-19711 Support Protobuf oneof fields in Data Contract rules (#1921)

    rayokota authored Feb 20, 2025
    Copy the full SHA
    e119676 View commit details

Commits on Feb 22, 2025

  1. Add basic OAuth support to Schema Registry (#1919)

    * Add basic OAuth support to Schema Registry
    
    * Add testing for OAuth SR
    
    * Fix linting
    
    * Build and fix errors
    
    * fix aligning
    
    * Increase code coverage
    
    * Run flake8
    
    * Update expiry threshold and field names
    
    * Update scope config name
    Claimundefine authored Feb 22, 2025
    Copy the full SHA
    4a3694b View commit details

Commits on Feb 24, 2025

  1. Ensure cached schema matches input (#1922)

    rayokota authored Feb 24, 2025
    Copy the full SHA
    57608ce View commit details

Commits on Feb 28, 2025

  1. Changes for v2.8.1 release (#1926)

    * Version v2.8.1rc1
    
    * Add changelog for v2.8.1 release
    
    * Increase spacing
    Claimundefine authored Feb 28, 2025
    Copy the full SHA
    790bc87 View commit details
Loading