Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-10-27 11:55:47 +0300
committerSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-10-27 11:55:47 +0300
commit3d04857949b63b0977f58293a6dc7085ef4ab058 (patch)
tree19ad3ea37399c187705150d8e6e31692fca1c8d4 /ChangeLog
parent5e4988884080c63bc30e2d4fe79f01e4cfa59762 (diff)
.......... [ZBXNEXT-826] updated release date [6.4.0beta2]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 20 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index d60614f03fa..2986d694ce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,46 +1,45 @@
Changes for 6.4.0beta2
New features:
-A.F....... [ZBXNEXT-6470,ZBXNEXT-6980] implemented audit logging of item and item prototype API objects (agriscenko, jfreibergs, vmaksimovs)
.......PS. [ZBXNEXT-7953] added VMware tags support for vSphere versions older than 7U2 (asestakovs)
..F.....S. [ZBXNEXT-7122] added detection of compressed chunks in history or trend tables, and warnings that suggest enabling housekeeping overrides accordingly (dgoloscapov, jfreibergs)
.........T [ZBXNEXT-8018] added token authentication in Template GitLab by HTTP (atocko)
-..F....... [ZBXNEXT-7512] implemented new context menu for host, item and trigger for monitoring section (rlataria)
+..F....... [ZBXNEXT-7512] implemented new context menu for host, item and trigger in the Monitoring section (rlataria)
..F.....S. [ZBXNEXT-7972] implemented name for trigger URL (dpetra, kprutkovs)
.......PS. [ZBXNEXT-6401] added new vmware keys vmware.datastore.perfcounter and vmware.hv.diskinfo.get (MVekslers)
..F....... [ZBXNEXT-8038] improved layout for audit log report utilising two-column layout (kkuzmina)
-.........T [ZBX-21693] fixed repeated lines in templates (egordymov)
.......PS. [ZBXNEXT-7816] added support of PostgreSQL 15 (vso)
.......PS. [ZBXNEXT-7970] added support of TimescaleDB 2.8 (vso)
.........T [ZBXNEXT-7902] added templates for Azure MySQL servers (vkhaliev)
-.........T [ZBX-21672] fixed event source in mediatypes (egordymov)
........S. [ZBXNEXT-7920] improved value cache not to drop items from cache when no new value has arrived in 24 hours (vso)
+.........T [ZBXNEXT-8035] added override for file system discovery trigger in f5 template (knaglis)
Bug fixes:
-..F....... [ZBX-17300] fixed handling of context menu in Map builder (jfreibergs)
-.........T [ZBXNEXT-8035] added override for file system discovery trigger in f5 template (knaglis)
-..F....... [ZBX-21656] fixed clone buttons not working in Safari 16 on template editing form (averza)
+..F....... [ZBX-17300] fixed handling of context menu in the Map builder (jfreibergs)
+..F....... [ZBX-21656] fixed clone buttons on template editing form that were not working in Safari 16 (averza)
..F....... [ZBX-20505] fixed subfilter counters displaying incorrect values in Monitoring => Graph view (rdetlavs)
........S. [ZBX-21733] improved performance of system information and queue calculation to reduce history syncer locking (vso)
...G...... [ZBX-21452] fixed wmi.get* crash of zabbix_agentd for windows (MVekslers)
-.........T [ZBX-21673] fixed read operations per second preprocessing in Ceph by Zabbix agent 2 template (drasihov)
+.........T [ZBX-21673] fixed read operations per second during preprocessing in Ceph by Zabbix agent 2 template (drasihov)
.......PS. [ZBX-21724] fixed updating of lastaccess for proxies in availman if active proxy is used (dgoloscapov)
.........T [ZBX-21582] optimized HPE Synergy template to spread load across preprocessing workers (vkhaliev)
..F....... [ZBX-21708] fixed PHP TypeError when opening non-existing dashboard (dpetra)
..F....... [ZBX-21606] fixed "Allowed hosts" field in HTTP agent item (kkuzmina)
A......... [ZBX-19224] added ability to unset headers in web scenario (rlataria)
........S. [ZBX-21709] fixed database upgrade patch to skip unexpected invalid service downtime instead of failing (vso)
-..F....... [ZBX-21562] fixed maps not working with elements having disabled triggers (rdetlavs)
+..F....... [ZBX-21562] fixed maps not working with elements that contain disabled triggers (rdetlavs)
...G...... [ZBX-21637] fixed Zabbix server to rerun auto registration attempt in 120 seconds if host is deleted (vso)
-........S. [ZBX-21537] fixed history syncers being stuck waiting on system information being collected (vso)
+........S. [ZBX-21537] fixed history syncers being stuck while waiting on system information being collected (vso)
........S. [ZBX-21025] fixed the allowed argument range limits for char() trigger function (kprutkovs)
-.........T [ZBX-21484] updated documentation for templates SMART by Zabbix agent 2 (atocko)
+.........T [ZBX-21484] updated documentation for SMART templates by Zabbix agent 2 (atocko)
.......PS. [ZBX-21725] fixed configuration cache shared memory leak when removing vault macros (wiper)
........S. [ZBX-21510] made NodeAddress use ListenIP and ListenPort if not explicitly specified (kprutkovs)
........S. [ZBX-21706] fixed double precision update patch for TimescaleDb (akozlovs)
..F....... [ZBX-19512] fixed debug info block content refresh after changing table content in Monitoring -> Problems page (miks)
..F....... [ZBX-21682] removed unnecessary horizontal separator from Host interface (kkuzmina)
...G...... [ZBX-21610] fixed problem with sysctl() kern.proc.args API bug on FreeBSD <= 8.2 (ssimonenko)
+.........T [ZBX-21672] fixed event source in mediatypes (egordymov)
+.........T [ZBX-21693] fixed repeated lines in templates (egordymov)
--------------------------------------------------------------------------------
Changes for 6.4.0beta1
@@ -517,6 +516,11 @@ A.F....PS. [ZBXNEXT-7402,ZBXNEXT-7413] added support for CyberArk Vault (acikuns
..F....... [ZBXNEXT-7138] added modal form for API tokens in User settings->API tokens and Administration->General->API tokens (epulke)
--------------------------------------------------------------------------------
+Changes for 6.0.10rc2
+
+6.0.10rc2 was released as 6.0.10rc1 including missed templates
+
+--------------------------------------------------------------------------------
Changes for 6.0.10rc1
New features:
@@ -2699,6 +2703,11 @@ A......... [ZBX-17955] fixed "medias" parameter named inconsistency in user.crea
.......PS. [ZBX-17548] don't store text items with history 0 in proxy history (wiper)
--------------------------------------------------------------------------------
+Changes for 5.0.29rc2
+
+5.0.28rc2 was released as 5.0.29rc1 including missed templates
+
+--------------------------------------------------------------------------------
Changes for 5.0.29rc1
New features: