Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

build(deps): bump robotframework-requests from 0.7.1 to 0.8.2 #141

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps robotframework-requests from 0.7.1 to 0.8.2.

Release notes

Sourced from robotframework-requests's releases.

v0.8.2

What's new

v0.8.1

Fixes

v0.8.0

What's new

New keywords structure: All requests keywords have been rewritten because of many not backward compatible changes and to allow in the near future requests keywords without a session. Example Get Request become GET On Session and soon there will be also just GET when a session is not needed. Old keywords * Request are now deprecated and will be removed in 1.0.0 version.

Implicit assert on status code: * On Session keywords automatically fail if an error status code is returned. expect_status= could be used to specify a status code (201, OK, Bad request) or any if you want to evaluate the response in any case.

Closer to the original Requests library: New keywords have the same parameter orders and structure as the original. Lot of pre-parsing / encoding has been removed to have a more accurate and unchanged behaviour.

Cleaner project architecture: Main keywords file has been split with a more logic division to allow better and faster maintenance.

Features

Fixes

  • Different order of parameters in Get Request keyword compared to all the others (#232)
  • _utf8_urlencode brokes list url-parameters (#234)
  • Positional url with params are wrongly parsed in On Session keywords (#288)
  • Add a custom warning for "missing value for argument 'url'" error (#302)
  • Deprecated urllib3 constant DEFAULT_METHOD_WHITELIST (#307)

Others

  • Split keywords in different class/files (#270)
  • Deprecate To Json keyword in favor of response.json attribute @​andreagubellini (#219)

v0.7.2

What's new

... (truncated)

Commits
  • 8dce55a Merge pull request #325 from MarketSquare/pypy-description
  • 5d74870 Fixes python2 compatibility problem and increased version
  • 59190a3 Revert "Updated PyPy description increased version to 0.8.2"
  • d0fa843 Updated PyPy description increased version to 0.8.2
  • 32a4ff0 References to the new 0.9a1
  • 6531336 Updated documentation
  • 56aca5b Increased version 0.8.1
  • 6006389 Merge pull request #317 from MarketSquare/fix-verify
  • b2bc88b Improves cookie parameter handling
  • 8565993 Fixes cookies passed as parameter of * On Session keywords
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 1, 2021

Superseded by #144.

@dependabot dependabot bot closed this May 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/robotframework-requests-0.8.2 branch May 1, 2021 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants