Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webrpc/webrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: webrpc/webrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 9 commits
  • 47 files changed
  • 2 contributors

Commits on Feb 1, 2026

  1. Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.2.2 in /_examples/node…

    …-ts/server-go (#419)
    
    Bump github.com/go-chi/chi/v5 in /_examples/node-ts/server-go
    
    Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.2.2.
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.0.12...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/chi/v5
      dependency-version: 5.2.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    ba36407 View commit details
    Browse the repository at this point in the history
  2. Bump hono from 4.10.3 to 4.11.7 in /_examples/node-ts/server-hono (#417)

    Bumps [hono](https://github.com/honojs/hono) from 4.10.3 to 4.11.7.
    - [Release notes](https://github.com/honojs/hono/releases)
    - [Commits](honojs/hono@v4.10.3...v4.11.7)
    
    ---
    updated-dependencies:
    - dependency-name: hono
      dependency-version: 4.11.7
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    2ee7176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fbf65c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    7331939 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2 in /_examples/webrp…

    …c-streaming (#420)
    
    Bump github.com/go-chi/chi/v5 in /_examples/webrpc-streaming
    
    Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.1.0 to 5.2.2.
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.1.0...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/chi/v5
      dependency-version: 5.2.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    7ead253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af74604 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Move service definition to top of RIDL examples (#425)

    * Move service definition to top of RIDL examples
    
    * Fix golden file
    
    * [AUTOMATED] make generate
    VojtechVitek authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    99d4964 View commit details
    Browse the repository at this point in the history
  2. Add new "basepath" keyword to define base path for the API routes (#426)

    * Add new "basepath" keyword to define base path for the API routes
    
    This will allow users to
    - override the default "/rpc" prefix
    - use a custom prefix such as "/v1" to enable schema versioning
    
    If empty, the value defaults to "/rpc" for backward compatibility.
    However, "basepath" will be required in the future versions of webrpc.
    
    * Update golden files
    VojtechVitek authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    70233bc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Support basepath keyword in all generators (#427)

    * Update golang, typescript, javascript, openapi, dart, kotlin
    
    * Add basepath to README and examples
    
    * make generate
    
    * Update go.mod
    VojtechVitek authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    16cd6ab View commit details
    Browse the repository at this point in the history
Loading