Node SDK v6.0.0 Released
1642080918369
SDK
We’ve released Node SDK v.6.0.0!
This is a breaking change when upgrading from version 5.X.X. We’ve created an upgrade guide so you can see what’s different.
We made the SDK more Typescript like and improved the experience for developers. Some of things we fixed are:
Lack of typing on properties and functions
Lack of naming consistencies, snake_case vs. camelCase
No type strictness
No type checking when instantiating new objects
Bugs/inconsistencies in deserialization
Lack of secondary models