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: grafana/k6
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: grafana/k6
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    f6d5813 View commit details
    Browse the repository at this point in the history
  2. grpc: Fix usage of Any types after refactor on protobuf loading (#5089)

    After #5017 turned out that k6 does not propagate the types it loads when making gRPC calls. This means that in many of the cases the globalTypes will be used, which will lead to errors.
    
    This likely is not just around Any but is how it was reported.
    
    This commit goes and propagates the types in each place where 
    they will be marshaled/unmarshalled.
    
    The added test is not perfect, but does catch the problem without
    needing #4981 which I would expect would've also caught this.
    As currently the server will load the prototypes in the global types
    and k6/net/grpc will load them in their local types.
    And then they will technically work.
    mstoykov committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    6a20768 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Release notes for v1.2.3 (#5100)

    Co-authored-by: İnanç Gümüş <[email protected]>
    mstoykov and inancgumus authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    d5372a4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.2.3

    mstoykov committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    e4a5a88 View commit details
    Browse the repository at this point in the history
Loading