Skip to content

Releases: SAP-archive/PyRFC

v2.1.0

13 Oct 15:30
Compare
Choose a tag to compare

Changes

  • Python 3.9 support
  • SAP NWRFC SDK PL7 unicode fix (closes #196, #197)
  • sapnwrfc.ini support, check SAP NWRFC SDK demo/sapnwrfc.ini for more details

v2.0.6

09 Jun 15:56
Compare
Choose a tag to compare

Changes

  • Reopen connection after fatal errors
  • Error raised instead of silent reopen, in case of RFM invocation over closed connection
  • Build from PYX source if C source not found
  • Remove console echo of fist 5 bytes of ABAP strings
  • Platform and pyrfc version added to version
  • Larger decimal numbers conversion fix, by avoid str.locale()

v2.0.5

09 Jun 15:54
Compare
Choose a tag to compare

Changes

  • Build from C sources as default, Cython build optional
  • Connection attributes added, as of SAP NWRFC SDK 7.50 PL3
  • Throughput monitoring: number of calls, bytes sent/received, application/total time, as of SAP NWRFC SDK 7.50 PL3
  • UTCLONG ABAP datatype support, as of SAP NWRFC SDK 7.50 PL4

v2.0.4

17 Mar 10:16
Compare
Choose a tag to compare

Changes

  • locale method fix for Python 3.8.2 on Windows
  • NWRFCSDK include path fix for Linux
  • README

v2.0.3

16 Mar 15:43
Compare
Choose a tag to compare

Changes

  • PyPI package pynwrfc

v2.0.2

09 Mar 10:02
Compare
Choose a tag to compare

Changes

  • Float and decimal handling for locales with radix different from ".", closes #142
  • sapuc.h and sapucx.h replaced by sapucrfc.h as of SAP NWRFCSDK 7.5 PL6, closes #161
  • free() method added, closes #151
  • ping() unit test fixed according to error message changed in PL6
  • README and documentation

v2.0.1

06 Nov 11:47
Compare
Choose a tag to compare

Changes

  • RFCTYPE_NUM inbound type check, close #139
  • Windows compiler settings
  • macOS installation documentation
  • README and documentation

v2.0.0

04 Nov 09:49
Compare
Choose a tag to compare

Changes

  • Documentation
  • macOS rpath fix/show scripts
  • Tables and structure parameters dict and list type check
  • Type checks, unit tests
  • sitecustomize removed, closes #140
  • 3.6 added

v1.9.99

25 Oct 11:10
Compare
Choose a tag to compare

Changes

  • Python 3.8 wheels added, 3.6 and 3.5 dropped
  • Datatypes checks and unit test, fix #91, #120
  • Connection info request when disconnected, does not open the connection any more
  • Connection and RFM call parameters check
  • Connection call and RFM parameters errors unit test
  • Unit tests consolidation
  • Documentation, fix #121

v1.9.98

09 Oct 10:13
Compare
Choose a tag to compare

Changes

  • Documentation, fix #111
  • Client function description example, fix #115
  • Decimal floating point types added RFC_DECF16 and RFC_DECF34, fix #116