- add TLS support to connect with influxdb
- Support for uint64 columns (#44) (thanks to https://github.com/ptoews)
- Fix select time range
- added new copyorder parameter backward (most to least recent, default), forward (least to most recent)
- Updated to go 1.17
- Adds
-logmode
option (default console if not set). Related to toni-moreno/influxdb-srelay#26 issue - Updated base libraries
- Migrated dependancy tool from dep to gomodules
- fix #33
- fix #26,#31 (thanks to @maxadamo )
- fix #22
- fix #21
- added max-points-on-single-write to limit write queries
- added 1 recovery level with bad chunks
- fixes for #18
- fixes for #16
- added command line parameters -rp and -meas to filter rps and measurements (implement #3)
- enhanced logic to solve rp name limitations
- added command line parameter -newdb to change database name and -newrp to change Retention policy name.
- added command line parameters -v, -vv, -vvv for info,debug,trace log levels
- added command line -chunk as replacement/override for data-chuck-duration parameter in the config file (implement #10)
- added config rw-max-retries, rw-retry-delay to fix minor errors (timeouts, latency, net glich)
- added config num-workers to add concurrent read/write on the same db and chuck time ( several measurements at timel )
- fixes for #6,#11,#9,#8
- added -full option to the -action copy/fullcopy execution modes
- fixes for #1,#4,#5,#7
- added replicashema and fullcopy execution mode.
- added /queryactive endpoint available to external tools.
- added syncronization tunning params data-chuck-duration , max-retention-interval
- first release with slavei db syncronization with master
- Added initial db schema replication
- Added initial db data replication
- Added action copy