File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog for Data Transloader
22
3- ## Version 0.6.0 (TBD )
3+ ## Version 0.6.0 (2019-08-28 )
44
55* Add support for HTTP Basic Access Authentication when downloading and uploading data/metadata
66* Support custom HTTP headers being specified by API or by command-line tool
2626* Add DataFile class for re-using data file partial downloading between providers
2727* Download data file metadata for Data Garrison when downloading metadata
2828* Use Data File partial downloads for Data Garrison instead of HTML parsing for observations
29+ * Remove obsolete code in Campbell Scientific station class
30+ * Avoid storing multiple duplicate datastreams for Campbell Scientific stations
2931
3032## Version 0.5.0 (2019-07-26)
3133
Original file line number Diff line number Diff line change 11module SensorThings
22 def self . version
3- '0.5 .0'
3+ '0.6 .0'
44 end
55end
Original file line number Diff line number Diff line change 11module Transloader
22 def self . version
3- '0.5 .0'
3+ '0.6 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments