Skip to content

2.1.0 - 2024-05-21

Latest
Compare
Choose a tag to compare
@gkralik gkralik released this 21 May 16:10
· 4 commits to main since this release

Added

  • Connection attributes: add partnerIP and partnerIPv6 (added in SDK 7.50.6, null for earlier SDK versions)
  • Add trace level TRACE_LEVEL_DETAILED (3), change TRACE_LEVEL_FULL to 4 (requires SDK 7.50.9)
  • Add Connection::setGlobalLogonTimeout() to set logon timeout

Changed

  • Remove ZEND_ACC_FINAL from RemoteFunction to make it mockable (#133, BC break)

Fixed

  • Fix: segfault when freeing a manually created RemoteFunction object (#133)
  • Fix an issue where looking up a function module fails if a previous RemoteFunction object has been unset
  • Fix an invalid read in rfc_set_table_row
  • Remove the incorrect stub file and update it
  • Always return true for Connection::setTraceDir() and Connection::setTraceLevel()