Skip to content

Releases: treasure-data/td-client-python

Release v1.3.0

22 Nov 05:38
099f957
Compare
Choose a tag to compare

Change logs

  • Support Python from 3.8 to 3.12.
  • [Internal] Use Unpacker.feed to download msgpack data.
  • New download_job_result API to download the job result to local msgpack file.
  • Support download job result to local file with new store_tmpfile (bool, optional) and num_threads (int, optional) parameters in job_result_format_each API.
  • Support fetching header info with new headers parameter in job_result_format_each and job_result_format_each APIs.
  • Various docstring updates.

Release v1.2.1

07 Jul 06:59
Compare
Choose a tag to compare

Ensure endpoint starts with 'https://' if scheme not given (#96)