Skip to content

Commit fbf9759

Browse files
committed
updated CHANGELOG and version number
1 parent 081b460 commit fbf9759

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.0.3](https://github.com/zabbix/python-zabbix-utils/compare/v2.0.2...v2.0.3) (2025-07-03)
2+
3+
### Features:
4+
5+
- added support for Zabbix 7.4
6+
7+
### Changes:
8+
9+
- discontinued support for Zabbix 5.0
10+
- added examples of TLS-PSK use for Python 3.13+
11+
12+
### Bug fixes:
13+
14+
- fixed issue [#32](https://github.com/zabbix/python-zabbix-utils/issues/32) with a circular reference of exceptions
15+
- fixed issue [#30](https://github.com/zabbix/python-zabbix-utils/issues/30) by adding Hostname support to Sender and AsyncSender
16+
- fixed issue [#18](https://github.com/zabbix/python-zabbix-utils/issues/18) by adding with-statement support to AsyncZabbixAPI
17+
- fixed issue [#7](https://github.com/zabbix/python-zabbix-utils/issues/7) with the TLS-PSK example code for Python 3.13+ by using built-in SSL features
18+
- fixed small bugs and flaws
19+
120
## [2.0.2](https://github.com/zabbix/python-zabbix-utils/compare/v2.0.1...v2.0.2) (2024-12-12)
221

322
### 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.2"
25+
__version__ = "2.0.3"
2626

2727
__min_supported__ = 6.0
2828
__max_supported__ = 7.4

0 commit comments

Comments
 (0)