You are viewing documentation for the development version, it may be incomplete.
Join our translation project and help translate Zabbix documentation into your native language.

Appendix 2. Changes from 7.4 to 8.0

Breaking changes

history

ZBXNEXT-10069 Added new parameter maxValueSize to the history.get method. If you are requesting data for items with a binary value (history=5), set maxValueSize to null; otherwise history.get will return the item value truncated to 64KiB.

host

ZBXNEXT-10387 host.massupdate: Removed method. Please use host.update instead.

hostgroup

ZBXNEXT-10387 hostgroup.massupdate: Removed method. Please use hostgroup.update, hostgroup.massadd, or hostgroup.massremove instead.

hostinterface

ZBXNEXT-10387 hostinterface.replacehostinterfaces: Removed method. Please use hostinterface.update, hostinterface.massadd, or hostinterface.massremove instead.

template

ZBXNEXT-10387 template.massupdate: Removed method. Please use template.update, template.massadd, or template_massremove instead.

templategroup

ZBXNEXT-10387 templategroup.massupdate: Removed method. Please use templategroup.update, templategroup.massadd, or templategroup.massremove instead.

Other changes and bug fixes

connector

ZBXNEXT-10069 Added new item_value_type value (64 - JSON) to the connector object.

dashboard

ZBXNEXT-4769 Added new dashboard widget field show_hostnames to the graph widget.
ZBXNEXT-9546 Added new dashboard widget fields ds.0.item_tags_evaltype, ds.0.item_tags.0.tag, ds.0.item_tags.0.operator and ds.0.item_tags.0.value to svggraph and piechart widgets.
ZBXNEXT-10158 Added new dashboard widget fields columns.0.aggregate_columns, columns.0.combined_column_name and columns.0.column_aggregate_function to the topitems widget.
ZBXNEXT-9424, ZBXNEXT-4769 Added new dashboard widget type scatterplot.
ZBXNEXT-8160 Added new dashboard widget fields clustering_mode and clustering_zoom_level to the geomap widget.

templatedashboard

ZBXNEXT-9424 Added new template dashboard widget type scatterplot.

history

ZBXNEXT-10069 Added new history value (6 - JSON) to the history.get method.
ZBXNEXT-10069 Added new JSON history object.

hostprototype

ZBXNEXT-9546 Added new parameter selectInheritedTags to the hostprototype.get method.

httptest

ZBXNEXT-9546 Added new parameters inheritedTags and selectInheritedTags to the httptest.get method.

item

ZBXNEXT-10069 Added new value_type value (6 - JSON) to the item object.
ZBXNEXT-9546 Added new parameters inheritedTags and selectInheritedTags to the item.get method.

itemprototype

ZBXNEXT-10069 Added new value_type value (6 - JSON) to the itemprototype object.
ZBXNEXT-9546 Added new parameter selectInheritedTags to the itemprototype.get method.

template

ZBXNEXT-9546 Added new parameters inheritedTags and selectInheritedTags to the template.get method.

trigger

ZBXNEXT-9546 Added new parameters inheritedTags and selectInheritedTags to the trigger.get method.

triggerprototype

ZBXNEXT-9546 Added new parameter selectInheritedTags to the triggerprototype.get method.

userdirectory

ZBXNEXT-9834 Added properties idp_certificate, sp_private_key, sp_certificate, idp_certificate_hash, sp_private_key_hash, and sp_certificate_hash to user directory object.