Skip to content

Moony Marshmerrow (v0.3.2)

Compare
Choose a tag to compare
@sarvalabs-manish sarvalabs-manish released this 09 Apr 18:20
· 20 commits to main since this release
f767a8b

v0.3.2 is a feature release extending the capabilities of the raw encoding API

  • Introduced a new wire target type Any.
  • Implemented PolorizeAny and DepolorizeAny methods to retrieve Any wire element from an encoding buffer
  • Refactored PolorizeRaw and DepolorizeRaw to only encode/decode WireRaw tagged elements

Compatibility Notes

  • This release is backward compatible for most applications but will break for any consumer using the raw wire decoding with DepolorizeRaw and PolorizeRaw methods. The capabilities of these methods have been changed to support the Any wire paradigm. This is partially a bug-fix coupled with an enhancement to continue supporting both models.
  • Existing implementation using these capabilities can simply switch to PolorizeAny where appropriate.

Changelog: