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

Update develop to be in sync with master #981

Merged
merged 18 commits into from
Oct 25, 2024
Merged

Update develop to be in sync with master #981

merged 18 commits into from
Oct 25, 2024

Commits on Jan 25, 2024

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

Commits on Feb 15, 2024

  1. Merge pull request #853 from newrelic/develop

    Release 3.30.0
    iamemilio authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    487703c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 4, 2024

  1. Merge pull request #896 from newrelic/develop

    Release 3.32.0
    nr-swilloughby authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0f93238 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge pull request #908 from newrelic/develop

    Release 3.33.0
    nr-swilloughby authored May 1, 2024
    Configuration menu
    Copy the full SHA
    424d175 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #929 from newrelic/develop

    Release 3.33.1
    nr-swilloughby authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cab3b31 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update go.mod protobuff

    iamemilio authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d156ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request #936 from newrelic/iamemilio-patch-5

    Update go.mod protobuff
    iamemilio authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    553ba72 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    eb744b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #942 from newrelic/revert-936-iamemilio-patch-5

    Revert "Update go.mod protobuff"
    iamemilio authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dd2e359 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge pull request #945 from newrelic/develop

    Release 3.34.0
    iamemilio authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6c84bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #973 from newrelic/develop

    Release 3.35.0
    nr-swilloughby authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    73d05e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    40efd0b View commit details
    Browse the repository at this point in the history
  2. Avoid an additional allocation for the encoding

    We can pre-allocate a large-enough buffer, and then in-place encode the bits to avoid
    the allocation done by hex.EncodeToString().
    
    Effectively this shaves a couple of ns off the generation:
    ankon committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce4def8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge pull request #977 from framer/fix/trace-id-lock-contention

    Improve performance of trace id generation
    iamemilio authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a2f8e83 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge pull request #979 from newrelic/develop

    Hotfix: 3.35.1
    iamemilio authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    32bbfd1 View commit details
    Browse the repository at this point in the history
  2. 3.35.1

    iamemilio committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b90cd1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c8f84 View commit details
    Browse the repository at this point in the history