Versions in this module Expand all Collapse all v3 v3.1.0 Feb 6, 2026 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack v3.0.0 Jan 15, 2026 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack Changes in this version + const Array16 + const Array32 + const Bin16 + const Bin32 + const Bin8 + const Byte1 + const Byte16 + const Byte2 + const Byte32 + const Byte4 + const Byte8 + const Ext16 + const Ext32 + const Ext8 + const False + const FixArray + const FixMap + const FixStr + const Fixext1 + const Fixext16 + const Fixext2 + const Fixext4 + const Fixext8 + const Float32 + const Float64 + const Int16 + const Int32 + const Int64 + const Int8 + const IntSize + const Map16 + const Map32 + const NegativeFixintMax + const NegativeFixintMin + const Nil + const PositiveFixIntMax + const PositiveFixIntMin + const Str16 + const Str32 + const Str8 + const TimeStamp + const True + const Uint16 + const Uint32 + const Uint64 + const Uint8 + var ErrCanNotDecode = fmt.Errorf("%winvalid code", ErrMsgpack) + var ErrCanNotSetMapAsMapKey = fmt.Errorf("%wcan not set map as map key", ErrMsgpack) + var ErrCanNotSetSliceAsMapKey = fmt.Errorf("%wcan not set slice as map key", ErrMsgpack) + var ErrHasLeftOver = fmt.Errorf("%wdata has left over", ErrMsgpack) + var ErrLackDataLengthToMap = fmt.Errorf("%wdata length lacks to create map", ErrMsgpack) + var ErrLackDataLengthToSlice = fmt.Errorf("%wdata length lacks to create slice", ErrMsgpack) + var ErrMsgpack = errors.New("") + var ErrNoData = fmt.Errorf("%wno data", ErrMsgpack) + var ErrNotMatchArrayElement = fmt.Errorf("%wnot match array element", ErrMsgpack) + var ErrNotMatchLastIndex = fmt.Errorf("%wnot match last index", ErrMsgpack) + var ErrReceiverNotPointer = fmt.Errorf("%wreceiver not pointer", ErrMsgpack) + var ErrTooShortBytes = fmt.Errorf("%wtoo short bytes", ErrMsgpack) + var ErrUnsupportedLength = fmt.Errorf("%wunsupported length", ErrMsgpack) + var ErrUnsupportedType = fmt.Errorf("%wunsupported type", ErrMsgpack) + var IsIntSize32 = IntSize == 32 + func ComplexTypeCode() int8 + func SetComplexTypeCode(code int8) Other modules containing this package github.com/shamaton/msgpack github.com/shamaton/msgpack/v2