Skip to content
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
Compare
Choose a tag to compare
@jmalloc jmalloc released this 20 Jan 03:40
· 306 commits to main since this release

Added

  • [BC] Added MarshalAs() method to ValueMarshaler
  • [BC] Added MediaTypesFor() method to ValueMarshaler
  • Added String() method to PanicSentinel
  • Added MustMarshalMessageIntoEnvelope() and UnmarshalMessageFromEnvelope()
  • Added MustMarshalEnvelopeIdentity() and UnmarshalEnvelopeIdentity()
  • Added MustMarshalEnvelopeTime() and UnmarshalEnvelopeTime()

Changed

  • [BC] Rename codec.Codec.MediaType() to BasicMediaType()

Removed

  • [BC] Remove MarshalMessage(), UnmarshalMessage(), MustMarshalMessage(), and MustUnmarshalMessage()