Skip to content

Merge develop-11.0.0 into main#1512

Merged
TimPansino merged 10 commits intomainfrom
develop-11.0.0
Sep 22, 2025
Merged

Merge develop-11.0.0 into main#1512
TimPansino merged 10 commits intomainfrom
develop-11.0.0

Conversation

@TimPansino
Copy link
Copy Markdown
Contributor

Overview

  • Merge all changes from develop-11.0.0 into main.

lrafeei and others added 10 commits September 3, 2025 13:05
* Remove add_custom_parameter(s)

* Remove get_browser_timing_footer

* Remove ignore_errors arg from error_trace

* Remove record_exception

* Remove accept_distributed_trace_payload

* Remove create_distributed_trace_payload

* Remove lambda handler

* Remove ObjectWrapper

* Remove in_function API

* Remove out_function API

* Remove pre_function API

* Remove post_function API

* Remove NewRelicLogHandler

* Fix Megalinter errors

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Remove transaction_tracer.capture_attributes

* Remove error_collector.capture_attributes

* Remove browser_monitoring.capture_attributes

* Remove analytic_events.capture_attributes

* Remove analytics_events.enabled

* Remove error_collector.ignore_errors

* Remove strip_exception_messages.whitelist

* Remove ssl as a setting

* Remove agent_limits.merge_stats_maximum setting

* Remove ignore_params setting

* ignore_errors removed from test

* Fix megalinter errors
* Remove unused linters from pyproject.toml

* Move packaging config to pyproject.toml

* Update setuptools_scm requirement

* Add exclude for version file

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Enable coverage for motor instrumentation (#1487)

* Drop CI Image Build Caching (#1493)

* Add deprecation warning for modules (#1490)

* Add deprecation warning for modules

* Megalinter fixes

* Bump github/codeql-action in the github_actions group (#1492)

Bumps the github_actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.30.1 to 3.30.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f1f6e5f...192325c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Add Additional Delay to Test Startup Fixture (#1494)

* Add additional delay to test startup fixture

* Fix assertion error message

---------

Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Temporarily remove pypy310 test from pymysql and aiomysql (#1501)

* Remove pymysql pypy310 test

* Remove aiomysql pypy310 test

* Falcon sanic testing fix (#1495)

* Remove unsupported Sanic from tests

* Remove unsupported Falcon from tests

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Camunda Pyzeebe Instrumentation (#1385)

* add initial pyzeebe instrumentation/tests

* second attempt at tests (failing)

* updated tests - 1/2 passing locally

* combine function_trace client tests

* fix: py agent team feedback #1

* fix: pyzeebe tests

* chore: ruff formatting

* fix: review updates #2

* fix: next round of updates

* fix: more updates based on feedback

* fix: resource parameter capture

* chore: ruff lint fixes

* fix: no txn tests;add resourceCount attr back

---------

Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>

* Format with ruff (#1505)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>
Co-authored-by: Keagan Peet <nobrac34@gmail.com>
* Deprecate analytics_events.max_samples_stored

* Deprecate transaction_events.max_samples_stored

* Deprecate span_events.max_samples_stored

* Deprecate event_harvest_config.harvest_limits.error_event_data

* Deprecate custom_insights_events.max_samples_stored

* Deprecate application_logging.forwarding.max_samples_stored

* Add settings to core/config

* Megalinter fixes

* Revert env var to previous value

* Add variable for default value

* Use preferred settings in agent

* Megalinter fixes

* Reviewer changes

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Drop monotonic C extension

* Add warning in setup.py

* Format and lint setup.py

* Fix 3.7 specific logic for Flask tests

* Removing all logic related to Python 3.7

* Format with ruff

* Remove py37 tests from tox

* Remove Python 2 syntax checks

* Sort agent.py file

* Fix merge commits

* Remove unsupported Sanic from tests

* Remove unsupported Falcon from tests

* Megalinter fixes

* Redo changes to setup.py

---------

Co-authored-by: Tim Pansino <timpansino@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
@TimPansino TimPansino requested a review from a team as a code owner September 22, 2025 22:34
@github-actions
Copy link
Copy Markdown

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 6 0 0 0.78s
✅ MARKDOWN markdownlint 7 0 0 0 1.21s
✅ MARKDOWN markdown-link-check 7 0 0 24.83s
✅ PYTHON ruff 938 0 0 0 0.94s
✅ PYTHON ruff-format 938 0 0 0 0.33s
✅ YAML prettier 13 0 0 0 1.41s
✅ YAML v8r 13 0 0 4.4s
✅ YAML yamllint 13 0 0 0.66s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@TimPansino TimPansino merged commit 66348e1 into main Sep 22, 2025
63 checks passed
@TimPansino TimPansino deleted the develop-11.0.0 branch September 22, 2025 22:53
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.35802% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.57%. Comparing base (4de44ee) to head (6d0950a).
⚠️ Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
newrelic/hooks/framework_webpy.py 0.00% 4 Missing ⚠️
newrelic/hooks/adapter_cherrypy.py 0.00% 2 Missing ⚠️
newrelic/api/error_trace.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1512      +/-   ##
==========================================
+ Coverage   81.44%   81.57%   +0.12%     
==========================================
  Files         211      206       -5     
  Lines       23953    23689     -264     
  Branches     3783     3753      -30     
==========================================
- Hits        19509    19324     -185     
+ Misses       3171     3102      -69     
+ Partials     1273     1263      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants