IMPORTANT: This site is planned to be decommissioned in 2026. Visit the Tanium Resource Center for all Tanium release notes, user guides, and support information. To view release notes in the Resource Center, see Tanium Release Notes.
IMPORTANT: If you are using semi-annual releases for on premises, see the Release notes for 2024H1 semiannual release, Release notes for 2024H2 semiannual release, or Release notes for 2025H1 semiannual release on the Tanium Resource Center.
Effective October 15, 2024: On prem release notes on the Tanium Knowledge Base are frozen. For release notes related to 7.4 or 7.5 Server and Solutions, see the Monthly updates for Tanium Version 7.4 and 7.5 Server and Solutions on the Tanium Resource Center.
Release Notes API Gateway (Version 1.2)
Tanium API Gateway 1.2.53
Release Date: March 8, 2022
New Features
- The Endpoints query now supports two additional filtering options, which allow users more control over which endpoints they receive data from:
- a computer group filter, using the filter syntax:
filter: {memberOf: {name: "computer-group-name"}} - a sensor readings filter, using the filter syntax:
filter: {sensor: {name: "sensor-name", value: “filter-value”}}
- a computer group filter, using the filter syntax:
- The API Gateway provides improved error handling for unavailable fields. Fields can be unavailable for a variety of reasons, including not registered for collection in TDS, or the underlying sensor not installed in the Tanium platform through either a module or solution. Whenever possible, the API Gateway returns all available fields and provides information in an error field about sensors that could not be returned. This capability makes it easier for integrators to build solutions for multiple customers who may have different Tanium modules and content solutions installed.
- Multiple fields have updated schema documentation to show which underlying sensors are used to collect information.
Resolved Issues
- This release includes security updates. Details of the issues, including affected versions and mitigation information, can be obtained within Tanium's Support Portal or by contacting your TAM.
- Various bug fixes and enhancements