Prepare new release v0.26.2.

This commit is contained in:
Sebastian Jeltsch 2026-04-09 11:18:55 +02:00
parent 4e9ea268ff
commit 45d57de178

View file

@ -1,3 +1,9 @@
## v0.26.2
- Fork the `reactivate` crate to streamline it and make it lock-free. Previously, accessing the config would require claiming an eclusive lock.
- Remove unsafe query construction from WASM guest examples and add utilities for escaping safe SQL string literals to the guest runtimes.
- Fix wiring of new `redirect_uri_allowlist` config option.
## v0.26.1
- Add an `redirect_uri_allowlist` config option to enable select off-site auth redirects.