Releases: SAP-archive/PyRFC
Releases · SAP-archive/PyRFC
v2.8.0
new features
- 70b072e feat(client):
timeout
option and Connection and Connection.call() level; SAP/PyRFC/discussions/310
bug fixes
- 91a082f fix: name exception in get_function_description, after upgrade to 2.7.2, fix #311
- b9e76cb fix: fix the Decimal export from
pyrfc
enhancements
v2.7.2
v2.7.1
new features
- Darwin on ARM platform support, using SAP NW RFC SDK 7.50.11
- New API methods
- Language codes conversion, iso to sap and vice versa:
pyrfc.language_iso_to_sap()
andpyrfc.language_sap_to_iso()
- sapnwrfc.ini file reload:
pyrfc.reload_ini_file()
- Language codes conversion, iso to sap and vice versa:
build tools
- Build scripts update, for Windows and Linux/Mac
v2.7.0
v2.5.1
v2.5.0
v2.4.2
v2.4.1
new features
- Websocket RFC connectivity
- Authentication
- Connection parameters: section 4 of
sapnwrfc.ini
in SAP NWRFC SDKdemo
folder - Connectivity scenarios: SAP-archive/node-rfc#212 (comment)
v2.4.0
❗ Upgrade to SAP NWRFC SDK PL8 before using PyRFC 2.4.0 or newer
❗ Package name is changed, use pip install pyrfc
instead of pip install pynwrfc
. The 2.4.0 is the last release available in pynwrfc
package well.
info
PL8 release info: https://launchpad.support.sap.com/#/notes/3038428
bug-fixes
- Package rename to pyrfc 47143f5
get_nwrfclib_version
exposed at package and Connection level- Build from source is now the default installation method on Linux. Cython is required, cpp sources not packaged any more.
improvements
- 'examples` source code formatting 5171ee5