updated go deps

This commit is contained in:
Gani Georgiev
2025-11-22 09:36:50 +02:00
parent 63b89533a9
commit 3c6ce2de74
3 changed files with 18 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
## v0.34.0-WIP
## v0.34.0
- Added `@request.body.someField:changed` modifier (@todo update docs).
It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value.
@@ -11,7 +11,11 @@
@request.body.someField:changed = false
```
- Updated `modernc.org/sqlite` to 1.40.1.
- Added `MailerRecordEvent.Meta["info"]` property for the `OnMailerRecordAuthAlertSend` hook.
- Updated the backup restore popup with a short info about the performed restore steps.
- Updated Go deps.
## v0.33.0