Pipeline Control Gateway Release Notes - v1.1.0
Support for SQL trace and transaction trace data
- Implemented a new functionality to selectively drop data and attributes from
SqlTrace
andTransactionTrace
events using drop rules.
Security updates
Addressed vulnerabilities in the
golang.org/x/net
package, including a cross-site scripting issue and an HTTP Proxy bypass related to IPv6 Zone IDs.Upgraded to Go
1.24
and the following dependencies are updated to enhance security and incorporate recent fixes:golang.org/x/net
tov0.38.0
golang.org/x/sys
tov0.31.0
golang.org/x/text
tov0.23.0
Support for new functions
Added support for several new functions in NRQL drop rule queries. You can now use the following functions:
aparse()
floor()
getField()
hourOf()
numeric()
round()
string()
substring()
weekdayOf()
mod()
dimensions()
Support for Pipeline Control gateway 1.0.0
New Relic Pipeline Control is the data management component of New Relic Control that helps filter and discard low-value data prior to ingestion into the New Relic Platform. It consists of an agent called the Pipeline Control gateway that's deployed in your environment. You can create NRQL-based rules to discard unwanted data before it exits your environment.
To know more about Pipeline Control gateway, refer to the Pipeline Control documentation.