Table of Contents | ||||
---|---|---|---|---|
|
v4 (2023-02-27) - Backend supported version: 10.1
...
push_pandas
method now supports the optionalcolumn_labels
parameter.
Changed
bump Bump version of
werkzeug
package.
v3 (2023-01-31) - Backend supported version: 10.0
...
Changed
Uses Python 3.10 (MR48).
Improved backend vocabulary consistency by renaming API parameters.
Warning: this involves many breaking changes if you were referring to these parameters by name when calling the corresponding methods (MR38).Mainly
id
oruniqueid
renamed totypedid
andjst
renamed tojst_id
when relevant.Refer to the API documentation for more information.
When a backend exception occurs, the entire exception stack trace is printed in the job messages instead of the exception message only (MR47).
...