This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Version 0.5.0
Pre-release
Pre-release
Added
- [BC] Added
MarshalAs()
method toValueMarshaler
- [BC] Added
MediaTypesFor()
method toValueMarshaler
- Added
String()
method toPanicSentinel
- Added
MustMarshalMessageIntoEnvelope()
andUnmarshalMessageFromEnvelope()
- Added
MustMarshalEnvelopeIdentity()
andUnmarshalEnvelopeIdentity()
- Added
MustMarshalEnvelopeTime()
andUnmarshalEnvelopeTime()
Changed
- [BC] Rename
codec.Codec.MediaType()
toBasicMediaType()
Removed
- [BC] Remove
MarshalMessage()
,UnmarshalMessage()
,MustMarshalMessage()
, andMustUnmarshalMessage()