Skip to content

v2.1.1

Compare
Choose a tag to compare
@bestbeforetoday bestbeforetoday released this 18 Jun 10:52
1a72d4a

Maintenance release containing primarily minor fixes.

The gRPC implementation used by the SDK is now grpc-js. This pure JavaScript gRPC implementation avoids the need for native gRPC code compilation when the package is installed but also means that if your application code is working directly with protobuf objects created by the SDK, the API for creating, serializing and deserializing those objects is slightly different.