File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
=======================
2
2
pyMagnum Release Notes
3
+ ========================
4
+ Version 2.0.5 2023/11/13
5
+ ------------------------
6
+ - Enhancement added ``allinone `` method to Magnum class. This creates a single record instead of one per device.
7
+ - ``magdump `` has been enhanced to support ``--allinone `` option
8
+ - A new example program ``magsql.py `` is available to log data to MariaDB/MySQL. Read the program comments for more information.
9
+ - A new tool ``mag2sql `` is available to convert JSON from ``magdump `` output to a MySQL schema definition.
3
10
4
11
Version 2.0.4 2023/11/05
5
12
------------------------
@@ -10,8 +17,6 @@ Version 2.0.4 2023/11/05
10
17
- Fixed All revision values are defined as string. It used to be mixed
11
18
- Enhancement --pretty option to magdump for formatted JSON output
12
19
13
- - Fixed All revision values are defined as string. It used to be mixed
14
- - Enhancement --pretty option to magdump for formatted JSON output
15
20
16
21
Version 2.0.3 2023/10/20
17
22
------------------------
You can’t perform that action at this time.
0 commit comments