File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.0.2] ( https://github.com/zabbix/python-zabbix-utils/compare/v2.0.1...v2.0.2 ) (2024-12-12)
2+
3+ ### Features:
4+
5+ - added support for Zabbix 7.2
6+ - added support of proxy groups for Sender and AsyncSender
7+
8+ ### Changes:
9+
10+ - discontinued support for HTTP authentication for Zabbix 7.2 and newer
11+ - discontinued support for Zabbix 6.4
12+ - added examples of deleting items
13+ - added examples of how to clear item history
14+ - added examples of how to pass get request parameters
15+
16+ ### Bug fixes:
17+
18+ - fixed issue [ #21 ] ( https://github.com/zabbix/python-zabbix-utils/issues/21 ) with non-obvious format of ID array passing
19+ - fixed issue [ #26 ] ( https://github.com/zabbix/python-zabbix-utils/issues/26 ) with Sender and AsyncSender working with proxy groups
20+ - fixed small bugs and flaws
21+
122## [ 2.0.1] ( https://github.com/zabbix/python-zabbix-utils/compare/v2.0.0...v2.0.1 ) (2024-09-18)
223
324### Features:
Original file line number Diff line number Diff line change 2222# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2323# OTHER DEALINGS IN THE SOFTWARE.
2424
25- __version__ = "2.0.1 "
25+ __version__ = "2.0.2 "
2626
2727__min_supported__ = 5.0
2828__max_supported__ = 7.2
You can’t perform that action at this time.
0 commit comments