Added
-
The
errors.AsTypefunction added in Go 1.26. -
The
osutil.ContextSignalNotifierinterface extending theosutil.SignalNotifierinterface. Theosutil.DefaultSignalNotifieralso implements the new interface. -
The
osutil.NotifyContextShutdownSignalhelper function.
Changed
-
The output of
container.MapSetToString,container.MapSetToStringFunc, andcontainer.SortedSliceSet.Stringfornilsets. -
netutil.IsValidMACStringnow accepts MAC addresses without separators, just likenet.ParseMACin Go 1.26.
Fixed
-
The
container.SortedSliceSet.Deletedoesn't panic anymore when called withnilset.just like delete on a nil map doesn't.