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: temporalio/api-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.0
Choose a base ref
...
head repository: temporalio/api-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.39.0
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 27, 2024

  1. Improve TQ Stats docs (#449)\n\n* Improve TQ Stats docs\r\n\r\n* addr…

    …ess feedback\r\n\r\n* gen docs
    ShahabT committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    90e1e9c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add ShutdownWorker internal API (#443)\n\n* Add ShutdownWorker intern…

    …al API. \r\n\r\nThis API will allow workers to signal shutdown/restart, which Matching can use to unload the shutdown worker's sticky task queue. This will effectively remove the latency incurred from tasks being pushed to a sticky worker after that worker has already been shutdown.
    lina-temporal committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    daff9cf View commit details
    Browse the repository at this point in the history
  2. Bump Go version for CI builds to 1.22 (#174)

    * Bump Go version for CI builds to 1.21
    
    * Bump to 1.22 in line with gRPC release policy
    lina-temporal authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9d01b39 View commit details
    Browse the repository at this point in the history
Loading