blob: 175f47503462ff670e70f17803fb34dd496a0eef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
0.2.1
=====
* Compress all responses with gzip if acceptable
0.2.0
=====
* Allow killing queries via `CALL mysql.mywatch_kill(id)`. You should have
this routine on your database server and grant MyWatch privilege to
execute it. Provided a safe example of this function.
* Minor improvements in UI
0.1.2
=====
* Use location hash for server name
* Compact server list (`display: inline-block`)
0.1.1
=====
* Request `HEAD /server/:server/processlist.json` before
showing the server to user. This is to hide servers which
are not allowed by Sproxy to this user.
* Added a workaround for buggy haskell mysql package
causing a heisenbug that random sections of the
configuration files were not found by libmysqlclient.
* Added a workaround for the way MariaDB's libmysqlclient
processes SSL options. SSL now works with MariaDB's
libmysqlclient.
* Fixed parsing of `GRANT` queries (they have `NULL` states)
0.1.0
=====
* Initial version
* Only view queries
|