Introduced a limit on the request offset, so no offset can be greater than 1,000,000. This change prevents the API from returning an error due to connection timeout, and will instead give the user a "400 Bad Request" response. This change results in the API behaving slightly different, if you query very high offsets. |