Skip to content

Releases: centralnicgroup-opensource/rtldev-middleware-php-sdk

v11.0.2

28 Feb 16:05
Compare
Choose a tag to compare

11.0.2 (2025-02-28)

Bug Fixes

  • CommandFormatter.php: enhance priority handling for command properties and contact fields (56c5e9b)

v11.0.1

07 Feb 09:57
Compare
Choose a tag to compare

11.0.1 (2025-02-07)

Bug Fixes

  • ibs, request settings: curl opts, connecttimeout increased to 15, verifypeer/host deactivated (a984cf1)

v11.0.0

05 Feb 16:41
Compare
Choose a tag to compare

11.0.0 (2025-02-05)

Features

  • registrar support: added Internet.bs (IBS) and Moniker (MONIKER) as supported registrars (5eaa09d)

BREAKING CHANGES

  • registrar support: We added support for two new Domain Registrar Systems: Internet.bs (IBS) and Moniker (MONIKER)

v10.0.0

22 Jan 12:46
Compare
Choose a tag to compare

10.0.0 (2025-01-22)

Performance Improvements

  • cnr / hx apiclient: request function: better inherited; cache the curl handle for reuse (755bec4)

BREAKING CHANGES

  • cnr / hx apiclient: the curl handle is now cached for later reuse. consider calling close() of the apiclient in context of a sessionless approach. this automatically covered by the logout function in context of session-based communication.

v9.1.0

13 Jan 09:02
Compare
Choose a tag to compare

9.1.0 (2025-01-13)

Bug Fixes

  • cnr, hx: reviewed array typing (0bfe71b)
  • phpstan: reviewed codebase and dropped treatPhpDocTypesAsCertain: false setting (a1dd4e1)

Features

  • CommandFormatter.php: enhance command sorting and formatting logic (affd488)

v9.0.1

16 Sep 12:14
Compare
Choose a tag to compare

9.0.1 (2024-09-16)

Bug Fixes

  • cnr / hx: moved functions saveSession & reuseSession to SessionClient Class; reviewed for CNR (311fc70)

v9.0.0

12 Jun 13:26
Compare
Choose a tag to compare

9.0.0 (2024-06-12)

Bug Fixes

  • php-stan-compatibility: ensure compatibility with PHP 8.1 standards (d5994a8)

BREAKING CHANGES

  • php-stan-compatibility: This update requires PHP 8.1 or higher and may break on systems using PHP versions lower than 8.1.

v8.0.17

05 Apr 14:03
Compare
Choose a tag to compare

8.0.17 (2024-04-05)

Performance Improvements

  • client.php & sessionclient.php: reviewed IDN Conversion with php-idna-translator plugin (b0001ad)

v8.0.16

04 Mar 16:45
Compare
Choose a tag to compare

8.0.16 (2024-3-4)

Bug Fixes

  • responsetranslator.php: reviewed error messaging for domain transfers pre-checks (c003b9b)

v8.0.15

04 Oct 14:17
Compare
Choose a tag to compare

8.0.15 (2023-10-04)

Bug Fixes

  • hexonet: add response translator mapping for invalid domain name; RSRMID-271 (5c40a9d)