Changelog
- Breaking: Modify Rest and Socket connector methods to accept an options object, not a URI string. The server
uri
is now passed as an option instead. - Add
ipc
option to connectors to pass Flechette extraction options for Arrow IPC decoding. - Add types for database connectors, move to class-based implementations.
- Add types for inputs package.
- Add DuckDB
ENUM
type interpretion support. (thanks @kwonoh!) - Fix Param mutation issue in Jupyter widget.
- Fix some Mosaic client types. (thanks @kwonoh!)
- Update lint rules, fix violations.
- Update dependencies.
New Contributors
- @derekperkins made their first contribution in #769
Full Changelog: v0.16.0...v0.16.1