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: foomo/gotsrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: foomo/gotsrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 12 commits
  • 65 files changed
  • 3 contributors

Commits on Oct 28, 2025

  1. fix: resolve variable name conflicts in GoRPC client generation

    The GoRPC client generator was creating variable name conflicts when service method
    parameters had the same name as internally generated variables. The generator uses
    fixed variable names like 'req' for request structs, but if a method parameter was
    also named 'req', it would create a naming conflict in the generated code.
    Another change fixes the problem with a function definition having context.Context as one of its arguments, the generated code would have the context argument twice then.
    quwe66 committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    f682ef1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    e66e488 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-node from 5 to 6

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    507c608 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #77 from foomo/dependabot/github_actions/actions/s…

    …etup-node-6
    
    chore(deps): bump actions/setup-node from 5 to 6
    franklinkim authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    49be3bc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    939e09c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/go-generator-naming-conflicts' of github.com:foomo/…

    …gotsrpc into fix/go-generator-naming-conflicts
    franklinkim committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    22fd72c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    7968438 View commit details
    Browse the repository at this point in the history
  2. docs: update README

    franklinkim committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    ef45cf3 View commit details
    Browse the repository at this point in the history
  3. fix: checks

    franklinkim committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    3c7c56b View commit details
    Browse the repository at this point in the history
  4. fix: custom errors

    franklinkim committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    aa5638f View commit details
    Browse the repository at this point in the history
  5. revert: debug

    franklinkim committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    9535198 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #80 from foomo/fix/go-generator-naming-conflicts

    fix: resolve variable name conflicts in GoRPC client generation
    franklinkim authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    31d2c58 View commit details
    Browse the repository at this point in the history
Loading