Skip to content

Releases: sarvalabs/go-moi-engineio

EngineIO v0.1.1

12 Sep 05:39
e8bc16c
Compare
Choose a tag to compare

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

EngineIO v0.1.0

07 Sep 21:25
d924b9f
Compare
Choose a tag to compare

This release is the first public version of engineio. It previously lived within the go-moi code at compute/engineio, but has now been separated into its own repository and made public. This allows go-pisa to be in sync with go-moi as their shared interface package is also independently versioned.

Many things have been changed from the compute/engineio implementation, namely the lack of any dependency with the go-moi or go-moi/common packages. engineio is purely an abstraction package now with new interfaces for LogicID and IxnType

Full Changelog: https://github.com/sarvalabs/go-moi-engineio/commits/v0.1.0