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-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: confluentinc/confluent-kafka-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 4 contributors

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    99bff68 View commit details
    Browse the repository at this point in the history
  2. Export CelExecutor/CelFieldExecutor in index.ts (#412)

    * Export CelExecutor/CelFieldExecutor in index.ts
    
    * minor cleanup
    rayokota authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    3c05806 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

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

Commits on Dec 11, 2025

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

Commits on Dec 17, 2025

  1. v1.8.0 rc1 (#422)

    k-raina authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    8151be6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Prevent max message cache size reaching zero by having a minimum of 1…

    … message per worker after the round up (#424)
    
    * Failing test with a low per worker cache size
    * Prevent max message cache size reaching zero by
    having a minimum of 1 message per worker after
    the round up
    * Use `ceil` instead of `round` + `max`
    emasab authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    fab45d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

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

Commits on Jan 5, 2026

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