• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

Node.js agent release notesRSS

November 13
Node.js agent v13.6.4

Notes

Bug fixes

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/)

November 11
Node.js agent v13.6.3

Notes

Bug fixes

  • Updated @google/genai to properly handle assigning token counts to LlmCompletionSummary message (#3495) (f805d38)
  • Updated AWS Bedrock instrumentation to properly assign token counts (#3491) (b1687f6)
  • Updated openai instrumentation to properly handle streaming when stream_options.include_usage is set (#3494) (37c43f5)

Code refactoring

  • Update mysql and mysql2 instrumentation to subscribe to events emitted (#3423) (2e38914)

Documentation

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/)

October 29
Node.js agent v13.6.2

Notes

버그 수정

  • 경로에 정의된 미들웨어를 제대로 로그아웃하기 위해 Express 측정을 업데이트했습니다. (#3473) (e383c4e)

선적 서류 비치

  • 구독자 기반 측정, 로그(#3432)(3b3ab72)를 사용하는 방법을 문서화했습니다.
  • 업데이트된 호환성 보고서(#3471)(964543b)

지지 성명:

최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 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/)

October 28
Node.js agent v13.6.1

Notes

버그 수정

  • 함수가 아닌 경우 핸들러를 래핑하지 않도록 미들웨어 래퍼를 업데이트했습니다(#3469)(c702689)

선적 서류 비치

지지 성명:

최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 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/)

October 27
Node.js agent v13.6.0

Notes

특징

  • http2 클라이언트 메서드에 대한 측정, 로그가 추가되었습니다. (#3284) (bda7aea)

버그 수정

  • .pipeline 사용할 때 발생하는 오류의 파손을 처리하기 위해 ioredis 측정, 계측을 업데이트했습니다. (#3457) (49f4d93)
  • include_usage 설정된 경우 빈 청크를 처리하기 위해 openai instrumentStream 함수를 업데이트했습니다(#3427)(f804940)

코드 리팩토링

  • 방출된 이벤트를 구독하기 위한 express 측정, 로그 업데이트(#3424)(bbf3d01)
  • 더 나은 for...of 또는 for index 루프를 위해 측정에서 Array.forEach 의 로그가 업데이트되었습니다. (#3463) (99484ce)
  • 더 나은 for...of 또는 for index 루프를 위해 Array.forEach 의 인스턴스를 업데이트했습니다(#3440)(48c37bf)
  • aws-bedrock LLM 이벤트에 대한 토큰 계산이 업데이트되었습니다(#3445)(9450181)
  • google-genai LLM 이벤트에 대한 토큰 계산이 업데이트되었습니다(#3431)(41d32be)
  • openai LLM 이벤트에 대한 토큰 계산이 업데이트되었습니다(#3430)(b8678cc)

선적 서류 비치

잡일

테스트

  • agent_helper에 randomString 도우미를 추가하고 ioredis에서 플래피 테스트를 피하기 위해 사용했으며, 또한 kafka, elasticsearch 및 opensearch 테스트에서 임의 문자열의 로컬 인스턴스를 업데이트했습니다(#3462)(4deb6d8)
  • 테스트 중간에 인덱스가 제거되는 것을 방지하기 위해 flushall 대신 flushdb 실행하여 ioredis와 ioredis-esm 간의 충돌을 수정했습니다(#3464)(5e3f0a8)
  • 충돌을 발생시키기 위해 의도적으로 메서드를 잘못 철자하는 고정된 비동기 오류 테스트(#3435)(ff9f064)
  • AWS-sdk-v3 common.js 요구 사항을 semver로 이동했습니다(#3461)(6a380ef)
  • Next.js 테스트를 <16.0.0 에 고정했습니다(#3446)(10787a1)
  • @langchain/core 의 최소 테스트 버전을 1.0.0으로 업데이트했습니다(#3437)(b61f67a)

지지 성명:

최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 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/)

October 14
Node.js agent v13.5.0

Notes

코드 리팩토링

  • 방출된 이벤트를 구독하도록 fastify 측정, 로그를 업데이트했습니다. (#3407) (51e361e)

  • 방출된 이벤트를 구독하도록 pgpg-native 측정 측정을 업데이트했습니다. (#3397) (04af258)

  • 기본적으로 timers.setTimeouttimers.setInterval 비활성화하기 위해 config.instrumentation.timers.enabled false로 업데이트했습니다. (#3414) (b925d3d)

    • 다시 활성화하려면 config에서 config.instrumentation.timers.enabled true 로 설정하거나 설정하세요. NEW_RELIC_INSTRUMENTATION_TIMERS_ENABLED=true

선적 서류 비치

잡일

  • 새로운 진단 기본 클래스를 추가하고 새 클래스를 사용하도록 undici를 마이그레이션했습니다(#3408)(8047bf1)
  • 샘플러용 디렉토리 생성(#3419)(dd2d3df)

스타일

  • check-typesrequire-returns-type jsdoc 필요(#3400)(e4cd687)
  • jsdoc check*, implements-on-classes 및 일부 no-undefined-types 가 필요합니다(#3404)(4fa645b)
  • jsdoc require-returns-checkrequire-property-* 필요 (#3403) (1008073)

테스트

  • package.json이 내보내지지 않을 때 패키지 버전을 가져오는 도우미를 추가하고 해당 버전이 필요한 테스트를 업데이트했습니다(#3411)(5ae02c7)
  • 보안 에이전트가 활성화된 경우 고정된 fastify 세그먼트 트리 어설션(#3422)(b2cf6ed)
  • 모든 스트리밍 테스트를 위해 새 포트에서 수신하도록 mcp 테스트를 리팩토링하고 불필요한 프로세스 종료를 제거했습니다(#3420)(17db813)
  • setTimeout이 비활성화된 openai 어설션을 업데이트했습니다(#3421)(ceec8f9)

지지 성명:

최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 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/)

Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.