Skip to content

Commit

Permalink
Merge pull request #165 from sni/release_1_4_3
Browse files Browse the repository at this point in the history
release v1.4.3
  • Loading branch information
nook24 authored Nov 22, 2024
2 parents 3314919 + 77ed99c commit bb50db8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ paginate: 10
paginate_path: "news/page:num"

# site specific variables
release_version: 1.4.2
release_date: 04 Jan 2024
next_release: Jul 2024
release_version: 1.4.3
release_date: 19 Nov 2024
next_release: Jul 2025

# custom "tags"
hint: '<div class="alert alert-success" style="margin: 10px;"><i class="glyphicon glyphicon-thumbs-up"></i> <b>Tip</b>:&nbsp;'
Expand Down
12 changes: 12 additions & 0 deletions _posts/2024-11-19-release-1.4.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: "Release 1.4.3"
categories: project
---

Today we released the version 1.4.3 of naemon-core and naemon-livestatus. This release
contains performance improvements and some bugfixes as listed in detail on the changelog
page.

Head on to [the download section](/download) or check out the [changelog](/documentation/usersguide/whatsnew.html) for
a detailed list of changes.
29 changes: 29 additions & 0 deletions documentation/usersguide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,35 @@ title: What's New

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

#### 1.4.3 - Nov 19 2024
##### Features
* add global notifications handler
* add external command to add log entries
* add hint of previous object when duplicate detection fails
* add options to keep services running as long as they are up
* add problem timestamps and duration

##### Changed
* clean up output of naemon -V
* change problem_id and notification_id to uuids
* change service parents suppressing only normal notifcations

##### Bugfixes
* fix leaking object.cache file references
* fix host not being in hard state with max_check_attempts=1
* throw config errors if boolean values cannot be parsed
* fix retrieving comments after deleting first
* fix rpm installation race condition
* fix resetting modified_attributes

##### Livestatus
* add support for new log types HOST/SERVICE NOTE
* improve performance on logs table
* fix crash on core reload
* fix crash when requesting invalid table names
* fix crash if stats queries errors halfway
* fix crash on stats queries on the logs table

#### 1.4.2 - 04 Jan 2024
##### Features
* remove size limit on external command argument length
Expand Down

0 comments on commit bb50db8

Please sign in to comment.