File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.0.25] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25 ) (2024-11-04)
4
+
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.25 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Automated Protos Update [ \# 287] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/287 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
10
+ - RSDK-9180: Change TabularDataBySQL/MQL return type to raw BSON in Flutter SDK [ \# 286] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/286 ) ([ jckras] ( https://github.com/jckras ) )
11
+ - \[ RSDK-7568\] Add get properties to vision [ \# 285] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/285 ) ([ njooma] ( https://github.com/njooma ) )
12
+ - Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
13
+ - Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
14
+
15
+ ## [ v0.0.25] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25 ) (2024-11-04)
16
+
17
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.24...v0.0.25 )
18
+
3
19
## [ v0.0.24] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.24 ) (2024-10-28)
4
20
5
21
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.23...v0.0.24 )
6
22
7
23
** Merged pull requests:**
8
24
25
+ - v0.0.24 [ \# 283] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/283 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
26
- Fix sending session client over webrtc [ \# 281] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/281 ) ([ njooma] ( https://github.com/njooma ) )
10
27
- Automated Protos Update [ \# 280] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/280 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
28
- v0.0.23 [ \# 279] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/279 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
93
93
}
94
94
95
95
String getVersionMetadata () {
96
- const String sdkVersion = 'v0.0.24 ' ;
96
+ const String sdkVersion = 'v0.0.25 ' ;
97
97
const String apiTag = 'v0.1.354' ;
98
98
99
99
return 'flutter;$sdkVersion ;$apiTag ' ;
Original file line number Diff line number Diff line change 1
1
name : viam_sdk
2
2
description : Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3
- version : 0.0.24
3
+ version : 0.0.25
4
4
homepage : https://github.com/viamrobotics/viam-flutter-sdk/
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments