This patch release fixes the following issues in the core drift
package:
- Fix a deadlock after rolling back a transaction in a remote isolate.
- Remove unintended log messages when using
connectToDriftWorker
.
Also, drift_dev: 2.8.3
and sqlparser: 0.30.1
have been released with these changes:
- Allow Dart-defined tables to reference imported tables through SQL #2433.
- Report syntax error for
WITH
clauses in triggers.