Skip to content

Releases: confirm/PhpZabbixApi

v3.0.0-alpha.1

15 Jun 14:47
v3.0.0-alpha.1
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

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

15 Jun 14:41
v2.5.0
Compare
Choose a tag to compare

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() with spl_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

24 Jan 19:53
v2.4.6
Compare
Choose a tag to compare

PhpZabbixApi version 2.4.6.

  • Change mail
  • new library built
  • Bugfix for missing posix_getuid function on Windows (#29)

Thanks @domibarton

v2.4.5

12 May 11:43
v2.4.5
Compare
Choose a tag to compare

PhpZabbixApi version 2.4.5.

  • compatible with Zabbix API 2.4
  • bugfix for authenticating with an existing auth token (see issue #26)

Thanks @Newan

v2.2.5

12 May 11:42
v2.2.5
Compare
Choose a tag to compare

PhpZabbixApi version 2.2.5.

  • compatible with Zabbix API 2.2
  • bugfix for authenticating with an existing auth token (see issue #26)

Thanks @Newan

v2.4.4

04 May 22:16
v2.4.4
Compare
Choose a tag to compare

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

04 May 22:16
v2.2.4
Compare
Choose a tag to compare

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

01 Dec 14:17
v2.4.3
Compare
Choose a tag to compare

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

01 Dec 14:17
v2.2.3
Compare
Choose a tag to compare

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!

v2.4.2

03 Jun 14:49
v2.4.2
Compare
Choose a tag to compare

PhpZabbixApi version 2.4.2.

  • compatible with Zabbix API 2.4
  • bugfix for apiinfo.version API method (see issue #12)
  • bugfix for HTTP basic authorization (see issue #13)