Releases: Mause/duckdb-extension-framework
Releases · Mause/duckdb-extension-framework
v0.7.0
0.7.0 (2022-11-14)
Features
v0.6.0
0.6.0 (2022-11-13)
Features
- add Vector#get_data_as_slice (a2499a3)
Bug Fixes
- Vector::get_data should return a pointer of type T (ef6219a)
v0.5.0
0.5.0 (2022-11-10)
Features
Bug Fixes
- LogicalType::new_union_type (4ed2a37)
v0.4.1
0.4.1 (2022-11-09)
Bug Fixes
- correct LogicalTypeId enum name (9dbebbb)
v0.4.0
0.4.0 (2022-11-09)
Features
- add basic map support (fc734aa)
- add missing functions to BindInfo (c8e7afe)
- add missing functions to FunctionInfo (468cbad)
- add missing functions to InitInfo (d978d6f)
- add missing functions to LogicalType (9136cdd)
- add missing functions to TableFunction (cb72f2a)
v0.3.0
0.3.0 (2022-10-20)
Features
v0.2.0
0.2.0 (2022-10-19)
Features
- add ability to create new database instances (495c9dd)