v0.22.0
What's Changed
- Add extraHeaders support for java-client by @devinrsmith in #3406
- Add ForwardedRequestCustomizer by @devinrsmith in #3407
- Bump to 0.22.0 by @devinrsmith in #3409
- Compute
UpdateBy
results correctly for in-memory columns by @lbooker42 in #3408 - Python client: rename identifiers to be Python style-compliant by @kosak in #3411
- Fixed
seekRow
Error on Char Column by @Zhou-Ziheng in #3415 - Authorization codegen for seekrow, follow up to #3086 by @devinrsmith in #3419
- Update DeepHavenJsApiLinker to allow exporting GWT JsTypes as ES6 module by @vegegoku in #2733
- Pick up the new server-base requirements for adbc and turbodbc by @devinrsmith in #3424
- Fix cannot apply both size and shape to points in a plot-by series by @jnumainville in #3402
- Explicitly set platform for amd64-only images by @devinrsmith in #3429
- Update web version to v0.30.0 by @mattrunyon in #3433
- Support older pydevd_pycharm by @jmao-denver in #3446
- Python lab code for generator-style API by @kosak in #3447
- Avoid creating a Java array when we can simply use the existing instance by @niloc132 in #3448
- Fix autocomplete suggestions overwriting existing text by @mattrunyon in #3450
- JS API should enable setting headers on grpc-web calls by @niloc132 in #3444
- Provide a session listener callback interface by @niloc132 in #3460
- Wrap the withAttributes/getAttrbutes methods by @jmao-denver in #3416
- Migrates the java client authentication to Flight Auth v2 by @devinrsmith in #3423
- Release documentation by @devinrsmith in #3462
- Bump deephaven-csv to 0.10.0 by @devinrsmith in #3469
- Add read_sql in the dbc package by @jmao-denver in #3434
- Example Authentication providers by @niloc132 in #3410
- Update docker-compose to use ${VERSION:-latest} by @jjbrosnan in #3414
- Default to available processor count for initialization and update thread pool sizes by @rcaudy in #3449
- When redirecting to Web UI, pass query string parameters by @niloc132 in #3478
- Update web version to v0.31.0 by @mofojed in #3481
- Pass arrays from vector type columns unpacked to Python func by @jmao-denver in #3458
- Wrapping RollupTable and TreeTable (2) by @jmao-denver in #3468
- Optimize/simplify Ring buffer data structures by @lbooker42 in #3418
- Port DH-11692: Add native support for java.time types by @nbauernfeind in #3385
- JS API should only show non-constituent columns in groupedColumns array by @niloc132 in #3482
- Fix typoes in Authentication docs by @niloc132 in #3486
- Update web version v0.31.1 by @mofojed in #3488
- Optimize UpdateBy memory usage by @lbooker42 in #3436
New Contributors
- @Zhou-Ziheng made their first contribution in #3415
- @vegegoku made their first contribution in #2733
- @jnumainville made their first contribution in #3402
Full Changelog: v0.21.1...v0.22.0