<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Planet Changelog</title>
        <link>https://docs.planet.com/develop/changelog/</link>
        <description>Latest updates, breaking changes, and deprecations.</description>
        <lastBuildDate>Wed, 24 Jun 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>ChangelogPlugin</generator>
        <language>en</language>
        <atom:link href="https://docs.planet.com/changelog/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Update the cloud_filter tool on hosting subscriptions]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=update-the-cloud-filter-tool-on-hosting-subscriptions-2026-06-24</link>
            <guid>https://docs.planet.com/develop/changelog/update-the-cloud-filter-tool-on-hosting-subscriptions-2026-06-24</guid>
            <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The cloud_filter tool can now be added, modified, or removed on hosting subscriptions after creation.]]></description>
            <content:encoded><![CDATA[<p>You can now change the <a href="/develop/apis/subscriptions/tools/#cloud-filter"="https://docs.planet.com/href"><code>cloud_filter</code></a> tool on a hosting subscription after it has been created. Updating a subscription to add, modify, or remove <code>cloud_filter</code> is permitted because it only affects which scenes are delivered, not the output file format.</p>
<p>All other tool changes remain unsupported on hosting subscriptions, since they could produce files incompatible with the existing data collection. As with any subscription update, the change applies only to future deliveries.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Tasking Automated Delivery: nested delivery payload and path prefix support]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=tasking-automated-delivery-nested-delivery-payload-and-path-prefix-support-2026-06-09</link>
            <guid>https://docs.planet.com/develop/changelog/tasking-automated-delivery-nested-delivery-payload-and-path-prefix-support-2026-06-09</guid>
            <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The Tasking API now accepts the same delivery payload shape as the Orders API and supports an optional path prefix for delivered assets.]]></description>
            <content:encoded><![CDATA[<p>The Tasking API now accepts an Orders-API-shaped <strong>delivery</strong> block on order create and redelivery, with optional <strong>path_prefix</strong> support that propagates end-to-end to delivered assets. See the <a href="/develop/apis/tasking/auto_delivery/"="https://docs.planet.com/href">Automated Delivery documentation</a> for full details.</p>
<h4>New Features</h4>
<ul>
<li>Configure auto-delivery on order create with a nested <strong>delivery.destination</strong> block containing a <strong>ref</strong> and an optional <strong>path_prefix</strong>, matching the Orders API shape. Use <strong>pl:destinations/default</strong> to deliver to your organization&#39;s default destination.</li>
</ul>
<pre><code class="language-json">&quot;delivery&quot;: {
  &quot;destination&quot;: {
    &quot;ref&quot;: &quot;pl:destinations/my-s3-destination-CKxV9io&quot;,
    &quot;path_prefix&quot;: &quot;planet-scenes&quot;
  }
}
</code></pre>
<ul>
<li>Organize delivered assets with an optional <strong>path_prefix</strong>:<ul>
<li>Allowed characters: letters (Unicode included), digits, and <strong>_ - . / +</strong>.</li>
<li>A forward slash (/) is treated as a folder; cannot be at the start or end.</li>
<li>Maximum 128 bytes (UTF-8).</li>
</ul>
</li>
<li>Redelivery requests to <strong>/v2/delivery-tasks/</strong> accept the same nested <strong>delivery</strong> block. Omit it to inherit the original delivery task&#39;s destination and prefix; supply it to override either or both. Uniqueness is now enforced on the (destination, path_prefix, assets, capture) tuple, so redelivering to the same destination with a different prefix is allowed.</li>
<li><strong>DeliveryTask</strong> responses now expose <strong>pl_ref</strong> and <strong>path_prefix</strong> alongside the existing <strong>delivery_destination_id</strong>.</li>
<li>The Tasking Dashboard delivery component (order entry and Deliver Again modal) now includes a &quot;Path prefix (optional)&quot; input. Detail views show the path prefix alongside the destination when set.</li>
</ul>
<h4>Breaking Changes</h4>
<p>The flat <strong>auto_delivery_destination_id</strong> (on orders) and <strong>delivery_destination_id</strong> (on redelivery) fields are deprecated and will be removed in a future version. Use the nested <strong>delivery.destination.ref</strong> shape instead. Supplying both shapes with conflicting values will be rejected.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Sentinel Hub API Path Structure Update Complete]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=sentinel-hub-api-path-structure-update-complete-2026-04-02</link>
            <guid>https://docs.planet.com/develop/changelog/sentinel-hub-api-path-structure-update-complete-2026-04-02</guid>
            <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Sentinel Hub API path structure update is complete.]]></description>
            <content:encoded><![CDATA[<p>The Sentinel Hub API path structure update announced <a href="https://community.planet.com/product-updates/api-path-structure-updates-for-sentinel-hub-services-6448">here</a> on March 9th has been completed. A new path format <strong>/<service>/<version></strong> is now available. We encourage you to migrate from the legacy <strong>/api/<version>/<service></strong> format.</p>
<h4>Affected services:</h4>
<ul>
<li>Processing API</li>
<li>Asynchronous Processing API</li>
<li>Statistical API</li>
<li>Batch Statistical API</li>
<li>Batch Processing API</li>
<li>Catalog API</li>
<li>Zarr Import API</li>
<li>Bring Your Own COG (BYOC) API</li>
</ul>
<h4>Impact</h4>
<ul>
<li>Both old and new URL formats continue to work with no breaking changes.</li>
<li>Response links from services now use the new path format.</li>
<li>We updated documentation to reflect the new path format.</li>
</ul>
<h4>Deprecation Notice</h4>
<p>The legacy <strong>/api/<version>/<service></strong> format will be deprecated in the future. We recommend migrating your integrations to the new format soon.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Subscriptions API Backfill Complete Field]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=subscriptions-api-backfill-complete-field-2026-02-23</link>
            <guid>https://docs.planet.com/develop/changelog/subscriptions-api-backfill-complete-field-2026-02-23</guid>
            <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Added backfill_complete timestamp field to subscription responses for enhanced visibility into backfill progress.]]></description>
            <content:encoded><![CDATA[<p>The Subscriptions API now includes a nullable <a href="/develop/apis/subscriptions/#backfill-completion-status"="https://docs.planet.com/href">backfill_complete</a> timestamp.</p>
<p>A null value means backfill is in progress or not applicable (e.g. forwardfill subscriptions), while a timestamp marks its completion (UTC). This allows workflows to check backfill status without relying on webhook notifications.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[New Subscriptions API Feature: Suspension and Reactivation]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=new-subscriptions-api-feature-suspension-and-reactivation-2026-02-02</link>
            <guid>https://docs.planet.com/develop/changelog/new-subscriptions-api-feature-suspension-and-reactivation-2026-02-02</guid>
            <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Subscriptions API now supports pausing and resuming the delivery of subscription results via suspension and reactivation.]]></description>
            <content:encoded><![CDATA[<p>We are excited to announce support for subscription suspension and reactivation in the Subscriptions API! You can now pause and resume the delivery of subscription results, giving you greater control over your data delivery workflows.</p>
<p>For detailed information about how suspension and reactivation works, see the <a href="/develop/apis/subscriptions/#suspension-and-reactivation"="https://docs.planet.com/href">Suspension and Reactivation</a> section in the Subscriptions API documentation.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Forest Carbon Monitoring Data Release for Q4 2025 and Announcement Changes]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=forest-carbon-monitoring-data-release-for-q4-2025-and-announcement-changes-2026-01-15</link>
            <guid>https://docs.planet.com/develop/changelog/forest-carbon-monitoring-data-release-for-q4-2025-and-announcement-changes-2026-01-15</guid>
            <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[New data for Forest Carbon Monitoring is available and dropping changelog announcements]]></description>
            <content:encoded><![CDATA[<p>Planet has released a new Forest Carbon Monitoring v1.0 dataset covering September 21th, 2025 through December 20th, 2025.</p>
<h4>Announcements 📣</h4>
<p>Future quarterly updates to Forest Carbon Monitoring will happen on the last day of the month for each quarter, as usual. However, since these are scheduled and automated, there will no longer be a post to this changelog. The changelog will still be used for important changes or version releases to Forest Carbon Monitoring.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Destinations API supports default destinations]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=destinations-api-supports-default-destinations-2025-12-05</link>
            <guid>https://docs.planet.com/develop/changelog/destinations-api-supports-default-destinations-2025-12-05</guid>
            <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Destinations API supports organization default destinations]]></description>
            <content:encoded><![CDATA[<p>Customers can designate a destination as <a href="/develop/apis/destinations/#default-destinations"="https://docs.planet.com/href">default</a> for their organization. Administrators can designate any destination in their organization as default, and destination owners can designate destinations they have created as default. The default designation is globally available, and applies to the whole organization. An organization can have zero or one default destination at any time.</p>
<p>Support has been added to <a href="https://pypi.org/project/planet/3.3.0">v3.3.0 of the Planet SDK</a>.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Subscriptions API supports a geometry relation for catalog sources]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=subscriptions-api-supports-a-geometry-relation-for-catalog-sources-2025-11-19</link>
            <guid>https://docs.planet.com/develop/changelog/subscriptions-api-supports-a-geometry-relation-for-catalog-sources-2025-11-19</guid>
            <pubDate>Wed, 19 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Subscriptions API now supports geometry_relation for catalog sources (i.e. scenes).]]></description>
            <content:encoded><![CDATA[<p>Customers can specify a <a href="/develop/apis/subscriptions/sources#geometry-relation"="https://docs.planet.com/href">geometry relation</a> of <strong>intersects</strong>, <strong>contains</strong>, or <strong>within</strong> in the source block for <a href="/develop/apis/subscriptions/sources#catalog-source-type"="https://docs.planet.com/href">catalog subscriptions</a>. This extends the <a href="/develop/apis/data/item-search#geometryfilter"="https://docs.planet.com/href">GeometryFilter functionality from Data API</a> into Subscriptions API. If no relation is supplied, the default of <strong>intersects</strong> is used. <strong>disjoint</strong> <em>is not</em> supported.</p>
<p>The geometry relation will now always be returned in the subscription source (for catalog subscriptions). Subscriptions created before this release will be populated with <strong>intersects</strong> as that is the historical and default behavior.</p>
<p>Support has been added to <a href="https://pypi.org/project/planet/3.4.0/">v3.4.0 of the Planet SDK</a>.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Deprecation of Soil Water Content and Vegetation Optical Depth 1000m v4.0 Resources]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=deprecation-of-soil-water-content-and-vegetation-optical-depth-1000m-v4-0-resources-2025-11-01</link>
            <guid>https://docs.planet.com/develop/changelog/deprecation-of-soil-water-content-and-vegetation-optical-depth-1000m-v4-0-resources-2025-11-01</guid>
            <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[The Soil Water Content and Vegetation Optical Depth 1000m v4.0 resources are deprecated]]></description>
            <content:encoded><![CDATA[<h4>Deprecation Notice ⚠️</h4>
<p>The following <strong>Soil Water Content 1000m v4.0</strong> and <strong>Vegetation Optical Depth 1000m v4.0</strong> resources were <strong>deprecated on November 1, 2025</strong>:</p>
<p><strong>Soil Water Content 1000m v4.0</strong> (soil_water_content_1000m layer):</p>
<ul>
<li><strong>SWC-AMSRE-C_V4.0_1000</strong></li>
<li><strong>SWC-AMSRE-X_V4.0_1000</strong></li>
<li><strong>SWC-AMSR2-C_V4.0_1000</strong></li>
<li><strong>SWC-AMSR2-X_V4.0_1000</strong></li>
<li><strong>SWC-SMAP-L_V4.0_1000</strong></li>
</ul>
<p><strong>Vegetation Optical Depth 1000m v4.0</strong> (vegetation_optical_depth_1000m layer):</p>
<ul>
<li><strong>VOD-AMSRE-C_V4.0_1000</strong></li>
<li><strong>VOD-AMSRE-X_V4.0_1000</strong></li>
<li><strong>VOD-AMSR2-C_V4.0_1000</strong></li>
<li><strong>VOD-AMSR2-X_V4.0_1000</strong></li>
<li><strong>VOD-SMAP-L_V4.0_1000</strong></li>
</ul>
<p>All running subscriptions have since been completed, and no new subscriptions can be created.</p>
<p>These legacy resources have been superseded by <strong>v5.0</strong> resources, which offer improved accuracy.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
        <item>
            <title><![CDATA[Deprecation of Soil Water Content 100m v1.0 Resources]]></title>
            <link>https://docs.planet.com/develop/changelog/?changelogId=deprecation-of-soil-water-content-100m-v1-0-resources-2025-10-01</link>
            <guid>https://docs.planet.com/develop/changelog/deprecation-of-soil-water-content-100m-v1-0-resources-2025-10-01</guid>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[The Soil Water Content 100m v1.0 resources are deprecated]]></description>
            <content:encoded><![CDATA[<h4>Deprecation Notice ⚠️</h4>
<p>The following <strong>Soil Water Content 100m v1.0</strong> resources in the <strong>soil_water_content_100m</strong> layer were <strong>deprecated on October 1, 2025</strong>:</p>
<ul>
<li><strong>SWC-AMSR2-C_V1.0_100</strong></li>
<li><strong>SWC-AMSR2-X_V1.0_100</strong></li>
<li><strong>SWC-SMAP-L_V1.0_100</strong></li>
</ul>
<p>All running subscriptions have since been completed, and no new subscriptions can be created.</p>
<p>These resources have been superseded by <strong>v2.0</strong> resources, which offer improved accuracy.</p>
]]></content:encoded>
            <author>docs@planet.com (Planet Labs PBC)</author>
        </item>
    </channel>
</rss>