When I browse the API’s "most-recent-deployment’ (/api/projects/{project-id}/most-recent-deployment), I’m finding that the ReleaseId is typically null, while the associated Release has a non-null Id (when I navigate to the Release via the Deployment’s Links).
I recently upgraded to v1.1.1.1394, and I had thought the ReleaseId had been non-null, when I made the calls in v1.0.31.1366, although I could be mistaken.
Would it be possible to propagate the id of the Release to the Deployment object?