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: dynatrace-oss/logstash-output-dynatrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: dynatrace-oss/logstash-output-dynatrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. JRuby 9.4.6.0 and logstash 8.x compatibility fixes (#41)

    * Remove toplevel class variable
    
    This is required for JRuby 9.4.6.0 compatibility
    
    Ruby 3.0.0 changed this from a warning to a RuntimeError
    https://bugs.ruby-lang.org/issues/14541
    https://ruby-doc.org/core-3.0.1/NEWS_md.html
    
    This change was already made in the upstream plugin.
    logstash-plugins/logstash-output-http#141
    
    * Add rackup dependency
    
    * Bump version
    dyladan authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    b63b824 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Document proxy option in README (#39)

    Co-authored-by: Daniel Dyla <[email protected]>
    arminru and dyladan authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    554cb1d View commit details
    Browse the repository at this point in the history
  2. Add option to compress requests (#40)

    * Add option to compress requests
    
    * Update spec/supports/compressed_requests.rb
    
    Co-authored-by: Evan Bradley <[email protected]>
    
    ---------
    
    Co-authored-by: Evan Bradley <[email protected]>
    dyladan and evan-bradley authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b024891 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

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