Fixed
- HTTP status code retry strategy for RAW and labels. `/rows/insert` and `/rows/delete` will now
be retried for all status codes in `config.status_forcelist` (default 429, 502, 503, 504), while
`/dbs/{db}` and `/tables/{table}` will now only be retried for 429s and connection errors as those
endpoints are not idempotent.
- Also, `labels/list` will now also be retried.