File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.0.0] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.1.1...v2.0.0 ) (2024-04-12)
2+
3+ ### Features:
4+
5+ - added asynchronous modules: AsyncZabbixAPI, AsyncSender, AsyncGetter
6+ - added examples of working with asynchronous modules
7+
8+ ### Bug fixes:
9+
10+ - fixed issue [ #7 ] ( https://github.com/zabbix/python-zabbix-utils/issues/7 ) in examples of PSK using on Linux
11+ - fixed small bugs and flaws
12+
113## [ 1.1.1] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.1.0...v1.1.1 ) (2024-03-06)
214
315### Changes:
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__ = "1.1.1 "
25+ __version__ = "2.0.0 "
2626
2727__min_supported__ = 5.0
2828__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments