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: openzipkin/zipkin-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: openzipkin/zipkin-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.3
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 20, 2024

  1. Updates to latest actions and fixes golangci-lint drift (#221)

    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    codefromthecrypt authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a074cdb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Set Go support policy to latest-2 (#220)

    Before updating deps, we should revisit the go support policy I think.
    That way the next release is coherent across the board. This is the same
    templating as wazero, which had to deal with some projects that lagged
    behind Go.
    
    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    codefromthecrypt authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    48cf793 View commit details
    Browse the repository at this point in the history
  2. bumps to latest dependencies (#222)

    Fixes #219
    
    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    codefromthecrypt authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    de3edd7 View commit details
    Browse the repository at this point in the history
  3. When serializing SpanModel, if there is any external modification of …

    …TAGS, it will lead to panic, add RLock before calling Send to prevent this error. (#218)
    
    When serializing SpanModel, if there is any external modification of
    TAGS, it will lead to panic, add RLock before calling Send to prevent
    this error.
    issues:#217
    
    Co-authored-by: liushan <shan.liu@msn.com>
    php-lsys and shanliu authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    406526f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Adds SECURITY.md and scanning workflow (#223)

    This adds SECURITY.md and a scanning workflow, using Trivy. In
    particular, this clarifies what we use to scan for vulnerabilities
    (Trivy, not anything else), and the only channel likely to be responded
    to on a significant issue (zipkin-admin email, not advisories as people
    ignored them).
    
    This is the same approach as approved and merged in
    openzipkin/zipkin-reporter-java#267
    
    ---------
    
    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    codefromthecrypt authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e609ce4 View commit details
    Browse the repository at this point in the history
Loading