Added support for wildcard locale to Content Delivery API

This release introduces a new capability to our Content Delivery API: wildcard locales.

The API already supported a locale query parameter that would allow you to retrieve your translated content in different locales (e.g. locale=fr-FR). Now you can specify locale=* to retrieve content in all locales at once, the same as what you would receive from our Sync API. Note that when using the wildcard locale sys.locale will not be set.

Added support for wildcard locale to Content Delivery API | Contentful