Skip to content

Releases: MarketSquare/Robot-Framework-SOAP-Library

Robot Framework Soap Library v1.3

12 Oct 16:00
29de58a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

Robot Framework Soap Library v1.2

07 Oct 14:38
bdb0a64
Compare
Choose a tag to compare

What's Changed

  • Ability specify whether to call SOAP method using WSDL address or service binding address by @jckspencer in #40
  • Put Binding address as an argument by @samuelpcabral in #41

New Contributors

Full Changelog: v1.0...v1.2

What's Changed

  • Pass the use_binding_address argument to the keyword Create SOAP Client by @samuelpcabral in #42

Full Changelog: v1.0...v1.2

Robot Framework Soap Library v1.0

01 Aug 10:07
e6e2c53
Compare
Choose a tag to compare

What's Changed

  • Drop Python 2 support
  • Remove usage of package six
  • improve logs

Robot Framework Soap Library v0.9

01 Aug 08:14
41a2edc
Compare
Choose a tag to compare

Compatibility

  • This is the last version that supports Python 2.7

What's Changed

New Contributors