dolittle / JavaScript.SDK

Dolittle JavaScript SDK
https://dolittle.io
MIT License
5 stars 2 forks source link

Upgrading to @grpc/grpc-js #39

Closed einari closed 3 years ago

einari commented 3 years ago

The old grpc package is being depcrated and a new package @grpc/grpc-js is the replacement. This is pretty much an in-place replacement and does not break anything for us. However, since we had created some wrappers - the signatures for these needed updating.

An added benefit with this PR is that we will also then be able to more easily bundle backends with tools like WebPack and get a small footprint as the original Grpc package has a binary dependency that it needed and was hard to properly bundle.

At the same time I've also made all the samples work again. It was inconsistent on tenant setup - made it all consistently use the development tenant.

joelhoisko commented 3 years ago

Can we get a changelog update too with this release?