@@ -13,6 +13,35 @@ title: What's New
13
13
14
14
See upcoming changes from the next version on [ github] ( https://github.com/naemon/naemon-core/blob/master/NEWS )
15
15
16
+ #### 1.4.3 - Nov 19 2024
17
+ ##### Features
18
+ * add global notifications handler
19
+ * add external command to add log entries
20
+ * add hint of previous object when duplicate detection fails
21
+ * add options to keep services running as long as they are up
22
+ * add problem timestamps and duration
23
+
24
+ ##### Changed
25
+ * clean up output of naemon -V
26
+ * change problem_id and notification_id to uuids
27
+ * change service parents suppressing only normal notifcations
28
+
29
+ ##### Bugfixes
30
+ * fix leaking object.cache file references
31
+ * fix host not being in hard state with max_check_attempts=1
32
+ * throw config errors if boolean values cannot be parsed
33
+ * fix retrieving comments after deleting first
34
+ * fix rpm installation race condition
35
+ * fix resetting modified_attributes
36
+
37
+ ##### Livestatus
38
+ * add support for new log types HOST/SERVICE NOTE
39
+ * improve performance on logs table
40
+ * fix crash on core reload
41
+ * fix crash when requesting invalid table names
42
+ * fix crash if stats queries errors halfway
43
+ * fix crash on stats queries on the logs table
44
+
16
45
#### 1.4.2 - 04 Jan 2024
17
46
##### Features
18
47
* remove size limit on external command argument length
0 commit comments