Moony Marshmerrow (v0.3.2)
v0.3.2
is a feature release extending the capabilities of the raw encoding API
- Introduced a new wire target type
Any
. - Implemented
PolorizeAny
andDepolorizeAny
methods to retrieveAny
wire element from an encoding buffer - Refactored
PolorizeRaw
andDepolorizeRaw
to only encode/decodeWireRaw
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
andPolorizeRaw
methods. The capabilities of these methods have been changed to support theAny
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:
- v0.3.1...v0.3.2
- Enhanced Wire Encoding with Any & Raw by @sarvalabs-manish in #20