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

Bump com.newrelic.agent.java:newrelic-api from 8.3.0 to 8.5.0 #116

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps com.newrelic.agent.java:newrelic-api from 8.3.0 to 8.5.0.

Release notes

Sourced from com.newrelic.agent.java:newrelic-api's releases.

Version 8.5.0

New features and improvements

  • Kafka Connect instrumentation: Adds metrics and transaction tracing for version 2.0.0+ #1324
  • Kafka: Added metrics to understand the relationship between consumers, producers, topics and nodes #1223
  • IAST: Limiting the supported version range for Apache log4j due to the new version release of Apache log4j on 21 June 2023 #80
  • IAST: Support for indication what all API-IDs are scanned or being scanned #80
  • All existing instrumnetation now supports Jakarta 10 EE

Fixes

  • Implement the getStatus() method in the NRWrapper class for version 5 and 6 of Servlet instrumentation #1315

Deprecations

  • aws-wrap-0.7.0
  • java.completable-future-jdk8
  • play-2.3
  • spring-3.0.0
  • netty-3.4
  • Struts v1 and v2 (legacy pointcut instrumentation)

New Contributors

Full Changelog: newrelic/newrelic-java-agent@v8.4.0...v8.5.0

Version 8.4.0

New features and improvements

Added a public preview of the Interactive Application Security Testing (IAST) mode of the New Relic Security agent. 1224

Warning The New Relic Security agent IAST mode is in public preview and should only be used in non-production environments.

By default, the New Relic Security agent IAST mode is completely disabled. To enable it, set both newrelic.config.security.agent.enabled=true and newrelic.config.security.enabled=true.

Full configuration options are detailed below (note that the security stanza should be indented two spaces under the pre-existing common stanza in the newrelic.yml config file):

  # New Relic Security vulnerability detection.
  security:
    # Determines whether the security data is sent to New Relic or not. When this is disabled and agent.enabled is
    # true, the security module will run but data will not be sent. Default is false.
    enabled: false
# New Relic Security provides two modes: IAST and RASP
# Default is IAST. Due to the invasive nature of IAST scanning, DO NOT enable this mode in either a
# production environment or an environment where production data is processed.
mode: IAST

</tr></table>

... (truncated)

Changelog

Sourced from com.newrelic.agent.java:newrelic-api's changelog.

Version 8.5.0

New features and improvements

  • Kafka Connect instrumentation: Adds metrics and transaction tracing for version 2.0.0+ #1324
  • Kafka: Added metrics to understand the relationship between consumers, producers, topics and nodes #1223
  • IAST: Limiting the supported version range for Apache log4j due to the new version release of Apache log4j on 21 June 2023 #80
  • IAST: Support for indication what all API-IDs are scanned or being scanned #80
  • All existing instrumnetation now supports Jakarta 10 EE

Fixes

  • Implement the getStatus() method in the NRWrapper class for version 5 and 6 of Servlet instrumentation #1315

Deprecations

  • aws-wrap-0.7.0
  • java.completable-future-jdk8
  • play-2.3
  • spring-3.0.0
  • netty-3.4
  • Struts v1 and v2 (legacy pointcut instrumentation)

Full Changelog: newrelic/newrelic-java-agent@v8.4.0...v8.5.0

Version 8.4.0

New features and improvements

Commits
  • 310f93a Disabling AIT r2dbc/oracle
  • 2fe0ced Disabling kafka-connect-spans by default
  • b546fff Merge pull request #1408 from newrelic/more_unit_tests_JGB_0719
  • 4d4a3f4 Got Mockito-Inline working in the newrelic-agent module, we should be able to...
  • 01e831f Merge pull request #1404 from k2io/csec-bump-1-0-4
  • e6da58d Merge pull request #1405 from newrelic/database-tests
  • acf68e4 Update java.gradle exclusions
  • c911633 Database component tests
  • c278740 Security agent version bump to 1.0.4 public preview
  • b971e7b Merge pull request #1403 from newrelic/test-exclusions
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.newrelic.agent.java:newrelic-api](https://github.com/newrelic/newrelic-java-agent) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/newrelic/newrelic-java-agent/releases)
- [Changelog](https://github.com/newrelic/newrelic-java-agent/blob/main/CHANGELOG.md)
- [Commits](newrelic/newrelic-java-agent@v8.3.0...v8.5.0)

---
updated-dependencies:
- dependency-name: com.newrelic.agent.java:newrelic-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 28, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2023

Looks like com.newrelic.agent.java:newrelic-api is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 13, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.newrelic.agent.java-newrelic-api-8.5.0 branch August 13, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants