Apparently 4.2.5 was released without any release notes because it only updated description fields associated with the requests table (and, of course, the version number).
There were no changes to the data for this update which is why this was not included in the
release notes. This update to the schema was a change to update documentation on the requests tables and users should see no changes in behavior or data. I hope this helps clarify this change. If you have any questions on this please let me know and I will be happy to help.
I did a diff of the current schema.json vs. a copy of my schema.json from v4.2.4 and the only differences are some column level description and the table level description, so it's probably about as trivial of an update as possible.
Apparently 4.2.5 was released without any release notes because it only updated
description
fields associated with therequests
table (and, of course, the version number).I did a diff of the current
schema.json
vs. a copy of myschema.json
from v4.2.4 and the only differences are some column leveldescription
and the table leveldescription
, so it's probably about as trivial of an update as possible.