What's Changed
- Fix Ubuntu version & add new Python versions to CI test matrix by @pederhan in #165
- Replace distutils.version with packaging.version by @pederhan in #164
- Refactor version comparisons by @pederhan in #166
- Fix username login param for Zabbix>=6.4 by @pederhan in #167
- Fix failed proxy retrieval on login by @pederhan in #171
- Fix
shell command
on Python 3 by @pederhan in #173 - Fix
export_configuration
for >= 6.2 by @pederhan in #175 - Suppress InsecureRequestWarning if
cert_verify = OFF
by @pederhan in #176 - Fix creating template group cache on <6.2.0 by @pederhan in #177
- Fix Array index out of bound in some cases by @pheuzoune in #158
- Fix host group type error on >= 6.2 by @pederhan in #178
New Contributors
- @pederhan made their first contribution in #165
- @pheuzoune made their first contribution in #158
Full Changelog: 2.3.1...2.3.2