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: stephenh/ts-proto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.126.1
Choose a base ref
...
head repository: stephenh/ts-proto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.127.0
Choose a head ref
  • 3 commits
  • 24 files changed
  • 3 contributors

Commits on Oct 12, 2022

  1. feat: Import CallContext and CallOptions as type (#684)

    * Import CallContext and CallOptions as type
    
    When generating the nice-grpc output, CallContext and CallOptions
    only needed for the typing.
    
    Closes #677
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    
    * Corrected the format step in docs
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8b388f6 View commit details
    Browse the repository at this point in the history
  2. feat(client): allow overriding the service identifier (#683)

    Currently the service identifier is the fully qualified "fullName" of the
    service, for example, "simple.Echoer"
    
    This identifier is hard-coded in the auto-generated client with string literals.
    
    Instead, allow overriding the service ID with a new optional argument in the
    client constructor, default the service ID to the fullName, and store the ID in
    a read-only field on the client object.
    
    This allows the user to override the service ID if desired while still
    maintaining the old behavior otherwise.
    
    Signed-off-by: Christian Stewart <christian@paral.in>
    
    Signed-off-by: Christian Stewart <christian@paral.in>
    paralin authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    10c7c99 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.127.0 [skip ci]

    # [1.127.0](v1.126.1...v1.127.0) (2022-10-12)
    
    ### Features
    
    * **client:** allow overriding the service identifier ([#683](#683)) ([10c7c99](10c7c99))
    * Import CallContext and CallOptions as type ([#684](#684)) ([8b388f6](8b388f6)), closes [#677](#677)
    semantic-release-bot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9c2554e View commit details
    Browse the repository at this point in the history
Loading