We always list backward incompatibilities in the API changelog at release time but I thought I'd give an extra heads up and invite you to test on
https://beta.dataverse.org where the change has already been deployed.
To give you an example, we've cleaned up how "message" is returned.
{
"status": "OK",
"message": {
"message": "Update successful"
},
"data": {
{
"status": "OK",
"message": "Update successful",
"data": {
This is just an example and this email is already long enough. For the gory details, please click "files changed" on the pull request above and check out the release note snippet, other docs, and changes to tests. You can also preview the API changelog here: https://preview.guides.gdcc.io/en/develop/api/changelog.html
Thanks,
Phil
--