This release of the engineio
package adds support for version inspection and decoding dependency drivers in other encoding formats.
- Type
ManifestEncoding
renamed toEncoding
EngineRuntime
interface has a new methodVersion() string
EngineRuntime
interface methodDecodeDependencyDiver
now accepts anEncoding
argument indicating the encoding format of the given bytes, the runtime is expected to check the encoding variant and decode the driver accordingly.
Contributions
- update encoding enum and runtime interface by @sarvalabs-manish in #2
Full Changelog: v0.1.0...v0.1.1