Releases: confirm/PhpZabbixApi
v3.0.0-alpha.1
Changelog (v2.5.0...v3.0.0-alpha.1)
- Add a note about the upgrade notes at
README.md
- Allow to set user, password and auth token simultaneously
- Update namespace at
README.md
- Publish the built classes
v2.5.0
Changelog (v2.4.6...v2.5.0)
- minor #65 Leverage GitHub templates (phansys)
- minor #63 Move remaining CI tasks to Github Actions (phansys)
- minor #64 Replace
__autoload()
withspl_autoload_register()
(phansys) - minor #60 Leverage GitHub actions (phansys)
- minor #61 Normalize contents at
composer.json
(phansys) - minor #59 Remove development files from releases (phansys)
- minor #53 Do not call
userLogin()
at__construct()
(phansys) - minor #55 Make authentication check for each API method explicit at build time (phansys)
- minor #41 Leverage constants from
defines.inc.php
(phansys) - minor #54 Add suggestion for "ext-posix" (phansys)
- minor #52 Add test for
userLogin()
(phansys) - minor #50 Mark
ZabbixApi
as final (phansys) - minor #49 Avoid to retrieve a bigger payload than required at
userLogin()
(phansys) - minor #48 Add more assertions at
testZabbixApiClass()
(phansys) - bugfix #47 "ext-curl" is not required, request are made with
fopen()
(phansys) - minor #44 Respect PSR-2 coding standard (phansys)
- minor #39 Add basic support for Travis CI (phansys)
v2.4.6
v2.4.5
v2.2.5
v2.4.4
PhpZabbixApi version 2.4.4.
- compatible with Zabbix API 2.4
- bugfix for convertToAssociatveArray() to work correct with integer object properties (see issue #23)
- adding current system user to auth file token name (see issue #24)
- added configurable SSL context (see issue #25)
IMPORTANT: With the introduction of the configurable SSL context, the verifyPeer
boolean / setVerifyPeer()
method are no longer available. Please have a look at issue #25 to migrate!
Thanks @Karsonito, @sanyatuning and @webcompas for their support!
v2.2.4
PhpZabbixApi version 2.2.4.
- compatible with Zabbix API 2.2
- bugfix for convertToAssociatveArray() to work correct with integer object properties (see issue #23)
- adding current system user to auth file token name (see issue #24)
- added configurable SSL context (see issue #25)
IMPORTANT: With the introduction of the configurable SSL context, the verifyPeer
boolean / setVerifyPeer()
method are no longer available. Please have a look at issue #25 to migrate!
Thanks @Karsonito, @sanyatuning and @webcompas for their support!
v2.4.3
PhpZabbixApi version 2.4.3.
- compatible with Zabbix API 2.4
- bugfix for SSL issue under PHP 5.6 (see issue #15)
- bugfix for composer issue / class not found (see issue #18)
Thanks @tigerduck42, @DavidBadura, @hupsil, @gboddin and @narigua for their support!
v2.2.3
PhpZabbixApi version 2.2.3.
- compatible with Zabbix API 2.2
- bugfix for SSL issue under PHP 5.6 (see issue #15)
- bugfix for composer issue / class not found (see issue #18)
Thanks @tigerduck42, @DavidBadura, @hupsil, @gboddin and @narigua for their support!