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: open-telemetry/otel-arrow Loading
base: v0.19.0
Choose a base ref
...
head repository: open-telemetry/otel-arrow Loading
compare: v0.20.0
Choose a head ref
  • 3 commits
  • 65 files changed
  • 2 contributors

Commits on Mar 27, 2024

  1. Backport lint fixes from OTel-Collector-Contrib PR 31996 (#163)

    Minor changes:
    
    - Lint fixes to pass checks in opentelemetry-collector-contrib, drafted
    in
    open-telemetry/opentelemetry-collector-contrib#31996
    - Recent work in the collector core component.ValidateConfig code makes
    it unnecessary for the Config struct in this repo to define its own
    Validate() method, since the core code uses reflection to do the same.
    This removes a few lines of code.
    - Since the OTel collector is in the middle of renaming a number of
    structs from Settings to Config, I renamed ArrowSettings to ArrowConfig.
    jmacd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3d1b39e View commit details
    Browse the repository at this point in the history
  2. Upgrade collector to v0.97.0 (#164)

    Updates the collector and resolves breaking changes
    moh-osman3 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c86a6c7 View commit details
    Browse the repository at this point in the history
  3. Release otel-arrow v0.20.0 (#165)

    Included PRs:
    - #163
    - #164
    moh-osman3 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ea0a531 View commit details
    Browse the repository at this point in the history
Loading