Notes
Bug fixes
Code refactoring
Documentation
Continuous integration
- Benchmark tests run on push on main (#3359) (c0f81c3)
- Changed NUGET_SOURCE workflow to variable (#3364) (10692db)
- Fix benchmark workflow (#3365) (7da99b5)
- Updated the
GH_RELEASE_TOKEN
to point to our bot user PAT instead of python agent (#3363) (06eb5c1)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Bug fixes
- Default
requestParameters
to an object to avoid crash intransaction.addRequestParameters
(#3361) (ecd0d1d)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
Code refactoring
- Removed instances of
url.parse
. Streamlined how http instrumentation creates relevant attributes. (#3340) (1fc1e1a) - Updated
openai
instrumentation to subscribe to events emitted (#3331) (04dd677)
Documentation
Miscellaneous chores
Tests
- Added more cassandra-driver tests (#3323) (d2e9d10)
- Fixed long running benchmark test and add
shimmer.subscribers
benchmark test (#3349) (15253c0) - Fixed langchain openai streaming tests by explicitly passing
streaming: true
to chat model (#3346) (4f12499) - Fixed openai test after migration to tracing channel (#3336) (0d01e29)
- Hardened
batch-span-streamer.test.js
to avoid random failures in CI (#3338) (2077ce3)
Continuous integration
- Set benchmark host default to staging (#3332) (55f6b8d)
- Updated the redis container to use the official
redis
image asbitnami/redis
is moving and no reason to use a 3rd party image (#3342) (8ffb393)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
코드 리팩토링
선적 서류 비치
지지 성명:
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 Node.js 에이전트 EOL 정책을 참조하세요. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
특징
- 구독자 기반 측정에 대한
Supportability/Features/Instrumentation/OnRequire/<pkg>
지표를 등록하는 기능이 추가되었습니다. (#3312) (87bfa40) - orchestrion-js와 함께 작동하도록 esm 로더 후크와 commonjs 패치를 추가했습니다(#3312)(415aeba)
@modelcontextprotocol/sdk
클라이언트 호출client.callTool
,client.readResource
및client.getPrompt
에 대한 측정, 로그가 추가되었습니다. (#3312) (5d9790b)
버그 수정
- OTEL 패키지 감지를 중심으로 한 고정 논리(#3326)(4df30e5)
- 비활성화된 구독자를 올바르게 설정하고 건너뛰기 위해
shimmer.setupSubscribers
업데이트했습니다(#3312)(cf5b3ec)
코드 리팩토링
config.instrumentation.<pkg-name>.enabled
통해 구독자를 비활성화하는 기능 추가(#3312)(55f8fe7)- 부모가 내부로 표시되고 동일한 패키지인 경우 가입자 기반 측정, 계측에서 세그먼트 생성을 방지하는 기능 추가(#3322)(91f91c2)
opensearch
클래스에서id
모범을 제거했습니다. (#3312) (8be00ce)- 방출된 이벤트를 구독하도록
opensearch
측정, 로그를 업데이트했습니다. (#3312) (9a27a5d) - 생성된 이벤트를 구독하기 위해 elasticsearch 측정을 업데이트했습니다. (#3312) (a3e2348)
- ioredis 측정, 방출된 이벤트를 구독하도록 업데이트됨(#3312) (90b97d2)
- 발행된 이벤트를 구독하기 위해 pino 측정, 로그를 업데이트했습니다. (#3312) (28bbe9f)
- 세그먼트를 생성하고 속성을 지정하고 시작하는 공통 createSegment를 갖도록 구독자를 업데이트했습니다(#3317)(aa3f8d9)
- shim에 대한 의존도를 제거하기 위해 undici 측정, 로그를 업데이트했습니다. 또한 요청 객체의 심볼 대신 컨텍스트에 관련 세그먼트를 저장하는 기능이 업데이트되었습니다(#3312)(ec17fa7)
선적 서류 비치
잡일
테스트
- 이전 버전에서 OpenSearch 패키지 버전을 얻는 방법을 수정했습니다. (#3314) (e45ab27)
- 테스트에서 불필요한
prisma.$use
제거하여 고정 해제(#3303)(db20324)
통합 연결
- 메트릭을 전송하지 않더라도 사용자가 벤치마크 테스트를 실행할 수 있도록 허용(#3307)(1be1514)
- 벤치마크 테스트를
TEST_LICENSE
사용하도록 변경합니다(#3325)(1f7f733)
지지 성명:
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 Node.js 에이전트 EOL 정책을 참조하세요. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
특징
- OTEL 로그 API에 대한 지원이 추가되었습니다(#3228)(19a9c78)
- 패키지에 대해 측정, 로그가 비활성화된 경우 지원 가능성 지표를 추가했습니다. (#3252) (6098a5b)
- 비활성화된 타이머 측정, 샘플 설정에서 기본적으로 로그(#3253)(72eb8d4)
버그 수정
코드 리팩토링
선적 서류 비치
- 업데이트된 추적 추적 예시, 올바른 리포지터리 (#3254) (1fb3859)를 사용하는 목표
- 업데이트된 호환성 보고서(#3299)(8b85342)
- 업데이트된 호환성 보고서(#3267)(2712c94)
- 업데이트된 호환성 보고서(#3265)(daedadd)
- 업데이트된 호환성 보고서(#3261)(bd7d3fa)
- 업데이트된 호환성 보고서(#3246)(c289fb5)
- 업데이트된 호환성 보고서(#3241)(64529e1)
잡일
테스트
- 버전 테스트에서 엔진과 버전 범위를 정리했습니다(#3260)(c7fd60e)
- 고정 실패한 http 벤치마크 테스트(#3258)(7e8cd48)
- 실패한 스팬-이벤트 벤치마크 테스트를 수정했습니다. (#3255) (05b955f)
- 최신 24개 항목에 대한 CI 문제 수정(#3277)(960d169)
- 타이머 측정, 계측이 항상 활성화되어 있다고 가정하는 고정 테스트(#3257)(40cfda1)
- nestjs 테스트 앱에서 peer deps 강제 설치(#3269)(4e454ff)
통합 연결
지지 성명:
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 Node.js 에이전트 EOL 정책을 참조하세요. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
⚠ BREAKING CHANGES
This version of the Node.js agent is a SemVer MAJOR update and contains the following breaking changes. MAJOR versions may drop support for language runtimes that have reached End-of-Life according to the maintainer. Additionally, MAJOR versions may drop support for and remove certain instrumentation. For more details on these changes please see the migration guide.
- Dropped support for Node.js 18
- Updated min supported version for
fastify
to 3.0.0,pino
to 8.0.0, andkoa-router
to 12.0.0
Features
- Dropped support for Node.js 18 (#3097) (cb7c080)
- Updated min supported version for
fastify
,pino
, andkoa-router
(#3108) (ae9e21d)
Documentation
- Updated AI Monitoring compatibility docs with new AWS Bedrock APIs (#3230) (e1ff0d3)
- Updated compatibility report (#3237) (dc85e4e)
Tests
- Fixed
assertSegments
to insert all expected segments (#3239) (de183fb) - Updated tests to mock outgoing calls to avoid issues in CI (#3234) (66694c6)
Continuous integration
- Updated prepare release to exclude semver major copy for repos other than
node-newrelic
(#3242) (82d9689) - Updated release prep to add copy around breaking changes (#3199) (ca1131c)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)