Skip to content

3.10.0

Compare
Choose a tag to compare
@dwelch-spike dwelch-spike released this 14 Jan 02:59
· 1273 commits to master since this release

Python Client 3.10.0

date: 1/13/2020

Features:

- Predicate expressions for read, write, delete, batch and record UDF operations.
- Write operations on background queries and scans.
- Records_per_second policy limit for scans, replaces scan_priority.
- Delete operation, deletes a record.
- Apply method for scans. Allows application of a user defined function to all records scanned.
- Add_ops method for scans. Allows a list of write ops to be applied to all records scanned.
- execute_background method for scans. Allows non-blocking execution of a scan.
- Python 3.7 support.

fixes:

- Fixed a segfault that occurs when a non-list ctx is used in an operation.
- Fixed a segfault produced when an error occurs during a call to job_info().
- Documentation for scan_apply() and query_apply() now states that they are blocking.

updates:

- Upgrade C client to version 4.6.10