- [326](https://github.com/fugue-project/fugue/pull/326): Added tests for Python 3.6 - 3.10 for Linux and 3.7 - 3.9 for Windows. Updated devenv and CICD to Python 3.8.
- [321](https://github.com/fugue-project/fugue/issues/321): Moved out Fugue SQL to https://github.com/fugue-project/fugue-sql-antlr, removed version cap of `antlr4-python3-runtime`
- [323](https://github.com/fugue-project/fugue/issues/323): Removed version cap of DuckDB
- [334](https://github.com/fugue-project/fugue/issues/334): Replaced RLock with SerializableRLock
- [337](https://github.com/fugue-project/fugue/issues/337): Fixed index warning in fugue_dask
- [339](https://github.com/fugue-project/fugue/pull/339): Migrated execution engine parsing to triad conditional_dispatcher
- [341](https://github.com/fugue-project/fugue/issues/341): Added Dask Client to DaskExecutionEngine, and fixed bugs of Dask and Duckdb