Which HTTP status code I need to return to indicate "client software update required"? For example, the server changed the format of the data it used to serve, and older clients won't be able to work with this, so the client must upgrade to use the new data.
I don't want to use 404 or 410, because I want to indicate it's still a valid path. 415? Not sure.