Robotframework-requests

Latest version: v0.9.7

Safety actively analyzes 688674 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.9.5

What's new

- fix(session-keywords): timeout could be a touple 344 lucagiove (375)

**Full Changelog**: https://github.com/MarketSquare/robotframework-requests/compare/v0.9.4...v0.9.5

0.9.4

What's new

- fix 364 close sessions instead of delete references gtoselli (365)

0.9.3

Fixes

- Fixes 339 not execute expensive len if log level matches lucagiove (355)

Chore

- Upgrade to codecov/codecov-actionv2 robinmatz (351)

0.9.2

Fixes

- Fix 342 add warnings for = in url also in session less requests keywords lucagiove (343)
- Improved documentation for post multipart lucagiove (338)

0.9.1

Fixes

- Fixes 329 breaking change in urls behaviors lucagiove (330)

0.9.0

What's new

Sessionless keywords are now available, you can just `GET`, `POST`, etc.. no need to create a session anymore!
robotframework
${resp}= GET https://www.google.com


`Status Should Be` and `Request Should Be Successfull` can use the last response, no need to pass the response anymore!
robotframework
GET https://www.google.com
Status Should Be 200


Features

- Sessionless keywords lucagiove NicoMincuzzi (252)
- Store the latest response for future asserts lucagiove NicoMincuzzi (253)

Fixes

- Removed utf8_urlencode encoding of params lucagiove (320)
- Better handling of complete url in session and sessionless keywords lucagiove (313)

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.