Skip to content

Releases: massive-com/client-python

v1.12.5

23 Sep 18:53
e16370e

Choose a tag to compare

What's Changed

Full Changelog: v1.12.4...v1.12.5

v1.12.4

21 Aug 20:39
0aa413c

Choose a tag to compare

What's Changed

Full Changelog: v1.12.3...v1.12.4

v1.12.3

07 Aug 23:35
7fabf81

Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

v1.12.2

04 Aug 16:36
df9547b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.12.2

v1.12.1

03 Aug 21:50
faf55de

Choose a tag to compare

What's Changed

  • Fix parameter naming and add missing parameters in list_universal_snapshots by @justinpolygon in #485

Full Changelog: v1.12.0...v1.12.1

v1.12.0

03 Aug 17:00
31d47cb

Choose a tag to compare

What's Changed

Breaking Change: Handling of No Results

In this release, we have updated the behavior when no results are found via #483. Previously, a NoResultsError would be raised; now, the functions _get and _paginate_iter will return an empty array instead. This change is designed to make the code more user-friendly and consistent with our other client libraries. Please review your error handling related to these functions as this change may require updates to your existing code.

Full Changelog: v1.11.0...v1.12.0

v1.11.0

25 Jul 22:22
a2ce160

Choose a tag to compare

Add Support For Second Aggs

What's Changed

Full Changelog: v1.10.1...v1.11.0

v1.10.1

14 Jun 15:20
ddd5cfb

Choose a tag to compare

What's Changed

  • Updated documentation and examples to support Aggregates Pagination by @justinpolygon in #460

Full Changelog: v1.10.0...v1.10.1

v1.10.0

12 Jun 20:24
e9754bf

Choose a tag to compare

What's Changed

Full Changelog: v1.9...v1.10.0

v1.9

20 May 19:46
b510b68

Choose a tag to compare

What's Changed

  • Added support for v3/snapshot in #444
  • Added trace option for better API call debugging in #432
  • Updated snapshot min to support n and t in #447
  • Updated demo_correlation_matrix.py in #443
  • Bump types-urllib3 from 1.26.25.4 to 1.26.25.13 in #442
  • Bump pook from 1.0.2 to 1.1.1 in #362
  • Bump sphinx-autodoc-typehints in #427

New Contributors

Full Changelog: v1.8.6...v1.9