File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.1 / 2016-05-05
2
+
3
+ * [ BUGFIX] Fix collect.info_schema.innodb_tablespaces #119
4
+ * [ BUGFIX] Fix SLAVE STATUS "Connecting" #125
5
+ * [ MISC] New release process using docker, circleci and a centralized building tool #120
6
+ * [ MISC] Typos #121
7
+
1
8
## 0.8.0 / 2016-04-19
2
9
3
10
BREAKING CHANGES:
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ log.level | Logging verbosity (default: info)
69
69
log_slow_filter | Add a log_slow_filter to avoid exessive MySQL slow logging. NOTE: Not supported by Oracle MySQL.
70
70
web.listen-address | Address to listen on for web interface and telemetry.
71
71
web.telemetry-path | Path under which to expose metrics.
72
+ version | Print the version information.
72
73
73
74
### Setting the MySQL server's data source name
74
75
Original file line number Diff line number Diff line change 1
- 0.8.0
1
+ 0.8.1
You can’t perform that action at this time.
0 commit comments