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 3.18.0 #546

Merged
merged 66 commits into from Aug 1, 2022
Merged

Release 3.18.0 #546

merged 66 commits into from Aug 1, 2022

Commits on Jun 27, 2022

  1. nrecho-v4: Add Skipper support

    Users can now specify a skipper function which will be called by the
    nrecho middleware to check if the middleware should be bypassed.
    
    This is implemented along the lines of Skipper functionality provided by
    middlewares in echo:
    https://github.com/labstack/echo/blob/master/middleware/middleware.go#L15
    https://github.com/labstack/echo/blob/master/middleware/logger.go#L110
    
    Signed-off-by: Prashanth Pai <prashanth.pai@unacademy.com>
    prashanthpai authored and iamemilio committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c3d47df View commit details
    Browse the repository at this point in the history
  2. use config function pattern

    iamemilio committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6dcad3d View commit details
    Browse the repository at this point in the history
  3. Fixes the tests

    iamemilio committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    85f18e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Test

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    41da121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9922894 View commit details
    Browse the repository at this point in the history
  3. Fixed nrhttprouter test

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    aeac9c7 View commit details
    Browse the repository at this point in the history
  4. Fixed nrgorilla test

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3076d70 View commit details
    Browse the repository at this point in the history
  5. Fixed nrredis test

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3c64a0f View commit details
    Browse the repository at this point in the history
  6. Fixed nrgraphgophers test

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    306b675 View commit details
    Browse the repository at this point in the history
  7. Fixes for nrzap tests

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3e4dac1 View commit details
    Browse the repository at this point in the history
  8. fixed typo

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ff8d732 View commit details
    Browse the repository at this point in the history
  9. comment spacing

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6ed3e9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    963a792 View commit details
    Browse the repository at this point in the history
  11. hotfix zerolog plugin

    iamemilio committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5ae38e0 View commit details
    Browse the repository at this point in the history
  12. Fixed elastic search test

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f266a6a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #536 from iamemilio/hotfix

    hotfix zerolog plugin
    iamemilio committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    116ab2e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #521 from iamemilio/nrecho-skipper-patch

    Nrecho skipper patch
    iamemilio committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7ea5bd3 View commit details
    Browse the repository at this point in the history
  15. nrlogrusplugin test fixes

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    57ce828 View commit details
    Browse the repository at this point in the history
  16. Fixes for nrecho-v3 tests

    mirackara committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3fdf185 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    d282ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd96758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcf061c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    bad0166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc998a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a57aea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ec3ceb View commit details
    Browse the repository at this point in the history
  5. Removed extraneous space

    mirackara committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    48d578d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    d33c5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2379f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Increased Harvest Limit

    mirackara committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    79f1da8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge pull request #534 from mirackara/test-dependancies

    Test dependancies fixes
    iamemilio committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    31f62f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

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

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    7c51295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eecf68e View commit details
    Browse the repository at this point in the history
  3. Log decoration support

    iamemilio committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3729b18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b98913 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    cfe3d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb8465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b9dae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8577666 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Removed accidental comment

    mirackara committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7efe00f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75c9d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e950d View commit details
    Browse the repository at this point in the history
  4. Made linter happy

    mirackara committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    87dcc8a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    f271dcd View commit details
    Browse the repository at this point in the history
  2. cleaned go.mod

    nr-swilloughby committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9db8ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a430859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c91a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40a070f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22bb213 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfe4013 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    5ab0e09 View commit details
    Browse the repository at this point in the history
  2. Add Logrus Commit message

    iamemilio committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a97e017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb0b44a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    e8ebe56 View commit details
    Browse the repository at this point in the history
  2. fixed comments

    nr-swilloughby committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1a6d8a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #538 from iamemilio/logrus_plugin

    Logrus Logs in Context Support
    nr-swilloughby committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    37da0f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #541 from nr-swilloughby/clm

    CodeStream Integration Code-Level Metrics for Transactions
    nr-swilloughby committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    bbde81d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d5980 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

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

Commits on Aug 1, 2022

  1. Merge pull request #540 from mirackara/customeventlimitincrease

    Harvest Limit Increase + Patch for DT Spans
    nr-swilloughby committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    eaaf111 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #543 from nr-swilloughby/clm-update

    clarified comment for txn.SetOption
    iamemilio committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    dbbf46a View commit details
    Browse the repository at this point in the history
  3. updated changelog

    nr-swilloughby committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    98e056c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #544 from nr-swilloughby/tweak_3_18_0_release

    updated changelog
    iamemilio committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    167f21b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a0ab33 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #545 from nr-swilloughby/tweak_3_18_relnotes_again

    updated changelog CodeStream note
    iamemilio committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    dfb5698 View commit details
    Browse the repository at this point in the history