This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES
500 lines (278 loc) · 9.22 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
Helium Commander Changelog
==========================
Here you'll find the major differences between each release.
Version 0.15.7
--------------------
Released on February 28
- Handle null mac addresses better
Version 0.15.6
--------------------
Released on February 27
- Use helium-python 0.9.0 for filter support
Version 0.15.5
--------------------
Released on February 23
- Fix CLI timeseries create timestamp
Version 0.15.4
--------------------
Released on February 13
- Use device-type meta attribute in sensor/element
Version 0.15.3
--------------------
Released on January 27
- Bump helium-python dependency
Version 0.15.2
--------------------
Released on January 27
- Enable --mac option for timeseries commands
Version 0.15.1
--------------------
Released on January 26
- Fixes label creation
Version 0.15.0
--------------------
Released on January 24
- Adds support for elements in labels
Version 0.14.0
--------------------
Released on December 20
- Adds metadata filtering support for element, label and sensor
Version 0.13.1
--------------------
Released on December 15
- Adds label timeseries live support
Version 0.13.0
--------------------
Released on December 10
- Adds connected state to element listings
- Adds device configuration support
Version 0.12.0
--------------------
Released on November 28
- Adds update command for user
- Add organization sensor, element, label, user listings
- Add sensor label command
- Add replace and clear for label sensor updates
- Fixes an unknown command error
Version 0.11.0
-------------
Released on November 23 2016
- Adds metadata subcommands for organization, sensor and element.
Version 0.10.1
-------------
Released on November 21 2016
- Switch to new helium-python attribute approach.
- Display org timezone support and datapoint sensor information.
- Add pending invitation information to user list.
Version 0.9.13
-------------
Released on November 9 2016
- Add sensor->element and element->sensor commands to allow
connectivity lookups.
Version 0.9.11
-------------
Released on October 11 2016
- Add error output for live tabular data. Live data can only be
displayed using json or csv output formats.
- Rename timeseries post to timeseries create to match resource
creation naming conventions.
Version 0.9.7
-------------
Released on September 21 2016
- Removes sensor version information. An an alternate form of knowing
what firmware version of Helium OS is running will come back soon.
- Adds tests for most commands
- Adds last-seen to element information
- Adds start, end and port filters back to timeseries commands
Version 0.9.3
-------------
Released on August 10 2016
- Fixes organization timeseries dump command
Version 0.9.2
-------------
Released on August 2 2016
- Re-factor label commands to support the more standard "update" command approach
- Expose a update_resource_relationship utility to update a list of resources based on arguments
- Expose a ResourceParamType option type that can be used to support files for lists of options
- Use the file option in the label command approach for --add and --remove
Version 0.9.1
-------------
Released on July 27 2016
- Adds timeseries support for element resources
- Fixes a timeseries dump error
Version 0.9.0
-------------
Released on July 6 2016
- Add timeseries live subcommand to display live timeseries data for oragnization and sensors
Version 0.8.0
-------------
Released on July 2 2016
- Re-factored service class to expose re-usable methods more cleanly
- Simpler base url handling. Hopefully this avoids the sporadic encoding issues
Version 0.7.5
-------------
Released on July 1th 2016
- Added --sort option to lists of elements and sensors
- Added --reverse option to go with the new sort option above
Version 0.7.4
-------------
Released on June 22th 2016
- Apologies for the quick spins!
- Expanding --mac support for all element and sensor subcommands
- Make timeseries list arguments be promoted just like post
Version 0.7.3
-------------
Released on June 22th 2016
- Add a --mac option to element and sensor lookup to enable quick lookup by mac address
Version 0.7.2
-------------
Released on June 22th 2016
- Fix a timeseries aggregation output exception
Version 0.7.1
-------------
Released on June 21th 2016
- Remove default timestamp from timeseries post since the TZ was wrong
- Make util.tabulate take an optional writer for better re-use
Version 0.7.0
-------------
Released on June 20th 2016
- timseries command re-structure. This makes timeseries list replace the plain timeseries subcommand
- timeseries post support for sensors and organization
Version 0.6.9
-------------
Released on June 16th 2016
- Better unicode support for csv output
Version 0.6.8
-------------
Released on June 14th 2016
- Adds a friendly name for the sensor type based on card id
Version 0.6.7
-------------
Released on June 14th 2016
- Fixes a versions option issue that broke reuse
Version 0.6.6
-------------
Released on June 13th 2016
- Add last seen reading time to sensor output
- Add element sensor command to list the sensors an element last saw connected
- Make a re-usable versions option
Version 0.6.5
-------------
Released on June 6th 2016
- Fix re-usable util.cli loader
Version 0.6.4
-------------
Released on June 5th 2016
- Prefix based and case insensitive name lookup for resources
- More explicit error reporting of ambiguous resource id matches
- Expose re-usable cli and main functions for derived tools
Version 0.6.3
-------------
Released on May 24th 2016
- Attemtps to fix up the version release issues in release scripts
Version 0.6.2
-------------
Released on May 24th 2016
- Changed the release scripts to be more maintainable
- Added more documentation for the timeseries subcommand
Version 0.6.1
-------------
Released on May 16th 2016
- Fix a breaking initialization bug
Version 0.6.0
-------------
Released on May 16th 2016
- Add agg-type and agg-size option to expose timeseries aggregation
- Add versions support for elements and sensors
Version 0.5.4
-------------
Released on May 6th 2016
- Add organization user to list the users in the authorized organization
- Add organization update to enable name changes on the organization
- Add element update to enable name changes on a given element
Version 0.5.3
-------------
Released on May 4th 2016
- Add --version option to get the current version of the script
- Clip exception traces and only display the message
- Capture error responses from the API and use those when available
Version 0.5.2
-------------
Released on April 26th 2016
- Adds --main support for sensor-script deploy
- Adds -sf support for sensor-script deploy to enable listing sensor ids in a file
- Adds show subcommand for sensor-script to download files for a deploy
Version 0.5.1
-------------
Released on April 23th 2016
- Adds -h as a short form for --help
- Adds --uuid as as a top level flag to display full uuids
- Adds --format as a top level option to force output format if needed
Version 0.5.0
-------------
Released on April 21th 2016
- Use short ids or the name in addition to the full uuid of resources for commands!
- Fixes cloud-script status command for normal running scripts
- Add ability to name and set state of a cloud-script on deploy
Version 0.4.9
-------------
Released on April 20th 2016
- Fixes up label create, delete and add subcommands issues
Version 0.4.8
-------------
Released on April 19th 2016
- Fixes up virtual sensor creation
Version 0.4.7
-------------
Released on April 19th 2016
- Removes the debug information from the cloud-script deploy command
- Adds the cloud-script status subcommand to print out error details
Version 0.4.6
-------------
Released on April 19th 2016
- Fixes erroneous entry in deploying cloud-script
Version 0.4.5
-------------
Released on April 18th 2016
- Adds the --main option to the cloud-script deploy sub-command
Version 0.4.4
-------------
Released on April 17th 2016
- Removes the api-key requirement to allow user auth to work
Version 0.4.3
-------------
Released on April 15th 2016
- Adds the update subcommandn for sensors
- Exposes service level ability to post to a sensor timeseries
Version 0.4.2
-------------
Released on April 14th 2016
- Introduces the cloud-script deplpoy subcommand
- Add option to change name of cloud-script during start/stop
Version 0.4.1
-------------
Released on April 13th 2016
- Introduces user command
- Introduces user list and auth subcommands
Version 0.4.0
-------------
Released on April 12th 2016
- Introced organization command
- Removed timeseries top level command
- Introduces timeseries sub-command for label, sensor, organization and cloud-script
- Introduces dump sub-command for sensor, label and organization
Version 0.3.0
-------------
Released on April 12th 2016
- Add timeseries list/dump start and end date filtering support
- Add cloud-script delete support
- Add deploy state as part of the sensor-script list output
- Add sensor count to label lists
Version 0.2.0
-------------
Released on April 11th 2016
- Add support for HELIUM_API_URL to set the base url to use
Version 0.1.0
-------------
Released on April 11th 2016
- Initial release.