I subscribe to this feed, so I know when new Unity patch notes are out:
https://unity.com/releases/editor/lts-releases.xml
I noticed that in my feed reader, Unity’s articles were always getting duplicated. I’d see two entries for each release. I asked the developers of the RSS viewer I use, and the issue appears to be because Unity’s changing the GUID for their feed items after initially publishing them.
For example, the latest release for 2021.3.26 LTS initially had this GUID a day ago: <guid isPermaLink="false">a16dc32e0ff2</guid>
. If you check it now, however, the GUID for that item has changed to <guid isPermaLink="false">29884 at https://unity.com</guid>
Is there a good reason for the guids to change like this? I can’t find any specification that says you’re definitely not supposed to be doing that after publishing. But it does seem like a sloppy way to manage your feed: feed - What are ramifications of changing RSS item GUID or Atom entry id? - Stack Overflow
Anyway, clearly not the biggest issue. Just something someone might want to look at.