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: logstash-plugins/logstash-input-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: logstash-plugins/logstash-input-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 19, 2024

  1. rate-limiting: propagate back-pressure from queue as HTTP 429's (#179)

    Adds a proactive handler that rejects new requests with HTTP 429's when the
    queue has been blocking for more than 10 consecutive seconds, allowing back-
    pressure to propagate in advance of filling up the connection backlog queue.
    yaauie authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    9546e28 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

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

Commits on Feb 12, 2025

  1. Upgrade netty to 4.1.118

    mashhurs committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5fe44ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from mashhurs/upgrade-netty-3.x

    Upgrade netty to 4.1.118
    mashhurs authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    e31da10 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    1632b52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from donoghuc/bump-netty-3.x

    Bump netty and prepare for release
    donoghuc authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    ff46c75 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Update src/test/java/org/logstash/plugins/inputs/http/util/ExecutionO…

    …bserverTest.java
    
    Co-authored-by: Rye Biesemeyer <[email protected]>
    donoghuc and yaauie committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    a3b2d83 View commit details
    Browse the repository at this point in the history
  2. Fix flaky assertion bound in testThreadSafetyBruteForce

    Local compaction depends on completion order and timing. Under certain cases
    node count can reach or exceed `sqrt(concurrency)` before the final compaction
    is triggered. The test for intermediate state was failing fairly often in CI.
    This commit updates the test for intermediate state to simply be less than
    `concurrency`. This should satisfy the intent of the test, with the added
    security of the rest of the test asserting the finalized state is less than 2
    nodes.
    donoghuc committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    401976a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Merge pull request #202 from donoghuc/backport-test-fix

    Backport test fix
    donoghuc authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    1ff556e View commit details
    Browse the repository at this point in the history
Loading