Skip to content

Releases: MarketSquare/Robot-Framework-Mainframe-3270-Library

Robot Framework Mainframe-3270 v4.1

28 Dec 17:10
98d6f22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0...v4.1

Robot Framework Mainframe-3270 v4.0

21 Jul 09:46
2dd4cce
Compare
Choose a tag to compare

What's Changed

----------------------------------------------- IMPORTANT -----------------------------------------------

There is a breaking change with the Send PF keyword. The argument was renamed from PF (upper case) to pf (llower case).
I.e. if you used the keyword with a named argument like this

Send PF     PF=1

this will now result in a failure and they have to rename it to

Send PF    pf=1

For those who use it as a positional argument

Send PF    1 

there will be no change in user experience.

----------------------------------------------- IMPORTANT -----------------------------------------------

Full Changelog: v3.2...v4.0

Robot Framework Mainframe-3270 v3.2

10 Apr 09:50
d8e2033
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1...v3.2

Robot Framework Mainframe-3270 v3.1

15 Mar 16:07
f7b458e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0...v3.1

What's Changed

New Contributors

Full Changelog: v3.0...v3.1

Robot Framework Mainframe-3270 v3.0

31 Mar 13:43
911cdc0
Compare
Choose a tag to compare

Update on "Open Connection"

Now, you can provide further configuration data to extra_args. extra_args takes in a list, or a path to a file, containing x3270 command line options. Entries in the argfile can be on one line or multiple lines. Lines starting with "#" are considered comments.

What's Changed

Full Changelog: 3.0...v3.0