Skip to content

Commit 4d1ec95

Browse files
committed
Prepare new release v0.15.1.
1 parent 8b62f35 commit 4d1ec95

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## v0.15.0
22

3+
* Re-apply migrations on SIGHUP. This allows applying schema changes w/o having to restart TrailBase.
4+
* Polish: add copy&paste to log/user id and vertically align tooltips.
5+
* Add a callout to the SQL editor warning users of schema skew when not using migrations.
6+
* Minor: fix broken documentation link in dashboard.
7+
* Update dependencies.
8+
9+
## v0.15.0
10+
311
* Overhaul `user` and `admin` CLI commands to additionally support: change email, delete user, set verify status, invalidate sessions.
412
* Users can now be referenced both by UUID (string and base64 encoded) and email addresses.
513
* With the extended CLI surface, disallow update/delete of admin users from the UI, thus reducing the potential for abuse. Priviledge now lies with sys-admins.

trailbase-assets/js/admin/src/components/editor/EditorPage.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,10 @@ function EditorPanel(props: {
494494
class="text-sm hover:opacity-[80%]"
495495
onClick={() => setShowCallout(false)}
496496
>
497-
Consider using migrations to consistently apply schema changes
498-
across environments. One-off alterations can lead to skew.
499-
Alterations using the table browser will produce migrations.
497+
When changing schemas, consider using migrations to consistently
498+
apply changes across environments. One-off alterations can
499+
otherwise lead to skew. Alterations using the table browser will
500+
produce migrations.
500501
</Callout>
501502
)}
502503

0 commit comments

Comments
 (0)