1
0
Fork 0
mirror of https://github.com/Luzifer/continuous-spark.git synced 2024-12-20 17:51:22 +00:00
continuous-spark/History.md

34 lines
656 B
Markdown
Raw Normal View History

2024-12-13 12:46:01 +00:00
# 1.1.1 / 2024-12-13
* Fix: Refactor throughput test and fix calculation error from v1.1.0
2024-12-12 12:16:48 +00:00
# 1.1.0 / 2024-12-12
* Add source interface selection
* Modernize code, fix linter errors
* Replace CI system
* Update Go dependencies
2021-01-10 14:57:31 +00:00
# 1.0.3 / 2021-01-10
* Fix: Metrics sender blocked on errors
2020-11-30 19:54:09 +00:00
# 1.0.2 / 2020-11-30
* Prevent crash when influx client is not present
* Switch to go modules
2019-01-27 14:49:07 +00:00
# 1.0.1 / 2019-01-27
* Lint: Fix linter errors, improve error handling
2019-01-27 14:30:25 +00:00
# 1.0.0 / 2019-01-27
* Breaking: Code cleanup, switch to InfluxDB for graphing
* Migrate to dep for vendoring
* Vendor update
2017-07-28 05:29:34 +00:00
# 0.1.0 / 2017-07-28
2024-12-12 12:16:48 +00:00
* Initial version