File tree 3 files changed +29
-2
lines changed 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
+ 0.2.2
5
+ -----
6
+
7
+ * RELEASE 0.2.2 version
8
+ * Revert "Add 'slim' metric for servers"
9
+ * DOC: One more try to get this right
10
+ * DOC: Update docstring for address method
11
+ * Add support for changing address and port of a server
12
+ * DOC: Fix various documentation issues
13
+ * Add 'slim' metric for servers
14
+ * Don't check if ACL/MAP is a file
15
+ * Return empty list if a acl doesn't have any entries
16
+ * DOC: Change python version we use for development
17
+ * Ignore Python 3 class hierarchy of OSError errors
18
+ * Return empty list if a map doesn't have any entries
19
+ * Fix example code for show_map function
20
+ * Fix incorrect module path for constants in docstring
21
+ * Add support for slim metric to Server object
22
+ * List server metric names in alphabetic order
23
+ * Added setaddress and address to Servers
24
+ * Fix docstrings
25
+ * Remove unused variables
26
+ * Ignore Python 3 class hierarchy of OSError errors
27
+ * Update installation instructions
28
+
4
29
0.2.1
5
30
-----
6
31
Original file line number Diff line number Diff line change 10
10
__title__ = 'haproxyadmin'
11
11
__author__ = 'Pavlos Parissis'
12
12
__license__ = 'Apache 2.0'
13
- __version__ = '0.2.1 '
14
- __copyright__ = 'Copyright 2015-2016 Pavlos Parissis'
13
+ __version__ = '0.2.2 '
14
+ __copyright__ = 'Copyright 2015-2019 Pavlos Parissis'
15
15
16
16
from haproxyadmin .haproxy import HAPROXY_METRICS
17
17
from haproxyadmin .frontend import FRONTEND_METRICS
You can’t perform that action at this time.
0 commit comments