aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-05-20 21:58:49 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-06-01 23:11:59 +0300
commit5b1b8ef7fccd9f039b5decf31f160dbf4b989793 (patch)
treea1d5274ebea35d3eafe1a5615d4b9f20a8eaf07b
parentc87a64b472ef770115daf7ee56c84ce7ea04c739 (diff)
downloadmywatch-5b1b8ef7fccd9f039b5decf31f160dbf4b989793.tar.gz
Version 0.3.00.3.0
-rw-r--r--ChangeLog.md9
-rw-r--r--README.md5
-rw-r--r--mywatch.cabal2
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 175f475..89c9a70 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,12 @@
+0.3.0
+=====
+
+ * Support Sproxy's end-point `/.sproxy/access` to find servers, available
+ to the current user, in one single HTTP request. This requires
+ Sproxy2 >= 1.95.0. Fallback to old multiple-request way if that
+ end-point returns error.
+
+
0.2.1
=====
diff --git a/README.md b/README.md
index 4e3cb41..bc2799d 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,9 @@ Sproxy Configuration
====================
* To access the service allow `GET` for `/`, `/static/%` and `/serverlist.json`.
-* To see processes on a particular MySQL server allow `GET` and `HEAD` for
- `/server/:server/processlist.json`.
+* To see processes on a particular MySQL server allow `GET` and (optional)
+ `HEAD` for `/server/:server/processlist.json`. The latter is only required with
+ Sproxy2 before version 1.95.0
* To kill processes allow `DELETE` for `/server/:server/process/%`
diff --git a/mywatch.cabal b/mywatch.cabal
index 3c4118e..8b1cc5f 100644
--- a/mywatch.cabal
+++ b/mywatch.cabal
@@ -1,5 +1,5 @@
name: mywatch
-version: 0.2.1
+version: 0.3.0
synopsis: Web application to view and kill MySQL queries
description:
View and kill queries on multiple MySQL servers.