<h1>Python Client 3.10.0</h1>
date: 1/13/2020
<h2>Features:</h2>
- Predicate expressions for read, write, delete, batch and record UDF operations.<br />
- Write operations on background queries and scans.<br />
- Records_per_second policy limit for scans, replaces scan_priority.<br />
- Delete operation, deletes a record.<br />
- Apply method for scans. Allows application of a user defined function to all records scanned.<br />
- Add_ops method for scans. Allows a list of write ops to be applied to all records scanned.<br />
- execute_background method for scans. Allows non-blocking execution of a scan.<br />
- Python 3.7 support.<br />
<h2>fixes:</h2>
- Fixed a segfault that occurs when a non-list ctx is used in an operation.<br />
- Fixed a segfault produced when an error occurs during a call to job_info().<br />
- Documentation for scan_apply() and query_apply() now states that they are blocking.<br />
<h2>updates:</h2>
- Upgrade C client to version 4.6.10