v1.3.0
What's Changed
Large refactor for better usability. This includes new functionalities and new helper functions.
Standouts:
- run_sql: run any SQL query [ premium feature ]
- upload_csv and download_csv
- large refactor and splitting the client code into different sub-groups of functionalities
- updated the documentation
- dune-client is now officially the Dune Client Python SDK
PRs:
- [Temporary] Skip upload_csv e2e-test by @bh2smith in #84
- Refactor Part II: Split DuneClient Class by @bh2smith in #72
- Configurable Client Constants by @bh2smith in #88
- Add user agent to default headers by @bh2smith in #81
- [Maintenance] Update Readme with dev notes by @bh2smith in #83
- [Testing] Only run e2e on Single Python Version by @bh2smith in #90
- [Premium Feature] run_sql by @bh2smith in #78
- Update Copyright by @bh2smith in #91
- Add Max Age to get_latest_result by @bh2smith in #92
- Expand on README quickstart by @bh2smith in #93
- Reduce ping_frequency by @bh2smith in #94
Full Changelog: v1.2.2...v1.3.0