Skip to content

EngineIO v0.1.1

Latest
Compare
Choose a tag to compare
@sarvalabs-manish sarvalabs-manish released this 12 Sep 05:39
· 2 commits to main since this release
e8bc16c

This release of the engineio package adds support for version inspection and decoding dependency drivers in other encoding formats.

  • Type ManifestEncoding renamed to Encoding
  • EngineRuntime interface has a new method Version() string
  • EngineRuntime interface method DecodeDependencyDiver now accepts an Encoding argument indicating the encoding format of the given bytes, the runtime is expected to check the encoding variant and decode the driver accordingly.

Contributions

Full Changelog: v0.1.0...v0.1.1