Skip to content

2026-May-07 - 2.7.15496

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 May 18:15
339638b
Maps-Listing: Use a response object instead of a direct list (#14346)

JSON responses are best when they are objects and not a raw list.
A raw list is not flexible, you can't add additional attributes to the
responses.

This update adds a response object for the maps listing and uses that
as the respected return value for a maps-listing fetch.