# Version history

## 2026.1 (Current)

**Date**: 2026-06-10

**API Reference**: [View Reference](/connect/webhooks/versions/2026.1/openapi)

### Updates

- **Proof of Delivery Coordinates**: The Proof of Delivery webhook payload now includes coordinates (latitude and longitude) indicating where the delivery was confirmed. Coordinates may be null if the carrier did not supply location data. Currently supported carriers: DPD, Amazon Shipping.


div
## 2025.1

**Date**: 2025-11-21

**API Reference**: [View Reference](/connect/webhooks/versions/2025.1/openapi)

### New

- **Proof of Delivery Webhook**: Introduced a new webhook type that triggers when Scurri retrieves a Proof of Delivery (POD)
document from a carrier. This typically occurs when a shipment reaches the **Delivered** tracking status.


### Updates

- **Tracking Update Schema Enhancements**: The Tracking Update webhook schema has been updated. Fields now include maximum length specifications and are marked as required in the schema to guarantee their presence in the payload.
- **Tracking Update Event Status Values**: Reverted status values from title case (Out for Delivery) to uppercase (OUT_FOR_DELIVERY) to maintain compatibility with the original payload. The statuses are as follows:
  - MANIFESTED
  - INFORMATION
  - IN_TRANSIT
  - OUT_FOR_DELIVERY
  - ATTEMPTED_DELIVERY
  - DELIVERED
  - EXCEPTION


div
## 2024.1

**API Reference**: [View Reference](/connect/webhooks/versions/2024.1/openapi)

### New

- **Scurri Webhooks**: Initial release.
- **Tracking Update Webhook**: Introduced a new webhook type that triggers when Scurri receives new tracking events from a carrier.