[#5179] added logs delete trigger test and bumped app version

This commit is contained in:
Gani Georgiev
2024-07-06 14:03:10 +03:00
parent 10ac417d96
commit 2036287a39
35 changed files with 120 additions and 55 deletions
+6
View File
@@ -1,5 +1,11 @@
## v0.22.15
- Fixed the days calculation for triggering old logs deletion ([#5179](https://github.com/pocketbase/pocketbase/pull/5179); thanks @nehmeroumani).
_Note that the previous versions correctly delete only the logs older than the configured setting but due to the typo the delete query is invoked unnecessary on each logs batch write._
## v0.22.15
- Added mutex to `tests.TestMailer()` to minimize tests data race warnings ([#5157](https://github.com/pocketbase/pocketbase/issues/5157)).
- Updated goja and the other Go dependencies.