We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c87da2 commit 69ee377Copy full SHA for 69ee377
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v0.23.10
2
+
3
+- Add a standalone SQLite extension with all of TrailBase's custom functions to minimize lock-in and make it easier on folks who'd like to move off.
4
+- Overhaul schema metadata handling. More consistency and simplicity across `(Table|View)Metadata` and `RecordApi`. Fewer allocations.
5
+- Make status codes more consistent across auth: user registration, email verification and reset password.
6
+ - Also fix and update the corresponding OpenAPI documentation.
7
+- Update dependencies.
8
9
## v0.23.9
10
11
- Support `bcrypt` password hashes in addition to `argon2`.
0 commit comments