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

fix(deps): update module github.com/mccutchen/go-httpbin/v2 to v2.12.0 #913

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/mccutchen/go-httpbin/v2 require minor v2.9.0 -> v2.12.0

Release Notes

mccutchen/go-httpbin (github.com/mccutchen/go-httpbin/v2)

v2.12.0

Compare Source

What's Changed

Full Changelog: mccutchen/go-httpbin@v2.11.1...v2.12.0

v2.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: mccutchen/go-httpbin@v2.11.0...v2.11.1

v2.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: mccutchen/go-httpbin@v2.10.0...v2.11.0

v2.10.0

Compare Source

What's Changed

⚠️ Response format changes ⚠️
  • The behavior of the /drip endpoint has been adjusted slightly. In particular, the endpoint now waits until after the initial delay to start the response (i.e. write the status code), rather than starting the response immediately and then waiting for the initial delay to write the body.
  • The standard Content-Type used for JSON responses has been changed from the non-standard application/json; encoding=utf-8 to the standard application/json; charset=utf-8
  • Error responses generated by go-httpbin itself (e.g. due to invalid input) are returned as structured JSON:
    {
      "status_code": 400,
      "error": "Bad Request",
      "detail": "invalid status code: 1024 not in range [100, 599]"
    }

Full Changelog: mccutchen/go-httpbin@v2.9.2...v2.10.0

v2.9.2

Compare Source

What's Changed

Full Changelog: mccutchen/go-httpbin@v2.9.1...v2.9.2

v2.9.1

Compare Source

What's Changed

Full Changelog: mccutchen/go-httpbin@v2.9.0...v2.9.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 11, 2023 11:08
@renovate renovate bot force-pushed the renovate/github.com-mccutchen-go-httpbin-v2-2.x branch from 8ce8871 to a2b0c75 Compare November 11, 2023 11:09
Copy link

codecov bot commented Nov 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/github.com-mccutchen-go-httpbin-v2-2.x branch from b505f83 to 2316011 Compare November 11, 2023 11:27
@fzipi fzipi merged commit 07e12fb into main Nov 11, 2023
7 checks passed
@fzipi fzipi deleted the renovate/github.com-mccutchen-go-httpbin-v2-2.x branch November 11, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant