Carly de Frondeville
Carly de Frondeville
**Describe the bug** We need protobuf > 3.11.2 for other dependencies. **To Reproduce** Steps to reproduce the behavior: 1. pip install matrixprofile 2. pip install --upgrade protobuf Should install protobuf...
## What changed? - Add PR template reminder to update docs - Add first d2 diagram to Matching README (more to follow) - Refactor `docs` folder to contain an `assets`...
## What changed? Implemented insert / replace / delete redirect rule API, and CommitBuildID ## Why? For use in worker versioning ## How did you test it? Cycle test has...
## What changed? ## Why? https://temporalio.atlassian.net/jira/software/c/projects/OSS/boards/31?selectedIssue=OSS-333&sprints=301 ## How did you test it? ## Potential risks ## Is hotfix candidate?
## What changed? Replace `assert.Equal(t, expectedError, err)` with `assert.ErrorIs(...)` and `assert.ErrorContains(...)`. Remove redundant `assert.Error(...)`
**What changed?** Add CancelRequested boolean to WorkflowExecutionInfo message Because there was previously no way to see whether a cancellation was requested, even though the server already tracks that internally. You...
## What changed? - Wait for build id search attribute `v1.1` to land in visibility before validating entire build id search attribute structure (this solves the observed flake) - Wait...
## What was changed - Remove redirect rule reference in `commit-build-id`, fix spelling - Improve `--select-build-id` flag description ## Why? - `commit-build-id` does not touch redirect rules, only assignment rules...
## What changed? Only allow UTF-8 Build IDs with ## Documentation Communicated with docs team ## Is hotfix candidate?
## What changed? Add workflow dispatch options to the functional tests Github Action to allow us to run n-iterations of a single functional test with a configurable timeout. ## Why?...