Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/SKF/go-rest-utility from 0.10.1 to 0.13.1 #31

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2023

Bumps github.com/SKF/go-rest-utility from 0.10.1 to 0.13.1.

Release notes

Sourced from github.com/SKF/go-rest-utility's releases.

include Reason in Validation problem error text

No release notes provided.

Add the ability to set custom http transport

What's Changed

Full Changelog: SKF/go-rest-utility@v0.12.0...v0.13.0

v0.12.0

What's Changed

Full Changelog: SKF/go-rest-utility@v0.11.0...v0.12.0

v0.11.0

No release notes provided.

Handle empty content before unmarshaling

If the request in function DoAndUnmarshal returns 204 No content, the unmarshaling failed with an EOF exception. Check for StatusNoContent and ContentLength == 0.

Skip decompressing if Content-Length is 0

In DecompressResponse, if the Content-Length header is set to 0, skip decompressing. This change solves an issue when clients are responding with a 2xx response code, with Content-encoding set to gzip, but with an empty body.

Add possibility to set client timeout

Commits
  • 07ff637 include reasons in validation output message (#36)
  • eaf90f3 Add the ability to set custom http transport (#35)
  • d1a029b Add ability to emulate a clock in the cached token tests (#32)
  • 48ea3df Fix auth.CredentialsTokenProvider handle non-json payloads (#34)
  • 6f105d0 Add retries to auth.CredentialsTokenProvider (#33)
  • 83dcbf5 Support not following HTTP redirects (#31)
  • 6a663c2 Add Datadog support for Correlation IDs in Problems (#30)
  • c651559 Feature/check no content (#29)
  • aa40caa Decompress and Content-Length 0
  • a442df8 Deps/update dependencies (#26)
  • 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 11, 2023
@j-sv j-sv force-pushed the dependabot/go_modules/github.com/SKF/go-rest-utility-0.13.1 branch from 29635fb to cc255fd Compare April 11, 2023 15:31
Bumps [github.com/SKF/go-rest-utility](https://github.com/SKF/go-rest-utility) from 0.10.1 to 0.13.1.
- [Release notes](https://github.com/SKF/go-rest-utility/releases)
- [Commits](SKF/go-rest-utility@v0.10.1...v0.13.1)

---
updated-dependencies:
- dependency-name: github.com/SKF/go-rest-utility
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@j-sv j-sv force-pushed the dependabot/go_modules/github.com/SKF/go-rest-utility-0.13.1 branch from cc255fd to 90be6f2 Compare April 17, 2023 07:32
@j-sv j-sv merged commit 96614c2 into master Apr 17, 2023
@j-sv j-sv deleted the dependabot/go_modules/github.com/SKF/go-rest-utility-0.13.1 branch April 17, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant