Skip to content

build(deps): Bump github.com/go-pkgz/jrpc from 0.4.0 to 0.4.2 - #1423

Open
dependabot[bot] wants to merge 1 commit into
v1.7-devfrom
dependabot/go_modules/github.com/go-pkgz/jrpc-0.4.2
Open

build(deps): Bump github.com/go-pkgz/jrpc from 0.4.0 to 0.4.2#1423
dependabot[bot] wants to merge 1 commit into
v1.7-devfrom
dependabot/go_modules/github.com/go-pkgz/jrpc-0.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/go-pkgz/jrpc from 0.4.0 to 0.4.2.

Release notes

Sourced from github.com/go-pkgz/jrpc's releases.

Version 0.4.2

Updates go-pkgz/routegroup to v1.6.1 and brings the example modules up to the current dependency set, including go-pkgz/rest v1.24.0. The routegroup change affects a custom NotFoundHandler only, which jrpc does not use, so behaviour is unchanged.

The binaries produced by building the examples are now ignored by git.

Version 0.4.1

CallTimeout was configurable but never enforced, so a call could run without bound. It is now applied with http.TimeoutHandler, which answers 503 at the deadline.

Worth knowing: ServerFn takes no context, so the handler keeps running after the deadline. A client that retries a state-changing call can therefore run it twice, where previously it waited for the original result.

Also removes a flaky test that compared elapsed time against a fixed window, corrects the README examples, and notes that the example needs a free local port 8080 and that the plugin keeps listening until stopped.

Dependency: go-pkgz/rest v1.24.0.

Commits
  • cff56ef Bump routegroup to v1.6.1, update example modules to current deps (#20)
  • 301cb2f chore: update go-pkgz/rest to v1.24.0
  • c7f4c42 Note the port and how to stop the plugin in the example section (#19)
  • 72a5b10 Enforce CallTimeout, fix readme examples and flaky tests (#18)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/go-pkgz/jrpc](https://github.com/go-pkgz/jrpc) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/go-pkgz/jrpc/releases)
- [Commits](go-pkgz/jrpc@v0.4.0...v0.4.2)

---
updated-dependencies:
- dependency-name: github.com/go-pkgz/jrpc
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
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.

0 participants