Releases: viamrobotics/viam-typescript-sdk
Releases · viamrobotics/viam-typescript-sdk
v0.33.0
What's Changed
- Automated Protos Update by @github-actions in #421
- Bump happy-dom from 15.10.1 to 15.11.7 by @dependabot in #423
- Bump path-to-regexp and express in /examples/connect-app-teleop-react by @dependabot in #424
- RSDK-9465, RSDK-9366 - Remove robot status and sensors service by @cheukt in #425
- Automated Protos Update by @github-actions in #426
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- v0.31.0 by @github-actions in #420
- DATA-3396: Add GetLatestTabularData endpoint to TypeScript SDK by @vpandiarajan20 in #419
New Contributors
- @vpandiarajan20 made their first contribution in #419
Full Changelog: v0.31.0...v0.32.0
v0.31.0
What's Changed
- v0.30.0 by @github-actions in #416
- Automated Protos Update by @github-actions in #415
- Bump cross-spawn from 7.0.3 to 7.0.6 in /examples/react-native by @dependabot in #417
- [RSDK-9251] - Add options helpers to stream client by @seanavery in #418
New Contributors
- @seanavery made their first contribution in #418
Full Changelog: v0.30.0...v0.31.0
v0.30.0
What's Changed
- v0.29.0 by @github-actions in #412
- Automated Protos Update by @github-actions in #414
- Add type: module to package.json by @zaporter-work in #413
Full Changelog: v0.29.0...v0.30.0
v0.29.0
What's Changed
- v0.28.0 by @github-actions in #404
- Automated Protos Update by @github-actions in #405
- Fix resource name in motion tests by @njooma in #407
- Automated Protos Update by @github-actions in #410
- Bump cookie, cookie-parser, express and express-session in /examples/connect-app-teleop-react by @dependabot in #409
- Bump happy-dom from 8.9.0 to 15.10.1 by @dependabot in #406
- APP-6785: Allow different service host from webrtc host by @ethanlookpotts in #411
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- Automated Protos Update by @github-actions in #396
- v0.27.0 by @github-actions in #395
- Bump rollup from 3.28.1 to 3.29.5 in /examples/connect-app by @dependabot in #398
- [RSDK-9165] Stop sessions when unimplemented received by @njooma in #399
- RSDK-9147: Change Typescript TabularDataBySQL/MQL return type to raw BSON by @jckras in #401
- Bump rollup from 4.17.2 to 4.24.3 in /examples/vanilla by @dependabot in #403
- Automated Protos Update by @github-actions in #402
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- v0.26.2 by @github-actions in #392
- docs: update Node.js example to run as expected by @HipsterBrown in #393
- Add listMachineFragments by @njooma in #394
New Contributors
- @HipsterBrown made their first contribution in #393
Full Changelog: v0.26.2...v0.27.0
v0.26.2
What's Changed
- v0.26.1 by @github-actions in #388
- RSDK-6171-add-client-api-for-debugging-grpc-calls by @purplenicole730 in #384
- Add node documentation by @njooma in #389
- RSDK-8989 - Always provide error on base channel close by @edaniels in #391
- APP-6639 - DoCommand from control tab for services no longer works (regression) by @zaporter-work in #390
Full Changelog: v0.26.1...v0.26.2
v0.26.1
What's Changed
- v0.26.0 by @github-actions in #376
- Bump rollup from 4.12.0 to 4.22.4 by @dependabot in #364
- Bump rollup from 2.79.1 to 2.79.2 in /examples/teleop-elm by @dependabot in #369
- Bump rollup from 3.29.4 to 3.29.5 in /examples/connect-app-teleop-react by @dependabot in #372
- Bump rollup from 3.20.2 to 3.29.5 in /examples/teleop-react by @dependabot in #373
- Automated Protos Update by @github-actions in #374
- Bump vite from 5.1.7 to 5.4.8 by @dependabot in #375
- Add nodejs example by @edaniels in #377
- Bump webpack from 5.74.0 to 5.95.0 in /examples/node by @dependabot in #381
- Bump braces from 3.0.2 to 3.0.3 in /examples/node by @dependabot in #380
- Bump ansi-regex from 4.1.0 to 6.1.0 in /examples/node by @dependabot in #379
- Bump loader-utils from 2.0.0 to 2.0.4 in /examples/node by @dependabot in #378
- Add simple e2e test by @edaniels in #382
- Fix e2e tests on linux by @edaniels in #383
- Fix update protos workflow by @njooma in #385
- Fix ice candidate proto to webrtc interface conversion by @edaniels in #386
- Automated Protos Update by @github-actions in #387
Full Changelog: v0.26.0...v0.26.1
v0.26.0
There are a number of large breaking changes in today's release.
- Migrating to a new protobuf library. This may change how you interact with the returned objects of client methods. For example,
- MIgrating to a new grpc library. This may affect how you handle connections if you're working with naked channels.
- React Native requires new polyfills and transports. Take a look at the react native example in the SDK for more details.
What's Changed
Full Changelog: v0.25.0...v0.26.0