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: elastic/elastic-agent-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.16.0
Choose a base ref
...
head repository: elastic/elastic-agent-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.17.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 26, 2024

  1. fix: use proto.Equal to compare protobuf messages (#125)

    replace reflect deepequal with proto.Equal
    
    reflection is comparing some internal fields used during marshaling, causing race
    conditions in the beats reloader code.
    the race condition causes APM Server tests to fail with the race detector enabled
    kruskall authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e5ee8f8 View commit details
    Browse the repository at this point in the history
Loading