API update release date question for trailing / bug fix

So my company does bi-weekly releases every Tuesday. We have done one today(17/09/2024), with the last being on the 03/09/2024.

We had one bug appear today where if you do a request as such:
https://api.company-information.service.gov.uk/company/123122312/

Companies house returns a 500 status code. The fix is to remove the trailing / so
https://api.company-information.service.gov.uk/company/123122312

This is fine, and an oversight by us however we are trying to ascertain when exactly this change occurred from Companies House. Looking at the API changes category I can’t find anything in the last 2 weeks (as I assume this is a minor bug). Would someone be able to provide us with a better estimate of when this update occurred in the last 2 weeks?

1 Like

Looks like trailing β€˜/’ works ok on some endpoints (psc, charges) , whilst breaking others (company, officers)