0.2.7
0.2.7 is a fairly modest release, six weeks after 0.2.6. We have some more significant features, including a union
operator and an overhaul of our type system, as open PRs which will follow in future releases.
We also have new features in the VSCode extension, courtesy of @jiripospisil, including a live output panel.
Fixes:
Documentation:
- Improve various docs (@max-sixty, #974, #971, #972, #970, #925)
- Add reference to EdgeDB's blog post in our FAQ (@max-sixty, #922)
- Fix typos (@kianmeng, #943)
Integrations:
- Add
prql-lib
, enabling language bindings withgo
(@sigxcpu76, #923) - Fix line numbers in JS exceptions (@charlie-sanders, #929)
Internal changes:
- Lock the version of the rust-toolchain, with auto-updates (@max-sixty, #926, #927)