Skip to content

Commit

Permalink
updated CHANGELOG and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aiantsen committed Dec 12, 2024
1 parent b2eac5b commit d27bad1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [2.0.2](https://github.com/zabbix/python-zabbix-utils/compare/v2.0.1...v2.0.2) (2024-12-12)

### Features:

- added support for Zabbix 7.2
- added support of proxy groups for Sender and AsyncSender

### Changes:

- discontinued support for HTTP authentication for Zabbix 7.2 and newer
- discontinued support for Zabbix 6.4
- added examples of deleting items
- added examples of how to clear item history
- added examples of how to pass get request parameters

### Bug fixes:

- fixed issue [#21](https://github.com/zabbix/python-zabbix-utils/issues/21) with non-obvious format of ID array passing
- fixed issue [#26](https://github.com/zabbix/python-zabbix-utils/issues/26) with Sender and AsyncSender working with proxy groups
- fixed small bugs and flaws

## [2.0.1](https://github.com/zabbix/python-zabbix-utils/compare/v2.0.0...v2.0.1) (2024-09-18)

### Features:
Expand Down
2 changes: 1 addition & 1 deletion zabbix_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

__version__ = "2.0.1"
__version__ = "2.0.2"

__min_supported__ = 5.0
__max_supported__ = 7.2

0 comments on commit d27bad1

Please sign in to comment.