No, there isnt a list for minor changes. We wouldnt consider this a breaking change. Dont make your parser too strict. Basically dont deserialize to memory.
If youre using an XML parser youll see no change. JSON is a different flakier beast.
We have some code which uses the Web API limelm.pkey.getDetails. The version_id value appears to have changed sometime in the last few weeks (sometime after 5/24): it was being returned as a string, but is now being returned as a number, which broke our parser.
Is there a mailing/announcement list which warns API users of upcoming changes of this kind?
No, there isnt a list for minor changes. We wouldnt consider this a breaking change. Dont make your parser too strict. Basically dont deserialize to memory.
If youre using an XML parser youll see no change. JSON is a different flakier beast.