You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+9-3
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,22 @@ Changelog
4
4
Version 0.4.5 [unreleased]
5
5
--------------------------
6
6
7
+
- `#34 <https://github.com/ninuxorg/netdiff/issues/34>`_: show ``local_addresses`` in NetJSON output (``OlsrParser``, ``BatmanParser`` and ``NetJsonParser``)
8
+
- `#29 <https://github.com/ninuxorg/netdiff/issues/29>`_: support additional properties in NetJSON output
9
+
- `#32 <https://github.com/ninuxorg/netdiff/issues/32>`_: mock telnet requests in tests
10
+
- `63a5e8a <https://github.com/ninuxorg/netdiff/commit/63a5e8a>`_: added ``"Unrecognized format"`` message in ``ParserError`` exceptions
11
+
- `9ed48a4 <https://github.com/ninuxorg/netdiff/commit/9ed48a4>`_: added arbitrary metric value (average of tx and rx) in ``Bmx6Parser``
12
+
7
13
Version 0.4.4 [06-09-2015]
8
14
--------------------------
9
15
10
-
- `#31 <https://github.com/ninuxorg/netdiff/issues/31>`_: Mocked HTTP requests in tests
11
-
- `#29 <https://github.com/ninuxorg/netdiff/issues/28>`_: Replaced weight with cost in all NetJSON occurrences
16
+
- `#31 <https://github.com/ninuxorg/netdiff/issues/31>`_: mocked HTTP requests in tests
17
+
- `#29 <https://github.com/ninuxorg/netdiff/issues/28>`_: replaced weight with cost in all NetJSON occurrences
12
18
13
19
Version 0.4.3 [02-07-2015]
14
20
--------------------------
15
21
16
-
- `#27 <https://github.com/ninuxorg/netdiff/issues/27>`_: Added support for txtinfo format to ``BatmanParser``
22
+
- `#27 <https://github.com/ninuxorg/netdiff/issues/27>`_: added support for txtinfo format to ``BatmanParser``
17
23
- `ab9c40 <https://github.com/ninuxorg/netdiff/commit/ab9c40>`_, `9ac89a <https://github.com/ninuxorg/netdiff/commit/9ac89a>`_: minor optimizations and simplifications in ``BatmanParser``
18
24
- `990a30 <https://github.com/ninuxorg/netdiff/commit/990a30>`_: minor optimization in ``Bmx6Parser``
19
25
- `64f8f44 <https://github.com/ninuxorg/netdiff/commit/64f8f44>`_: the parse() method of each parser now must return a networkx.Graph instance instead of storing it
0 commit comments