> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/release-notes/prisma-cloud-release-information/classic-releases/prisma-cloud-compute-release-information/features-introduced-in-compute-march-2024.md).

# Features Introduced in March 2024

Learn about the new Compute capabilities on Prisma™ Cloud Enterprise Edition (SaaS) in March 2024.

The host, container, and serverless capabilities on the **Compute** tab are being upgraded starting on March 24, 2024. When upgraded, the version will be 32.04.

* [Defender Upgrade](#defender-upgrade)
* [Enhancements](#enhancements)
* [API Changes](#api-changes)
* [End of Support Notifications](#end-of-support)
* [Known Issues](/release-notes/prisma-cloud-known-issues/known-fixed-issues.md)

## Defender Upgrade

| Plan to Upgrade Defender versions | With the `v32.00` (O’Neal) release, Defender versions supported (n, n-1, and n-2) are `v32.00`, `v31.00`, and `v30.00`. To prepare for this update, upgrade your Defenders from version `v30.xx` or an earlier release to a later version. Any defender versions before the `v30.xx` release, like `v22.xx` cannot connect to the current version. |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Upcoming Defender Obsolescence    | With the upcoming `v33.00` release, the release `v30.xx` defenders will be obsolete. To prepare for this upcoming update, plan your defender upgrade to release `v31.xx` or later.                                                                                                                                                                 |

## Enhancements

| **FEATURE**                                                         | **DESCRIPTION**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Blobstore Scanning Defender Upgrade for Tanzu Customers**         | Enhanced the existing `blobstore` scanning feature for Tanzu customers. As a part of this enhancement, existing `blobstore` scanning defenders will now appear disconnected and new defender instances will be automatically created to replace them. The disconnected `blobstore` will disappear after 24 hours as part of the retention process. This upgrade excludes Linux and Windows defenders (Full coverage defenders). If you have have configured `blobstore` scanning and assigned it to a specific `blobstore` defender after the release of 32.04, you are required to manually edit the configurations and change it to a newly created `blobstore` defender scanner. This release will also introduce a new tile support - jammy for TAS. |
| **Added Account ID information to the Defenders dashboard**         | Added **Account ID** to the manage Defenders dashboard under **Manage > Defenders**. The **Account ID** is also included in the downloadable CSV file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Enhanced the vulnerability assessment process**                   | Prisma Cloud now has an enhanced vulnerability assessment process for applications installed through the OS. If Prisma Cloud can’t detect any vulnerabilities in the vendor feed, it automatically searches for third-party security data to ensure comprehensive security coverage. Go to **Monitor > Vulnerabilities > Vulnerability Explorer** for a comprehensive list of the detected vulnerabilities.                                                                                                                                                                                                                                                                                                                                              |
| **Added a new macro for webhook alerts**                            | Added the `incidentTime` macro for webhook alerts. The macro shows the time the incident occurred. For example, `Jan 21, 2018 UTC`. Go to [Alerts Webhook](https://docs.prismacloud.io/en/classic/compute-admin-guide/alerts/webhook) to learn more about the macro.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Added support of Go packages extraction on Windows**              | Defenders now support the extractions of Go packages on Windows. This package extraction allows the Prisma Cloud Defenders to extract Go packages in zip, tar.gz, or tar.bz2 formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Exclude Go CVEs for Windows from the CVEs of Unix-based systems** | Prisma Cloud now excludes vulnerabilities found in Go packages that are specific to Windows from UNIX based operating systems in the **Vulnerability Explorer**. Go to **Monitor > Vulnerabilities > Vulnerability Explorer** for a comprehensive list of the detected vulnerabilities.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |

## API Changes

| **Change**                                                 | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Report vulnerabilities using Package URL (purl) format** | <p>The following API responses include a new parameter, ‘purl’:</p><ul><li><a href="https://pan.dev/compute/api/get-images">Get Image Scan Results</a></li><li><a href="https://pan.dev/compute/api/get-registry/">Get Registry Scan Results</a></li><li><a href="https://pan.dev/compute/api/get-scans/">Get All CI Image Scan Results</a></li><li><a href="https://pan.dev/compute/api/get-hosts/">Get Host Scan Results</a></li><li><a href="https://pan.dev/compute/api/get-vms/">Get VM Image Scan Results</a></li><li><a href="https://pan.dev/compute/api/get-serverless/">Get All CI Image Scan Results</a></li></ul><p>The ‘purl’ field identifies the absolute path for the packages.</p> |
| **API for sending console logs to remote syslog**          | [Add Logging Settings](https://pan.dev/compute/api/post-settings-logging/) API includes a new parameter ‘cert’ under ‘Syslog’ to configure a TLS certificate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |

## End of Support Notifications

There are no End of Support notifications for this release.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/release-notes/prisma-cloud-release-information/classic-releases/prisma-cloud-compute-release-information/features-introduced-in-compute-march-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
