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: tinybirdco/kubernetes-event-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.3
Choose a base ref
...
head repository: tinybirdco/kubernetes-event-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.4
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 14, 2025

  1. feat: Add buffered channel and made sendevent non-blocking

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    dfc8280 View commit details
    Browse the repository at this point in the history
  2. feat: sink panic and send timeout

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    491ed6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from tinybirdco/buffered-channel

    Add buffered channel to handle event bursts without blocking
    luiseterc authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    55803cd View commit details
    Browse the repository at this point in the history
  4. Fix variable shadowing

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    c555536 View commit details
    Browse the repository at this point in the history
  5. Close panicking protection

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    17c7ee1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from tinybirdco/sink-panic

    feat: sink panic and send timeout
    luiseterc authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    7248b52 View commit details
    Browse the repository at this point in the history
Loading