swapped github.com/go-ozzo/ozzo-validation with github.com/pocketbase/ozzo-validation

This commit is contained in:
Gani Georgiev
2026-07-13 08:42:59 +03:00
parent 089ca8ae41
commit 0c7d243d97
81 changed files with 99 additions and 93 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.39.7 (WIP)
- Replaced `github.com/go-ozzo/ozzo-validation` with the fork `github.com/pocketbase/ozzo-validation` since the original library has recently changed ownership and the new maintainer cannot be trusted.
There are plans to create eventually a new validation library from scratch more suited for our needs in PocketBase because ozzo-validation is known to have some minor performance and obscure regex issues, but until then we'll stick with the fork _(and if you use the `ozzo-validation` in your own Go code, I'd suggest to swap the imports with the fork)_.
## v0.39.6
- Added `Cc` and `Bcc` recipients to the dev `sendmail` command for consistency with the SMTP mailer.