# July 17th

**Changelog released on 2025-07-17**

Welcome to the changelog. This update resolves the endless send notification digest loop and enables the API to return references to global list value.

## New Feature

1. **Return references to global-list-values in API:** GlobalList endpoints has been extended with an optional parameter, globalListValueReferencesOnly.\
   Example usage with the NuGet client: \
   `var result = await apiClient.GlobalLists.GetGlobalListValueAsync<Guid>(valueReference.Uid, globalListValueReferencesOnly: true);`\
   (SP-1586)

## Bug

1. **Endless send notification digest loop:** A bug causing an endless send notification digest loop has been resolved. (SP-1589)
