Solomon Jacobs

Results 16 issues of Solomon Jacobs

``` make update-go-deps ``` This prepares the release.

We already depend indirectly on `google/uuid`, and removing `gofrs/uuid` from our dependencies is a win. This change does not affect behaviour.

We don't need to depend on this, so we shouldn't. The new error looks this: ``` Error Trace: /home/solomonjacobs/get/f-alertmanager/provider/mem/mem_test.go:224 Error: Received unexpected error: field `Labels` mismatch. Expected: {bar="foo"} Got: {bar="boo"}...

This dependency is unmaintained and has recently been archived. The function we used is equivalent to: ```go import "reflect" func TryConvertToMarshalMap(value any) any { valueMeta := reflect.ValueOf(value) switch valueMeta.Kind() {...

Adds CHANGELOG entries. For convenience, here the same list with the merge date and the author: * [ENHANCEMENT] #4607, siavashs, 2025-10-17 * [BUGFIX] #4438, siavashs, 2025-10-19 * [FEATURE] #4473, haghighi,...