Full Changelog - Adds the `X-Request-Source` header.
4.0.1
Full Changelog - Adds support for querying the AI Query Assistant via `api.sql.generate_query(...)` - Adds support for fetching the SQL Schema via `api.sql.schema()`
4.0.0
Full Changelog - `block_number_before` must now be >= 1. - Adds support for the SQL API. - Adds support for the Endpoint API.
3.1.2
Full Changelog - Removes `occurred_before` and `occurred_after` from all `transactions_by_account`. - Removes unnecessary `pillow` dependency.
3.1.1
Full Changelog - Removes `transfer_category` from all endpoints.
3.1.0
Deprecations As of this release, response classes are considered deprecated in favor of raw JSON responses. They will be fully removed in `v4.0.0`.
Full Changelog - Add support for `json` flag on API instantiation, which enables raw JSON responses. This will become the default in `v4.0.0`.