Prepare new release v0.15.8.

This commit is contained in:
Sebastian Jeltsch
2025-07-25 15:55:05 +02:00
parent cebf79464c
commit 57cd760e15
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ traildepot/
**/dist/
client
!client/trailbase-rs
!client/rust
deploy/
docs/
!docs/examples/record_api_rs
+10
View File
@@ -1,3 +1,13 @@
## v0.15.8
* Support custom URI schmes for auth redirects like `my-app://callback`.
* Stop auto-redirect for signed in users if explicit `?redirect_to` is provided.
* Fix benign ghost session when login in using PKCE.
* Fix param propagation for OAuth login flow.
* Many more tests and better documentation.
* Minor: clean up the repository of clients.
* Update dependencies.
## v0.15.7
* Add an official Golang client for TrailBase 🎉.