Td-client

Latest version: v1.2.1

Safety actively analyzes 628989 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.4.0

-------------------


* Avoid an exception raised when a ``start`` is not set for a schedule (12)
* Fix getting database names of job objects (13)
* Add Data Connector APIs
* Add deprecation warnings on the usage of "item tables"
* Show ``cumul_retry_delay`` in retry messages

0.3.2

-------------------


* Fix bugs in ``ScheduledJob`` and ``Schedule`` models

0.3.1

-------------------


* Fix ``OverflowError`` on importing integer value longer than 64 bit length which is not supported by msgpack specification. Those values will be converted into string.

0.3.0

-------------------


* Add Python Database API (PEP 0249) compatible connection and cursor.
* Add varidation to the part name of a bulk import. It should not contain '/'.
* Changed default wait interval of job models from 1 second to 5 seconds.
* Fix many potential problems/warnings found by landscape.io.

0.2.1

-------------------


* Set default timeout of API client as 60 seconds.
* Change the timeout of API client from ``sum(connect_timeout, read_timeout, send_timeout)`` to ``max(connect_timeout, read_timeout, send_timeout)``
* Change default user-agent of client from ``TD-Client-Python:{version}`` to ``TD-Client-Python/{version}`` to comply RFC2616

0.2.0

-------------------


* Improve the job model. Now it retrieves the job values automatically after the invocation of ``wait``\ , ``result`` and ``kill``.
* Add a property ``result_schema`` to ``Job`` model to provide the schema of job result
* Improve the bulk import model. Add a convenient method named ``upload_file`` to upload a part from file-like object.
* Support CSV/TSV format on both streaming import and bulk import
* Change module name; ``tdclient.model`` -> ``tdclient.models``

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.