Releases: SAP-archive/PyRFC
Releases · SAP-archive/PyRFC
v2.1.0
v2.0.6
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
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
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.9.99
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