Your Question

I recently upgraded from version 1.25.7 to 1.25.12, which seems to have broken my Preload calls for nested associations. My code was working prior to the upgrade and I have not changed my code so I assume something must have changed in GORM preload behavior between these versions. I'm looking for the release notes for these versions so that I can try to track down what has changed.

I see release notes for versions 1.26.0+ and version 1.21.1 on the releases page, but can't find any notes for 1.25.x versions. I can find the v1.25.12 tag on the releases page here, but the list of changes is truncated so I can't see everything that changed.

The only release notes I can find on gorm.io are the v2 upgrade notes here.

The document you expected this should be explained

The GitHub releases page or somewhere on gorm.io

Expected answer

A link to the release notes for versions 1.25.8 through 1.25.12 OR an explanation for what has changed with preloading nested relations in those versions.