There was an error while loading. Please reload this page.
1 parent 02bb86c commit ba152b8Copy full SHA for ba152b8
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.0.1](https://github.com/zabbix/python-zabbix-utils/compare/v2.0.0...v2.0.1) (2024-09-18)
2
+
3
+### Features:
4
5
+- added ssl_context argument to ZabbixAPI to allow more flexible configuration of SSL connections
6
+- added support of SSL connection configuration to AsyncZabbixAPI
7
8
## [2.0.0](https://github.com/zabbix/python-zabbix-utils/compare/v1.1.1...v2.0.0) (2024-04-12)
9
10
### Features:
zabbix_utils/version.py
@@ -22,7 +22,7 @@
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
# OTHER DEALINGS IN THE SOFTWARE.
24
25
-__version__ = "2.0.0"
+__version__ = "2.0.1"
26
27
__min_supported__ = 5.0
28
__max_supported__ = 7.0
0 commit comments