Skip to content

Commit bb50db8

Browse files
authored
Merge pull request naemon#165 from sni/release_1_4_3
release v1.4.3
2 parents 3314919 + 77ed99c commit bb50db8

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ paginate: 10
55
paginate_path: "news/page:num"
66

77
# site specific variables
8-
release_version: 1.4.2
9-
release_date: 04 Jan 2024
10-
next_release: Jul 2024
8+
release_version: 1.4.3
9+
release_date: 19 Nov 2024
10+
next_release: Jul 2025
1111

1212
# custom "tags"
1313
hint: '<div class="alert alert-success" style="margin: 10px;"><i class="glyphicon glyphicon-thumbs-up"></i> <b>Tip</b>:&nbsp;'

_posts/2024-11-19-release-1.4.3.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "Release 1.4.3"
4+
categories: project
5+
---
6+
7+
Today we released the version 1.4.3 of naemon-core and naemon-livestatus. This release
8+
contains performance improvements and some bugfixes as listed in detail on the changelog
9+
page.
10+
11+
Head on to [the download section](/download) or check out the [changelog](/documentation/usersguide/whatsnew.html) for
12+
a detailed list of changes.

documentation/usersguide/whatsnew.md

+29
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,35 @@ title: What's New
1313

1414
See upcoming changes from the next version on [github](https://github.com/naemon/naemon-core/blob/master/NEWS)
1515

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+
1645
#### 1.4.2 - 04 Jan 2024
1746
##### Features
1847
* remove size limit on external command argument length

0 commit comments

Comments
 (0)