by-pinja / repository-validator

Checks that organization repositories conform to defined policies
MIT License
0 stars 1 forks source link

Bump RestSharp from 107.3.0 to 110.0.0 #611

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps RestSharp from 107.3.0 to 110.0.0.

Release notes

Sourced from RestSharp's releases.

110.0.0

What's Changed

Breaking change

The IRestClient interface signature is different, so any non-standard implementations need to adopt the changes.

To keep DefaultParameters thread-safe, it got a new type DefaultParameters, and request property Parameters has a dedicated type RequestParameter. Code-wise the change is non-breaking as the signatures are the same, but v110 is not binary compatible with previous versions. The difference is that DefaultParameters collection wraps all its mutations in a lock.

Full Changelog: https://github.com/restsharp/RestSharp/compare/109.0.1...110.0.0

109.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/restsharp/RestSharp/compare/109.0.0...109.0.1

109.0.0

What's Changed

... (truncated)

Commits
  • 809f071 Merge branch 'client-level_-cookies' into dev
  • 4287eaf Adding client-level cookie container (#2042)
  • c121623 Added more info about cookies and default parameters to the docs
  • 71e70a3 Addressing review
  • 1950a9c Adding client-level cookie container and use it with the new way to add cooki...
  • 159c8a7 Make BuildUrl an extension (#2039)
  • d184961 Consider the boundary quotes request option value (#2020)
  • 93ca86a Update README.md
  • 2261f46 Update README.md
  • 3a7178b Added default parameters to the request. They got missing somehow. (#2021)
  • 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[bot] commented 1 year ago

Superseded by #612.