Rodrigo Zhou
Rodrigo Zhou
**What changed?** Added support for ES8 and added integration test with ES8 to buildkite pipeline. **Why?** N/A **How did you test it?** Ran locally with ES8 and ran integration tests....
**Is your feature request related to a problem? Please describe.** If I delete the Elasticsearch index, and rebuild it with `make install-schema-es`, it doesn't add the existing search attributes to...
**What changed?** Removing support for Elasticsearch 6. **Why?** Elasticsearch 6 has reached end of life earlier this year. **How did you test it?** Removed unit/integration tests related to ES6, and...
**What changed?** Adding support to upsert memo in a similar fashion as upsert search attributes. **Why?** Add ability to add/update memo fields. **How did you test it?** Added unit tests....
**What changed?** Increase default value of `frontend.namespaceRPS.visibility` to 50. **Why?** Unit tests `TestIntegrationSuite/Test_DeleteWorkflowExecution_*` were failing with error `namespace rate limit exceeded`, so I'm increasing the default limit. **How did you...
## What changed? Remove support for standard visibility ## Why? Standard visibility is deprecated. ## How did you test it? ## Potential risks ## Is hotfix candidate?
## What changed? Dynamic config for the outbound queue group limiter settings ## Why? Have the config dynamic instead of hard typed in the code. ## How did you test...
**What changed?** API to sync search attributes in secondary visibility. **Why?** Make it easier when adding secondary visibility. **Breaking changes** No.
## What changed? Dynamic config for request timeout in callbacks component ## Why? Be able to config by destination. ## How did you test it? ## Potential risks ## Documentation...
## What changed? Change nexus operations request timeout dynamic config to filter by destination ## Why? Be able to config request timeout by destination. ## How did you test it?...