Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.9.0 #228

Merged
merged 6 commits into from
Sep 3, 2020
Merged

Release v3.9.0 #228

merged 6 commits into from
Sep 3, 2020

Commits on Jul 23, 2020

  1. Merge pull request #188 from newrelic/master

    Merge `master` into `develop`
    newrelic-eheinlein committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    077432d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Modify Serverless to use a named pipe for telemetry when present (#201)

    * Update protobuf file to latest.
    
    f13a86b4b013d2ae07e78c7c27359d0a158be118
    
    * Log gRPC version used.
    
    * Replace usage of deprecated grpc.WithDialer. (#942)
    
    * Prevent debug messages unless debug level set. (#943)
    
    * Include request_headers_map from connect reply in RecordSpan metadata. (#940)
    
    * Fix code strings to match spec. (#945)
    
    * Add parent.* intrinsics from transaction to root span. (#946)
    
    * Update span GUID propagation  (#944)
    
    * Pull in new cross agent tests (not yet passing)
    
    * Code changes for span GUID creation
    
    * Get tests passing
    
    * t.Helper() was added in Go 1.9, so it can't be used here. :(
    
    * PR feedback
    
    * Update commit of cross-agent tests now that PR is merged
    
    * Never use the default transport.
    
    * When a timeout error occurs save instead of drop data.
    
    * Refactor trace_observer.go
    
    * Move defer statement to follow conventions
    
    * Refactor grpc.Dial logic. (#949)
    
    * Enable GitHub Actions for CI testing.
    
    * Add changelog entry.
    
    * Update version for v3.7.0 (#956)
    
    * Update version for v3.7.0
    
    * Fix headings
    
    * Modify Serverless to use a named pipe for telemetry when present
    
    Serverless telemetry is normally sent to stdout. This is an alternate
    path designed for use with an externally managed named pipe at a
    fixed location.
    
    * Changelog entry
    
    * Formatting
    
    * Fix failing go1.9 tests.
    
    * Update CHANGELOG.md
    
    Co-authored-by: Rey Abolofia <purple4reina@gmail.com>
    
    * Address PR feedback
    
    Co-authored-by: Rey Abolofia <rabolofia@newrelic.com>
    Co-authored-by: Elizabeth Heinlein <eheinlein@newrelic.com>
    Co-authored-by: Elizabeth Heinlein <52758187+newrelic-eheinlein@users.noreply.github.com>
    Co-authored-by: Rey Abolofia <purple4reina@gmail.com>
    5 people committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    525b608 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    8710b57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from newrelic-eheinlein/eheinlein/go-1.15

    Add Go version 1.15 to tests
    newrelic-eheinlein committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ceb73b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 3, 2020

  1. Merge pull request #227 from newrelic/eheinlein/v3.9.0

    Updating version #
    newrelic-eheinlein committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    523fc73 View commit details
    Browse the repository at this point in the history