Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 1.34 KB

connector-influxdb Changelog

[1.0.5] - 17-09-2020

Changelog:

  • Add video section in ReadME.md

[1.0.5] - 26-08-2020

Changelog:

  • Added CI-CD pipeline.

[1.0.5] - 17-08-2020

Changelog:

  • Resolved upload path issue.

[1.0.5] - 18-05-2020

Changelog:

  • Added cobra cli for user interface.
  • Restructured project based on the requirements for cobra cli.
  • Changed arguments to optional flags.
  • Added --accesskey flag and removed key, test and parse flags.
  • Added --storj flag to set storj config file path and --influx to set influx config file path.
  • Fixed bugs
  • Repo rename

[1.0.2] - 31-01-2020

Changelog:

  • Added keyword influxdb_exeutable_path in db_property.json to access influxd executable path.
  • Removed the hardcoded windows influxd executable path.
  • Made changes in the DEBUG function to rectify the index out of range error.

[1.0.1] - 26-12-2019

Changelog:

  • Changes made according to latest libuplink v0.27.1
  • Changes made according to updated cli package.
  • Added Macroon functionality.
  • Added option to access storj using Serialized Scope Key.
  • Added keyword key to access storj using API key rather than Serialized Scope Key (defalt).
  • Added keyword restrict to apply restrictions on API key and provide shareable Serialized Scope Key for users.
  • Error handling for various events.