mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-17 23:08:40 -05:00
Prepare new release v0.26.8.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
## v0.26.8
|
||||
|
||||
- Add two new SQL connection types: a postgres one and a polymorphic one with runtime dispatch.
|
||||
- This is mostly a proof-of-concept. Tests pass with the polymorphic connection pointing at SQLite but using postgres entails many more challenges:
|
||||
- Different SQL dialects.
|
||||
- Schema extraction missing.
|
||||
- Change notifications for RecordApi subscriptions work very differently.
|
||||
- Introduce a new `AsyncReactive` + snapshot primitive to further entangle DB connection establishment from the execution model, i.e. allow establishing connection asynchronously and thus `RecordApi`s.
|
||||
- Update dependencies.
|
||||
|
||||
## v0.26.7
|
||||
|
||||
- Fix CLI regression for `user` and `admin` commands due to DB initialization order changes.
|
||||
|
||||
Reference in New Issue
Block a user