- Refactored `iter_job_results()` to `continue` if state is "RUNNING" or "PENDING".
2.0.0alpha13
- Add support for enabling `MemoryStorage` with `storage_params`.
2.0.0alpha12
- Allow non-200 HTTP status responses in `iter_job_results()`.
2.0.0alpha11
- Refrain from passing credentials kwarg to get_job_results() in iter_job_results(), fixes 154 - Check for credentials in instance instead of self.access*token*, fixes 153
2.0.0alpha10
- Refactored how and where credentials are applied to request headers (151)
2.0.0alpha9
- Now checking if static `access_token` exists before attempting a developer token refresh (147) - Reduced the number of times `json()` property is called in `QueryService` and `HTTPClient` (148) - Updated `clientType` and `clientVersion` in `create_query()` method (149) - Updated `iter_job_results()` to use `pageCursor` instead of deprecated `scrollToken` (145) - Switched to using `rowsInPage` instead of `rowsInJob` when updating `stats.records` in `get_job_results()` (146)