Skip to content

Commit b44fb9b

Browse files
committed
Release 2.8.0
1 parent e120fd4 commit b44fb9b

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

changelog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
logdata-anomaly-miner (2.8.0) unstable; urgency=low
2+
Bugfixes:
3+
* fix suspendModeTest
4+
* fix issues with np.math
5+
* fix AMINERSRC variable in aminer_install script
6+
* fix error message in ByteStreamLineAtomizer
7+
* Fix stop_learning_time
8+
* Fix closing of Zmq producer socket at graceful shutdown
9+
* Fix sorting of None values in NMPVCD.do_persist()
10+
11+
Changes:
12+
* Rewrite of aminerwrapper
13+
* Set latest working python-kafka version
14+
* Remove restrictive flags in aminer, so the conf-enabled directory is not needed any more -> still need to keep conf-enabled to use custom parsing models
15+
* Allow resource_name to be of type bytes
16+
* Allow ParserMatch to be None in LogAtom
17+
* Improve LogResourceList error message when url does not start with file:// or unix://
18+
* Add an optional log line identifier to json output
19+
* Remove proposed AminerStartTimestamp parameter and implement dynamic per detector stop_learning_time setup in NMPD
20+
* Implement dynamic per detector stop_learning_time setup
21+
* Add comment explaining the lambda function in the NMPVCD.do_persist() method
22+
23+
24+
-- Markus Wurzenberger <markus.wurzenberger@ait.ac.at> Thu, 01 May 2025 12:00:00 +0000
25+
26+
27+
28+
129
logdata-anomaly-miner (2.7.0) unstable; urgency=low
230
Bugfixes:
331
* Fix broken links to python-modules

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
logdata-anomaly-miner (2.8.0-1) unstable; urgency=low
2+
3+
[ Markus Wurzenberger ]
4+
* New upstream release V2.8.0, see
5+
https://github.com/ait-aecid/logdata-anomaly-miner/releases/tag/V2.8.0
6+
17
logdata-anomaly-miner (2.7.0-1) unstable; urgency=low
28

39
[ Markus Wurzenberger ]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = 'logdata-anomaly-miner'
2121
copyright = '2023, Florian Skopik, Markus Wurzenberger, Max Landauer, Roman Fiedler, Wolfgang Hotwagner, Ernst Leierzopf, Georg Hoeld'
2222
author = 'Florian Skopik, Markus Wurzenberger, Max Landauer, Georg Hoeld, Roman Fiedler, Wolfgang Hotwagner, Ernst Leierzopf'
23-
release = '2.7.0-126-g7618331c'
23+
release = '2.8.0'
2424

2525
# -- General configuration ---------------------------------------------------
2626

source/root/usr/lib/logdata-anomaly-miner/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__license__ = "GPLv3"
1010
__maintainer__ = "Markus Wurzenberger"
1111
__status__ = "Production"
12-
__version__ = "2.7.0-126-g7618331c"
12+
__version__ = "2.8.0"
1313
_indentation = int(max(0, max(0, (29 - len(__version__)))) / 2)
1414
__version_string__ = """ (Austrian Institute of Technology)\n (%s)\n%sVersion: %s""" % (
1515
__website__, " " * _indentation, __version__ + " " * _indentation)

0 commit comments

Comments
 (0)