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.
GraphQL Content Delivery APILink copied!
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 SDKsLink copied!
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 APILink copied!
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 tabLink copied!
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 stagingLink copied!
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 extensionsLink copied!
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 enhancementLink copied!
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 increaseLink copied!
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 enhancementsLink copied!
9 February 2022: Three improvements to webhooks and search:
- Locale filtering -
{{withDeliveryContentItem}}now accepts alocaleparameter 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.