---
canonical: https://amplience.com/developers/docs/release-notes/2022/
title: Amplience release notes 2022
description: Summary list of the releases performed during 2022 for Amplience products, describing the new features, enhancements and updates that have been implemented.
audience: Business User
date_published: 2026-06-25
date_modified: 2026-06-18
unlisted: true

---

# Amplience release notes 2022

A summary of product releases for 2022, covering new features, enhancements, and updates across Dynamic Content, Content Hub, and Amplience APIs.

> **Note:** For all release notes, see [release notes by year](https://amplience.com/developers/docs/release-notes/#earlier-release-notes).
 
## GraphQL Content Delivery API
 
*16 November 2022:* A new **GraphQL Content Delivery API** lets developers retrieve exactly the content fields they need in a single query, reducing API calls and eliminating over- and under-fetching. Dynamic Content automatically generates a GraphQL schema for each Content Delivery 2 enabled hub.
 
## iOS and Android Content Delivery SDKs
 
*28 September 2022:* **Content Delivery SDKs for iOS (Swift) and Android (Java)** extend the existing JavaScript SDK to mobile. Both include utility methods for retrieving, filtering, and sorting content, Media Delivery API support, sample apps, and visualization support.
 
## GraphQL Asset Management API
 
*10 August 2022:* A new **GraphQL Asset Management API** for Content Hub enables querying, reporting, and updating assets programmatically. An interactive **playground** is included, accessible with Content Hub login credentials.
 
## Dynamic Content assets tab
 
*29 June 2022:* A new **Assets tab** in Dynamic Content lets authors upload, publish, and organise assets without switching to Content Hub. Includes drag-and-drop upload, publish on upload, copy filenames, and subfolder creation.
 
## Static assets and virtual staging
 
*8 June 2022:* The **virtual staging service** now supports unpublished static assets (SVGs, PDFs, GIFs, etc.). Replace the static domain in an asset URL with a VSE domain to consume the unpublished version in visualizations and previews.
 
## Content editor extensions
 
*23 March 2022:* **Content editor extensions** add a dedicated tab to the content form for all content types, giving developers full control over the editing experience independent of schema properties. An updated extensions SDK was released alongside.
 
## Content Delivery API - depth enhancement
 
*2 March 2022:* The Content Delivery 2 API now accepts a **numeric `depth` parameter** (0-22) when retrieving nested content, replacing the previous `root`/`all` options for more precise control over content dependency tree retrieval.
 
## Webhook size limit increase
 
*16 February 2022:* The **webhook custom payload output limit** was increased to **200 KB**, and the activity log now displays response bodies up to **100 KB** without truncation.
 
## Webhook and search enhancements
 
*9 February 2022:* Three improvements to webhooks and search:
 
- **Locale filtering** - `{{withDeliveryContentItem}}` now accepts a `locale` parameter for multilingual search indexes.
- **Optimised default payload** - new search indexes default to a leaner `_meta`-only payload.
- **New snippets** - additional custom payload snippets added to the webhook editor.
