Notes
This release of the Python agent adds support for Azure Function Apps and protobuf v6.
Install the agent using easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.
New features
Adds support for Azure Function Apps
- Adds support for Azure Function Apps for HTTPTrigger types.
Bug fixes
Adds pb2 files to enable protobuf v6 support
- Previously, several google packages were not compatible with New Relic due to the lack of protobuf v6 support. This has now been resolved.
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.
See the New Relic Python agent EOL policy for information about agent releases and support dates.
Notes
이 파이썬 에이전트 릴리스에서는 MCP(모델 컨텍스트 프로토콜)에 대한 지원이 추가되고 importlib.metadata
및 pkg_resources
에 대한 가져오기 논리가 수정되었습니다.
끌어오기 패키지 색인을 통해 easy_install/pip/distribute
사용하여 에이전트를 설치하거나 뉴렐릭 다운로드 사이트 에서 직접 다운로드하세요.
새로운 기능
MCP(모델 컨텍스트 프로토콜)에 대한 지원 추가
버그 수정
importlib.metadata
에 대한 가져오기 논리를 수정합니다.pkg_resources
importlib.metadata
가져오기 주변의 논리를 업데이트하여pkg_resources.*
로 되돌아가기 전에importlib_metadata
백포트를 사용하려고 시도합니다. 이렇게 하면sys.version
조건문 사용이 제거되고 3.9에서importlib.metadata
사용할 수 있음에도 불구하고pkg_resources
만 사용할 수 있었던 문제가 해결됩니다.
지지 성명
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요.
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 끌어 당기는 에이전트 EOL 정책을 참조하세요.
Notes
이번 릴리스 에이전트에는 디스 레 v6.0.0에 대한 지원이 추가되고 OpenTelemetry-proto 패키지와의 충돌이 수정됩니다.
끌어오기 패키지 색인을 통해 easy_install/pip/distribute
사용하여 에이전트를 설치하거나 뉴렐릭 다운로드 사이트 에서 직접 다운로드하세요.
새로운 기능
레디스 v6.0.0 지원 추가
- REDIS v6.0.0에 도입된 모든 클라이언트 메서드에 대한 지원을 추가합니다.
버그 수정
OpenTelemetry-proto 패키지와의 충돌을 해결합니다.
- 에이전트의 OpenTelemetry-proto 내부 사본이 OpenTelemetry-proto를 사용하는 다른 패키지(예: ChromaDB)와 충돌하는 문제를 해결합니다. 이제 OpenTelemetry에서 이를 별도의 패키지로 처리하여 충돌을 방지해야 합니다.
지지 성명
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요.
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 끌어 당기는 에이전트 EOL 정책을 참조하세요.
Notes
이번 끌어 당기는 에이전트 릴리스에는 Google 생성형 AI SDK 및 축소된 새로운 Kinesis 메서드를 통해 Google Gemini에 대한 지원이 추가되었습니다.
끌어오기 패키지 색인을 통해 easy_install/pip/distribute
사용하여 에이전트를 설치하거나 뉴렐릭 다운로드 사이트 에서 직접 다운로드하세요.
새로운 기능
Google 생성형 AI SDK를 통해 Google Gemini에 대한 지원을 추가합니다.
- google-생성형 AI 에 대한 지원을 추가합니다. 에이전트는 자동으로 동기 및 부품 임베딩을 위해
embed_content
호출을 수행합니다. 이제 에이전트는 스트리밍이 아닌 경우 텍스트 입력에 대한 동기 및 비동기 텍스트 생성을 지원합니다. 여기에는 단일 텍스트 전용 입력을 위한generate_content
에 대한 호출과 다중 턴 대화를 위한send_message
에 대한 호출이 포함됩니다.
- google-생성형 AI 에 대한 지원을 추가합니다. 에이전트는 자동으로 동기 및 부품 임베딩을 위해
새로운 AWS Kinesis 메서드를 사용하세요
지지 성명
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요.
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 끌어 당기는 에이전트 EOL 정책을 참조하세요.
Notes
이번 릴리스 에이전트에서는 async elasticsearch 에 대한 지원을 추가하고, graphql 설정 구문 분석 문제를 수정하고, Kombu 측정 로그의 버그를 수정하고, Kombu 측정 도구를 다시 활성화합니다.
끌어오기 패키지 색인을 통해 easy_install/pip/distribute
사용하여 에이전트를 설치하거나 뉴렐릭 다운로드 사이트 에서 직접 다운로드하세요.
새로운 기능
elasticsearch에 비동기 지원 추가
- 비동기 elasticsearch 에 대한 지원을 추가합니다. fagnerzulin 님, 기여해 주셔서 감사합니다!
버그 수정
graphql 설정 파싱 추가
- 이전에는 설정 파일에서
instrumentation.graphql.capture_introspection_queries
설정이 지정되었을 때 이 설정이 적용되지 않았습니다. 이 문제는 해결되었습니다.
- 이전에는 설정 파일에서
Sentry로 Kombu를 실행할 때 발생하는 충돌 수정
inspect
모듈에서TypeError
이 발생한 Kombu 측정, 과학적 충돌을 수정했습니다. 이 버그는 뉴렐릭과 센트리 간의 래핑 충돌로 인해 발생했습니다. Kombu 측정, 로그도 다시 활성화되었습니다.
지지 성명
최신 에이전트 버전이 출시되면 즉시 업데이트하는 것이 좋습니다. 최신 버전으로 업그레이드할 수 없는 경우, 에이전트를 90일 이내 버전으로 업데이트하세요. 에이전트에게 최신 정보를 제공하는 방법에 대해 자세히 알아보세요.
에이전트 릴리스 및 지원 날짜에 대한 정보는 뉴렐릭 끌어 당기는 에이전트 EOL 정책을 참조하세요.
Notes
This release of the Python agent adds OpenTelemetry compatible datastore span attribute names, fixes a bug in LangChain instrumentation, and temporarily disables Kombu instrumentation.
Install the agent using easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.
New features
Add OpenTelemetry compatible datastore span attributes
- The datastore span attributes are now more consistent with OpenTelemetry naming conventions
Bug fixes
Fix LangChain instrumentation for string response types
- Previously, when LangChain returned string-type responses, the agent only captured the first character of the string. This has been corrected.
Disable Kombu instrumentation
- Existing Kombu instrumentation in the agent is crashing with a
TypeError
being raised from theinspect
module. This instrumentation has been temporarily disabled and will be re-enabled in a future release once the root cause of the crash is identified and patched.
- Existing Kombu instrumentation in the agent is crashing with a
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.
See the New Relic Python agent EOL policy for information about agent releases and support dates.