Skip to content

Commit d27bad1

Browse files
committed
updated CHANGELOG and version number
1 parent b2eac5b commit d27bad1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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:

zabbix_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

0 commit comments

Comments
 (0)