Skip to content

Releases: viamrobotics/viam-typescript-sdk

v0.33.0

16 Dec 18:33
Compare
Choose a tag to compare

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

09 Dec 17:34
Compare
Choose a tag to compare

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

Full Changelog: v0.31.0...v0.32.0

v0.31.0

02 Dec 18:03
Compare
Choose a tag to compare

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

Full Changelog: v0.30.0...v0.31.0

v0.30.0

18 Nov 20:26
Compare
Choose a tag to compare

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

11 Nov 19:01
Compare
Choose a tag to compare

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

04 Nov 19:03
Compare
Choose a tag to compare

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

21 Oct 17:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.2...v0.27.0

v0.26.2

15 Oct 16:39
Compare
Choose a tag to compare

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

11 Oct 18:38
Compare
Choose a tag to compare

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

07 Oct 17:18
Compare
Choose a tag to compare

There are a number of large breaking changes in today's release.

  1. Migrating to a new protobuf library. This may change how you interact with the returned objects of client methods. For example,
  2. MIgrating to a new grpc library. This may affect how you handle connections if you're working with naked channels.
  3. 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