Releases: sarvalabs/go-moi-engineio
EngineIO v0.1.1
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
EngineIO v0.1.0
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