OneAgent release notes version 1.271
Rollout start: Aug 07, 2023
With this release, the oldest supported OneAgent versions are:
Standard Support | Enterprise Success and Support |
---|---|
1.253 | 1.247 |
Technology support
New technology support
For more information, see New technology support.
- AlmaLinux 9.0, 9.1, 9.2 (OS module)
- Amazon SNS for Java (AWS Lambda integration). Get started
- Amazon SQS for Java (AWS Lambda integration). Get started
- Fedora 37, 38 (OS module)
- NGINX 1.25.0, 1.25.1 (NGINX module)
- Node.js 20 (Node.js module)
- openSUSE 15.5 (OS module)
- OpenTelemetry agent 1.27, 1.28 (Java module)
End of support
For more information, see End of support announcements.
- Fedora 35 (OS module)
- Vendor end of support: 2022-11-15
- IBM JVM version 7 (z/OS Java module)
- Vendor end of support: 2022-04-30
- OneAgent SDK for Java 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 1.7. Announcement
New features and enhancements
POST requests tracing with Play framework and Akka HTTP server
Application Observability | Distributed traces
POST requests tracing is now supported when running the Play framework v2.8 with Akka HTTP server.
Resolved issues
General Availability (Build 1.271.117)
The 1.271 GA release contains 18 resolved issues.
All modules
- Support archive cleanup, which removes old support archive directories recursively, no longer follows symlinks (prevents unwanted removal of files outside the support archive directory). (OA-17713)
General
- Resolved issue with HostID source on Azure/AWS (HostID is now recalculated on Azure/AWS when HostIdSource is manually changed). (HOST-2690)
- Fixed an attack protection issue that could result in attacks not being reported in some cases. (OA-17642)
OS module
- Updated permissions for log files located in the os subdirectory of the OneAgent log directory to allow read/write only for the owner (600 for Linux). (HOST-3193)
- OneAgent now correctly reads the cluster name for server instances that were configured for dynamic clusters (using the <server-template> option). The cluster name is added to PG/PGI calculations, meaning that previous, incorrect PG/PGIs will change. (HOST-3204)
- Corrected computation of host CPU usage counters when CPU time counters wrap around, which can happen when the host has been running for a very long time. (HOST-3356)
- The metric for low connectivity events raised by the OneAgent OS module now visualizes not timeouts but a summary of timeouts and resets. (HOST-3047)
- Corrected detection of Podman containers created by systemd services. (HOST-3283)
- Improved detection of volatile Podman containers in the OS module. (HOST-3335)
- Disabled Windows network drive monitoring in response to API hanging in certain scenarios. (HOST-3206)
Java
- Improved detection of third-party vulnerabilities in nested JAR files. (OA-18215)
- Improved the attack protection feature for SQL to prevent false positives for some special characters. (OA-18511)
- Fixed an attack protection and vulnerability detection issue that, if ServletRequest or HttpServletRequest was implemented via proxy, could result in an UnsupportedOperationException. (OA-17476)
- Resolved issue that prevented cookies from being considered for attack protection and vulnerability detection in Jakarta Servlets (servlet 5). (OA-17925)
.NET
- AspNet sensor: improved handling for retrieving context in ASP-hosted WCF apps. (OA-19004)
- Improved stability of the .NET code-level vulnerability/attack evaluation OneAgent feature. (OA-18405)
Go
- Resolved issue causing crash upon injection into a statically linked Go app built with the `-extldflags '-static-pie'` option. (OA-17365)
Node.js
- Fixed a memory leak caused by the Node.js code module, which was introduced by a module-internal optimization (since reverted). (OA-19275)
OneAgent for Android
General Availability (Build 1.271.1)
The 1.271 GA release doesn't contain any user-facing resolved issues.
OneAgent for iOS
General Availability (Build 1.271.2)
The 1.271 GA release contains 2 resolved issues.
OneAgent for iOS
- Fixed bug where lifecycle instrumentation didn't correctly forward the original method parameters. (RUM-11712)
- Resolved issue with instrumentation of Sheet and Popover when shorthand arguments syntax is used to provide the content. (RUM-11693)
OneAgent for JavaScript resolved issues
General Availability (Build 1.271.50)
The 1.271 GA release contains 1 resolved issue.
JavaScript
- Fixed an issue where the regex provided for setting the x-dtc header was ignored when matching against the host name for same-origin XHR/fetch requests. (RUM-11838)