Skip to content

2.0.0-beta1 - 2021-09-09

Compare
Choose a tag to compare
@gkralik gkralik released this 09 Sep 12:03
· 75 commits to main since this release

This is a major release with breaking changes. For details, see changes below marked with BC break.

Changed

  • Re-organize tests (skip conditions, environment variables)
  • Throw \Exception or \TypeError for parameter parsing errors (instead of \SAPNWRFC\Exception) BC break
  • Throw \TypeError if wrong type is passed for an RFC field BC break
  • Add support for PHP 8.0
  • Map RFC type BCD to string BC break
  • Add support for RFCTYPE_INT8

Removed

  • Remove support for PHP < 7.2