Which breaking change broke post messages API?
-
I was running NodeBB 16.x and recently updated to 17.x → 18.x → 19.x and somewhere along the way the API that TripleA (board game software that posts to my forum) uses had a breaking change. Looking through the changelog, I can't figure out which change it was.
For reference here's the issue on TripleA. The stack trace may not be useful here but just in case..
-
Looks like an API changed from returning a list to returning a map.
/api/v2/util/upload
-
Found your breaking change:
https://github.com/NodeBB/NodeBB/blob/master/CHANGELOG.md#breaking-changes-3
remove deprecated v2 style responses for thumbs upload route [breaking] (84dfdfe6)
https://github.com/NodeBB/NodeBB/commit/84dfdfe6
Here are @julian's notes on the matter: https://community.nodebb.org/post/81238