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: newrelic/go-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.36.0
Choose a base ref
...
head repository: newrelic/go-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.37.0
Choose a head ref
  • 19 commits
  • 80 files changed
  • 5 contributors

Commits on Jan 30, 2025

  1. use pointers for slog handlers

    Emilio Garcia committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    cc16684 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    51f3abd View commit details
    Browse the repository at this point in the history
  2. improved user interface

    Emilio Garcia committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    2f9dc00 View commit details
    Browse the repository at this point in the history
  3. fix shutdown

    nr-swilloughby committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    19d7856 View commit details
    Browse the repository at this point in the history
  4. 28% faster log enrichment

    Emilio Garcia committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    877e3bc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. fixed yoda

    nr-swilloughby committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    8655644 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. working attribute capture system

    Emilio Garcia committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    ee64b76 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. caching elements to increase speed

    Emilio Garcia committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    07f6f78 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. more tuning

    Emilio Garcia committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    f3864bd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

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

Commits on Feb 19, 2025

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

Commits on Feb 24, 2025

  1. prevent all transaction methods from nil transaction errors (#1001)

    * prevent all transaction methods from executing against nil transaction object
    
    * fix: incorrect nil logic for segments
    iamemilio authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    d55d218 View commit details
    Browse the repository at this point in the history
  2. Custom log tagging (labels) on forwarded application log events (#1002)

    * checkpoint
    
    * forwarded log tagging
    
    * complete
    
    ---------
    
    Co-authored-by: Mirac Kara <55501260+mirackara@users.noreply.github.com>
    nr-swilloughby and mirackara authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a5ec16d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b3d99 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #996 from nr-swilloughby/oom_heap_callback

    initial implementation of oom callback trigger mechanism
    nr-swilloughby authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    9e8e9fb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fixed nil transaction handling in StartSegment transaction method, pr…

    …eparation for 3.37 release
    nr-swilloughby committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    f6ca661 View commit details
    Browse the repository at this point in the history
  2. typo in changelog

    nr-swilloughby committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    2f2a7fe View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Merge pull request #1003 from nr-swilloughby/release_3_37_0

    Release 3.37.0 (version set and final changes)
    nr-swilloughby authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    7043c7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1004 from newrelic/develop

    Release 3.37.0
    nr-swilloughby authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    c081f78 View commit details
    Browse the repository at this point in the history
Loading