Versions in this module Expand all Collapse all v3 v3.1.2 May 19, 2026 GO-2026-4513 +1 more GO-2026-4513: Denial of service in github.com/shamaton/msgpack GO-2026-4740: Denial of service in github.com/shamaton/msgpack Changes in this version + func Int16FromInt64(v int64, k reflect.Kind) (int16, error) + func Int32FromInt64(v int64, k reflect.Kind) (int32, error) + func Int64FromFloat64(v float64, k reflect.Kind) (int64, error) + func Int64FromInt16Bits(v uint16) int64 + func Int64FromInt32Bits(v uint32) int64 + func Int64FromInt64Bits(v uint64) int64 + func Int64FromInt8Byte(v byte) int64 + func Int64FromUint64(v uint64, k reflect.Kind) (int64, error) + func Int8FromByte(v byte) int8 + func Int8FromInt64(v int64, k reflect.Kind) (int8, error) + func IntFromInt64(v int64, k reflect.Kind) (int, error) + func IntValueForKind(v int64, k reflect.Kind) (int64, error) + func RangeError(value interface{}, k reflect.Kind) error + func Uint16FromUint64(v uint64, k reflect.Kind) (uint16, error) + func Uint32FromUint64(v uint64, k reflect.Kind) (uint32, error) + func Uint64FromInt64(v int64, k reflect.Kind) (uint64, error) + func Uint8FromUint64(v uint64, k reflect.Kind) (uint8, error) + func UintFromUint64(v uint64, k reflect.Kind) (uint, error) + func UintValueForKind(v uint64, k reflect.Kind) (uint64, error)