Skip to content

Releases: duneanalytics/dune-client

v1.4.1

28 Feb 14:43
3a2c8a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

19 Feb 10:00
a87bf53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

14 Dec 11:58
d2195b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

23 Nov 10:10
@msf msf
aef5949
Compare
Choose a tag to compare

What's Changed

  • adding charting function for Sankey diagram by @agaperste in #95
  • Add support for is_private in upload_csv by @hawkaa in #98
  • Update QueryFailed error to include failure info. by @bh2smith in #96
  • Implement get_latest_result_dataframe helper function by @TheEdgeOfRage in #100
  • Fix README Badge by @bh2smith in #101
  • relax the requirements on Deprecated package by @msf in #102
  • bugfixes: create_query is_private field name & add optional arguments to run_sql() by @agaperste in #103

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Sep 12:04
@msf msf
b510c97
Compare
Choose a tag to compare

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:

Full Changelog: v1.2.2...v1.3.0

v1.2.2

07 Sep 20:12
d413050
Compare
Choose a tag to compare

What's Changed

Features

Maintenance

Full Changelog: v1.2.1...v1.2.2

v1.2.2 Beta Testing new publish workflow

07 Sep 09:55
Compare
Choose a tag to compare

Not a real release!

v1.2.1

07 Aug 20:56
395f826
Compare
Choose a tag to compare

What's Changed

  • add tests on new performance params and get_latest_result by @grkhr in #58
  • feat: add async support for csv and dataframe methods by @gosuto-inzasheru in #56
  • [Feature] Introducing CRUD Operations by @bh2smith in #59

New Contributors

Full Changelog: v1.1.1...v1.2.1

v1.1.1

05 Jun 15:32
1249203
Compare
Choose a tag to compare

Adding performance preference to the refresh route and get_latest_results.
Special thanks to @grkhr for a nice contribution!

What's Changed

  • [WIP] pass performance param & implement "latest results" endpoint by @grkhr in #53
  • [Hotfix] fix lint and format errors by @bh2smith in #57

New Contributors

  • @grkhr made their first contribution in #53

Full Changelog: v1.0.0...v1.1.1

v1.0.0

21 Mar 10:53
35e514c
Compare
Choose a tag to compare

Official v1 Release (This product has been stable for several months now)

What's Changed

  • [Easy] General Maintenance by @bh2smith in #50
  • CLA - update workflow by @bh2smith in #49
  • Support results in CSV, new methods: "refresh_csv()", "refresh_into_dataframe()" and "get_results_csv()" by @msf in #51
  • bugfix: get_results_csv() use response.content, not response.raw by @msf in #52
  • Update Install Requirements by @bh2smith in #47

Full Changelog: v0.3.0...v1.0.0