v0.0.321 Add .NoLog() to lowest-level query exerr.Wrap in wmo (otherwise we get error logs on stdout even if the callign method allows mongo.ErrNoDocuments)
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m4s

This commit is contained in:
2023-11-14 16:00:14 +01:00
parent 8528b5cb66
commit 88642770c5
4 changed files with 22 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.320"
const GoextVersion = "0.0.321"
const GoextVersionTimestamp = "2023-11-14T14:50:27+0100"
const GoextVersionTimestamp = "2023-11-14T16:00:14+0100"